diff --git a/src/app/layout.tsx b/src/app/layout.tsx index dd1d8be..0d19073 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,9 +1,9 @@ import type { Metadata } from "next"; -import { GeistSans } from "geist/font/sans"; import "./globals.css"; export const metadata: Metadata = { - title: "MarketHub - Shop Premium Products from Global Brands", description: "Discover the world's finest products from trusted brands. Shop fashion, electronics, beauty, home decor, and more—all in one place."}; + title: "MarketHub - Shop Premium Products from Global Brands", description: "Discover the world's finest products from trusted brands. Shop fashion, electronics, beauty, home decor, and more—all in one place." +}; export default function RootLayout({ children, @@ -12,7 +12,7 @@ export default function RootLayout({ }) { return ( -
{children} + {children}