Merge version_2 into main #1

Merged
bender merged 2 commits from version_2 into main 2026-03-07 12:29:10 +00:00
2 changed files with 5 additions and 16 deletions

View File

@@ -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>
);
}
}

View File

@@ -1,5 +0,0 @@
import { redirect } from 'next/navigation';
export default function Home() {
redirect('/components');
}