diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3c43252..78aae23 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,14 +5,25 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const publicSans = Public_Sans({ - variable: "--font-public-sans", subsets: ["latin"], + variable: "--font-public-sans", + subsets: ["latin"], }); export const metadata: Metadata = { - title: "IXOR - Aesthetic Streetwear & Minimalist Fashion", description: "Discover curated aesthetic clothing and high-fashion streetwear at IXOR. Premium materials, sustainable practices, and timeless design for the discerning eye.", keywords: "streetwear, aesthetic fashion, minimalist clothing, luxury fashion, contemporary apparel, curated fashion", openGraph: { - title: "IXOR - Aesthetic Clothing & Streetwear", description: "Premium, minimalist fashion designed for the discerning.", siteName: "IXOR", type: "website"}, + title: "IXOR - Aesthetic Streetwear & Minimalist Fashion", + description: "Discover curated aesthetic clothing and high-fashion streetwear at IXOR. Premium materials, sustainable practices, and timeless design for the discerning eye.", + keywords: "streetwear, aesthetic fashion, minimalist clothing, luxury fashion, contemporary apparel, curated fashion", + openGraph: { + title: "IXOR - Aesthetic Clothing & Streetwear", + description: "Premium, minimalist fashion designed for the discerning.", + siteName: "IXOR", + type: "website", + }, twitter: { - card: "summary_large_image", title: "IXOR - Aesthetic Streetwear", description: "Discover curated aesthetic clothing and premium streetwear."}, + card: "summary_large_image", + title: "IXOR - Aesthetic Streetwear", + description: "Discover curated aesthetic clothing and premium streetwear.", + }, robots: { index: true, follow: true,