From ae137e2bd86f4d94f6678283c5858c00035d19db Mon Sep 17 00:00:00 2001 From: Personal - Amir Astaneh Date: Thu, 3 Oct 2024 08:51:15 -0400 Subject: [PATCH] v1.0.5 --- package.json | 2 +- src/App.js | 18 +++++++++++++----- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index a5ce0b3..c882993 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hesabsystem", - "version": "1.0.4", + "version": "1.0.5", "homepage": "https://hesabsystem.com", "private": true, "dependencies": { diff --git a/src/App.js b/src/App.js index 93fc1f2..418a916 100644 --- a/src/App.js +++ b/src/App.js @@ -3,11 +3,19 @@ import 'bootstrap/dist/css/bootstrap.min.css'; function App() { - return ( -
-

Hesab System

-
- ); + return ( +
+
+
+

Hesab System

+

+ A next-generation AI-powered accounting and inventory management system + featuring advanced voice interaction capabilities. +

+
+
+
+ ); }