Skip to content

Commit

Permalink
v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
amastaneh committed Oct 3, 2024
1 parent 389172c commit ae137e2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hesabsystem",
"version": "1.0.4",
"version": "1.0.5",
"homepage": "https://hesabsystem.com",
"private": true,
"dependencies": {
Expand Down
18 changes: 13 additions & 5 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,19 @@ import 'bootstrap/dist/css/bootstrap.min.css';


function App() {
return (
<div className="container">
<h1 className="text-center mt-5">Hesab System</h1>
</div>
);
return (
<div className="container">
<div className="row">
<div className="col-12 col-lg-6 offset-lg-3">
<h1 className="text-center mt-5">Hesab System</h1>
<p className="text-center mt-5">
A next-generation AI-powered accounting and inventory management system
featuring advanced voice interaction capabilities.
</p>
</div>
</div>
</div>
);
}


Expand Down

0 comments on commit ae137e2

Please sign in to comment.