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 +} 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