|
|
|
@@ -7,26 +7,20 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|
|
|
import Tag from "@/tag/Tag";
|
|
|
|
import Tag from "@/tag/Tag";
|
|
|
|
|
|
|
|
|
|
|
|
const halant = Halant({
|
|
|
|
const halant = Halant({
|
|
|
|
variable: "--font-halant",
|
|
|
|
variable: "--font-halant", subsets: ["latin"],
|
|
|
|
subsets: ["latin"],
|
|
|
|
|
|
|
|
weight: ["300", "400", "500", "600", "700"],
|
|
|
|
weight: ["300", "400", "500", "600", "700"],
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
const inter = Inter({
|
|
|
|
const inter = Inter({
|
|
|
|
variable: "--font-inter",
|
|
|
|
variable: "--font-inter", subsets: ["latin"],
|
|
|
|
subsets: ["latin"],
|
|
|
|
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
const archivo = Archivo({
|
|
|
|
const archivo = Archivo({
|
|
|
|
variable: "--font-archivo",
|
|
|
|
variable: "--font-archivo", subsets: ["latin"],
|
|
|
|
subsets: ["latin"],
|
|
|
|
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
export const metadata: Metadata = {
|
|
|
|
export const metadata: Metadata = {
|
|
|
|
title: "ELECTRO MANAGER - Admin Dashboard",
|
|
|
|
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: {
|
|
|
|
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,
|
|
|
|
index: false,
|
|
|
|
follow: false,
|
|
|
|
follow: false,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
@@ -1416,4 +1410,4 @@ export default function RootLayout({
|
|
|
|
</ServiceWrapper>
|
|
|
|
</ServiceWrapper>
|
|
|
|
</html>
|
|
|
|
</html>
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|