Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
]}
|
||||
|
||||
@@ -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 (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${sourceSans3.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${sourceSans3.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +78,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -120,21 +120,21 @@ export default function HomePage() {
|
||||
id: "drop-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=1",
|
||||
imageAlt: "OG Oversized Hoodie - Limited Edition"
|
||||
},
|
||||
{
|
||||
id: "drop-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=1",
|
||||
imageAlt: "Urban Bomber Jacket - Exclusive Release"
|
||||
},
|
||||
{
|
||||
id: "drop-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=1",
|
||||
imageAlt: "Cargo Utility Pants - Street Essential"
|
||||
}
|
||||
]}
|
||||
@@ -151,7 +151,7 @@ export default function HomePage() {
|
||||
tag="Since 2020"
|
||||
tagIcon={Sparkles}
|
||||
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=1"
|
||||
imageAlt="URBAN CULT Team - Brand Founders"
|
||||
mediaAnimation="slide-up"
|
||||
metrics={[
|
||||
@@ -185,21 +185,21 @@ export default function HomePage() {
|
||||
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=1",
|
||||
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=1",
|
||||
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=1",
|
||||
imageAlt: "Limited Cap Accessory - Exclusive Drop"
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user