From 565e86b796643016c16c81f843bdd7cc79c845ab Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 12:51:56 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d09b4fb..d3c33b8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "@/styles/globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Create Next App", description: "Generated by create next app"}; + title: "AI Originals - Premium AI-Designed Fashion", description: "Experience the future of apparel. AI Originals creates premium athletic fashion designed by machine learning algorithms. Limited-time early access collection available now." +}; export default function RootLayout({ children, @@ -13,7 +14,7 @@ export default function RootLayout({ children: React.ReactNode; }) { return ( - + {children}