From 56f4d2b936c34e6be2f3ad18550a06cd2f15e429 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 10:42:44 +0000 Subject: [PATCH 1/5] Update src/app/add-user/page.tsx --- src/app/add-user/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/add-user/page.tsx b/src/app/add-user/page.tsx index 99240b9..2ad1bde 100644 --- a/src/app/add-user/page.tsx +++ b/src/app/add-user/page.tsx @@ -48,7 +48,7 @@ export default function AddUserPage() { >
-

© 2025 Angular POS System. All rights reserved.

+

© 2025 Angular Website . All rights reserved.

-- 2.49.1 From 80018753b82822f798ec9f68ff83b28ce95f033e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 10:42:44 +0000 Subject: [PATCH 2/5] Update src/app/dashboard/page.tsx --- src/app/dashboard/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index a3baf26..02c1cd6 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -38,7 +38,7 @@ export default function DashboardPage() { >
-

© 2025 Angular POS System. All rights reserved.

+

© 2025 Angular Website . All rights reserved.

-- 2.49.1 From 7a9f4a8efd15703cf8060672b873c741d94b2862 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 10:42:44 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 1369 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 1368 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 48f574d..0a75922 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -20,7 +20,7 @@ const nunito = Nunito({ }); export const metadata: Metadata = { - title: "Angular POS System - User Management", description: "Secure Point of Sale system with user authentication and management. Built with Angular for enterprise-grade reliability.", keywords: "POS system, user management, Angular application, authentication, dashboard", robots: { + title: "Angular Website - User Management", description: "Secure Point of Sale system with user authentication and management. Built with Angular for enterprise-grade reliability.", keywords: "POS system, user management, Angular application, authentication, dashboard", robots: { index: true, follow: true, }, @@ -1403,6 +1403,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +