From 5e81def05ace98d8a100dbb0f6c742785618c588 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 10:29:26 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 34ced1d..48f574d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,26 +7,20 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const halant = Halant({ - variable: "--font-halant", - subsets: ["latin"], + variable: "--font-halant", subsets: ["latin"], weight: ["300", "400", "500", "600", "700"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); const nunito = Nunito({ - variable: "--font-nunito", - subsets: ["latin"], + variable: "--font-nunito", subsets: ["latin"], }); 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 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: { index: true, follow: true, }, -- 2.49.1 From 5e8980e42a87cc6e7ed0fcf5c90658b1675adeec Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 10:29:26 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ea98efa..392d436 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,7 +89,7 @@ export default function LoginPage() { type="submit" className="w-full bg-[var(--primary-cta)] hover:bg-opacity-90 text-[var(--primary-cta-text)] font-medium py-3 rounded-lg transition" > - Sign In + Access Dashboard -- 2.49.1