From 88a9bf389b602245c68c734f9e50e07ebc5beb0e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 04:45:41 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 92d884b..496c81c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,7 +11,7 @@ const geistMono = Geist_Mono({ }); export const metadata: Metadata = { - title: "Create Next App", description: "Generated by create next app"}; + title: "Luxe Degenere - Premium Fashion", description: "Discover curated collections of premium fashion that define sophistication and elegance."}; export default function RootLayout({ children, @@ -19,9 +19,18 @@ export default function RootLayout({ children: React.ReactNode; }) { return ( - + {children} +