From 5fc03469135aac2aa4436d6f107ca5c9d6c98779 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 05:43:31 +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 4851479..dd182ac 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: "Your Shop - Premium Collection", description: "Explore our curated selection of premium products"}; + title: "Your Shop - Premium Collection", description: "Explore our curated selection of premium products" +}; export default function RootLayout({ children, @@ -12,7 +12,7 @@ export default function RootLayout({ }) { return ( - + {children}