Switch to version 1: modified src/app/layout.tsx

This commit is contained in:
2026-03-03 14:20:34 +00:00
parent cc1125f730
commit a88b5989e6

View File

@@ -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,