File tree Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hesabsystem" ,
3
- "version" : " 1.0.4 " ,
3
+ "version" : " 1.0.5 " ,
4
4
"homepage" : " https://hesabsystem.com" ,
5
5
"private" : true ,
6
6
"dependencies" : {
Original file line number Diff line number Diff line change @@ -3,11 +3,19 @@ import 'bootstrap/dist/css/bootstrap.min.css';
3
3
4
4
5
5
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
+ ) ;
11
19
}
12
20
13
21
You can’t perform that action at this time.
0 commit comments