From c81c8fc17eb70ed34373f4ae5dcc9c7018309b99 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 22:30:21 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}