Skip to content

Commit ae137e2

Browse files
committed
v1.0.5
1 parent 389172c commit ae137e2

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hesabsystem",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"homepage": "https://hesabsystem.com",
55
"private": true,
66
"dependencies": {

src/App.js

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,19 @@ import 'bootstrap/dist/css/bootstrap.min.css';
33

44

55
function App() {
6-
return (
7-
<div className="container">
8-
<h1 className="text-center mt-5">Hesab System</h1>
9-
</div>
10-
);
6+
return (
7+
<div className="container">
8+
<div className="row">
9+
<div className="col-12 col-lg-6 offset-lg-3">
10+
<h1 className="text-center mt-5">Hesab System</h1>
11+
<p className="text-center mt-5">
12+
A next-generation AI-powered accounting and inventory management system
13+
featuring advanced voice interaction capabilities.
14+
</p>
15+
</div>
16+
</div>
17+
</div>
18+
);
1119
}
1220

1321

0 commit comments

Comments
 (0)