diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1bc457a..74b3f87 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "TechVault - Premium Tech E-Commerce Platform", description: "Next-generation e-commerce platform for cutting-edge technology with seamless checkout and real-time inventory tracking."}; + title: "TechVault - Premium Tech E-Commerce Platform", description: "Next-generation e-commerce platform for cutting-edge technology with seamless checkout and real-time inventory tracking." +}; export default function RootLayout({ children, @@ -13,7 +14,7 @@ export default function RootLayout({ children: React.ReactNode; }) { return ( - + {children}