Merge version_2 into main #1
@@ -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({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
import { redirect } from 'next/navigation';
|
||||
|
||||
export default function Home() {
|
||||
redirect('/components');
|
||||
}
|
||||
Reference in New Issue
Block a user