diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b0f5558..c8787e1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -2,13 +2,10 @@ import type { Metadata } from "next"; import { Inter } from "next/font/google"; import "./globals.css"; -const inter = Inter({ - variable: "--font-inter", subsets: ["latin"], - weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], -}); +const inter = Inter({ variable: "--font-inter", subsets: ["latin"] }); export const metadata: Metadata = { - title: "Serene Studios - Minimalist Fashion & Design", description: "Serene Studios explores the intersection of restraint, identity, and intentional creation. Avant-garde fashion with editorial integrity."}; + title: "Serene Studios", description: "Serene Studios explores the intersection of restraint, identity, and intentional creation."}; export default function RootLayout({ children, @@ -16,10 +13,8 @@ export default function RootLayout({ children: React.ReactNode; }) { return ( - -
- {children} - + + {children}