From 67c457f1096487dfa683774d5bb91628e551f6dd Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 19:01:12 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ccfc499..ca2a444 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -41,7 +41,7 @@ export default function AboutPage() { tag="Since 2020" tagIcon={undefined} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/front-view-man-leaning-against-fence_23-2148239534.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-man-leaning-against-fence_23-2148239534.jpg?_wi=2" imageAlt="URBAN CULT Team - Brand Founders" mediaAnimation="slide-up" metrics={[ @@ -89,21 +89,21 @@ export default function AboutPage() { id: "featured-1", name: "Signature Graphic Tee", price: "$59", - imageSrc: "http://img.b2bpic.net/free-vector/vintage-label-design-with-lettering-composition_1284-47194.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/vintage-label-design-with-lettering-composition_1284-47194.jpg?_wi=3", imageAlt: "Signature Graphic Tee - Premium Collection" }, { id: "featured-2", name: "Collab Edition Jacket", price: "$189", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-outdoors_23-2149684357.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-outdoors_23-2149684357.jpg?_wi=3", imageAlt: "Collab Edition Jacket - Artist Partnership" }, { id: "featured-3", name: "Limited Cap Accessory", price: "$45", - imageSrc: "http://img.b2bpic.net/free-vector/original-label-typeface-named-musician-good-use-any-label-design_1284-36854.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/original-label-typeface-named-musician-good-use-any-label-design_1284-36854.jpg?_wi=3", imageAlt: "Limited Cap Accessory - Exclusive Drop" } ]} From ba1c87a4ab2bcd48285e731f541d9e461eca9c3a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 19:01:12 +0000 Subject: [PATCH 2/4] Update src/app/collections/page.tsx --- src/app/collections/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/collections/page.tsx b/src/app/collections/page.tsx index 82ee005..496d193 100644 --- a/src/app/collections/page.tsx +++ b/src/app/collections/page.tsx @@ -56,42 +56,42 @@ export default function CollectionsPage() { id: "collection-item-1", name: "OG Oversized Hoodie", price: "$89", - imageSrc: "http://img.b2bpic.net/free-photo/sporty-man-boxing-photo-boxer-ring-african-american-man-training_1157-46285.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sporty-man-boxing-photo-boxer-ring-african-american-man-training_1157-46285.jpg?_wi=2", imageAlt: "OG Oversized Hoodie - Limited Edition" }, { id: "collection-item-2", name: "Urban Bomber Jacket", price: "$149", - imageSrc: "http://img.b2bpic.net/free-photo/man-resting-his-arm-electric-scooter-outdoors_23-2148774409.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-resting-his-arm-electric-scooter-outdoors_23-2148774409.jpg?_wi=2", imageAlt: "Urban Bomber Jacket - Exclusive Release" }, { id: "collection-item-3", name: "Cargo Utility Pants", price: "$99", - imageSrc: "http://img.b2bpic.net/free-vector/urban-style-instagram-template_23-2151086961.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/urban-style-instagram-template_23-2151086961.jpg?_wi=2", imageAlt: "Cargo Utility Pants - Street Essential" }, { id: "collection-item-4", name: "Signature Graphic Tee", price: "$59", - imageSrc: "http://img.b2bpic.net/free-vector/vintage-label-design-with-lettering-composition_1284-47194.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/vintage-label-design-with-lettering-composition_1284-47194.jpg?_wi=2", imageAlt: "Signature Graphic Tee - Premium Collection" }, { id: "collection-item-5", name: "Collab Edition Jacket", price: "$189", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-outdoors_23-2149684357.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-outdoors_23-2149684357.jpg?_wi=2", imageAlt: "Collab Edition Jacket - Artist Partnership" }, { id: "collection-item-6", name: "Limited Cap Accessory", price: "$45", - imageSrc: "http://img.b2bpic.net/free-vector/original-label-typeface-named-musician-good-use-any-label-design_1284-36854.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/original-label-typeface-named-musician-good-use-any-label-design_1284-36854.jpg?_wi=2", imageAlt: "Limited Cap Accessory - Exclusive Drop" } ]} From a4576c3ebe5b13b965635bd3b1cfffe87f97d603 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 19:01:13 +0000 Subject: [PATCH 3/4] Update src/app/layout.tsx --- src/app/layout.tsx | 55 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 47 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 41f1e85..77ca2c6 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,24 +1,61 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Source_Sans_3 } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; -import { Source_Sans_3 } from "next/font/google"; +const halant = Halant({ + variable: "--font-halant", + subsets: ["latin"], + weight: ["300", "400", "500", "600", "700"], +}); - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; +const inter = Inter({ + variable: "--font-inter", + subsets: ["latin"], +}); const sourceSans3 = Source_Sans_3({ variable: "--font-source-sans-3", subsets: ["latin"] }); +export const metadata: Metadata = { + title: "URBAN CULT - Authentic Limited Drop Streetwear", + description: "Premium streetwear brand featuring exclusive limited drops. Curated collections for urban culture leaders. Shop authentic contemporary fashion.", + keywords: "streetwear, limited drops, urban fashion, exclusive collections, contemporary apparel, brand drops, premium quality streetwear", + metadataBase: new URL("https://urbancult.com"), + alternates: { + canonical: "https://urbancult.com" + }, + openGraph: { + title: "URBAN CULT - Authentic Urban Style Limited Drops", + description: "Premium streetwear collections designed for those who lead trends. Exclusive releases, limited quantities, community-driven.", + url: "https://urbancult.com", + siteName: "URBAN CULT", + type: "website", + images: [ + { + url: "https://urbancult.com/og-image.jpg", + alt: "URBAN CULT Hero Image" + } + ] + }, + twitter: { + card: "summary_large_image", + title: "URBAN CULT - Limited Drop Streetwear", + description: "Authentic urban style for culture leaders. Exclusive drops, premium quality, community-first.", + images: ["https://urbancult.com/twitter-image.jpg"] + }, + robots: { + index: true, + follow: true + } +}; + export default function RootLayout({ children, }: Readonly<{ @@ -27,7 +64,9 @@ export default function RootLayout({ return ( - + {children}