From 6b6ccd7c9203a622884e25d20310794a3af506fa Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 12:29:05 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7d39c61..8247cb4 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 archivo = Archivo({ - variable: "--font-archivo", - subsets: ["latin"], + variable: "--font-archivo", subsets: ["latin"], }); export const metadata: Metadata = { - title: "ELECTRO MANAGER - Admin Dashboard", - description: "Premium admin dashboard for electronics e-commerce. Manage products, orders, customers, and analytics in one clean interface.", - keywords: "admin dashboard, electronics store, inventory management, order tracking", - robots: { + title: "ELECTRO MANAGER - Admin Dashboard", description: "Premium admin dashboard for electronics e-commerce. Manage products, orders, customers, and analytics in one clean interface.", keywords: "admin dashboard, electronics store, inventory management, order tracking", robots: { index: false, follow: false, }, @@ -1416,4 +1410,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} From 57e8ca2ae4e8cfc60a8dfb64c5731c68f62392b6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 12:29:06 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d39d6c0..e69de29 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,5 +0,0 @@ -import { redirect } from 'next/navigation'; - -export default function Home() { - redirect('/components'); -} \ No newline at end of file