Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-12 15:54:45 +00:00

View File

@@ -29,18 +29,9 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Shop",
id: "products",
},
{
name: "Movement",
id: "about",
},
{
name: "Contact",
id: "contact",
},
{ name: "Shop", id: "products" },
{ name: "Movement", id: "about" },
{ name: "Contact", id: "contact" },
]}
brandName="VOID"
/>
@@ -48,42 +39,19 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardGallery
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Quiet Confidence."
description="Defined by movement. Crafted for the unspoken standard of the modern individual."
buttons={[
{
text: "Shop Collection",
href: "#products",
},
{ text: "Shop Collection", href: "#products" },
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-orange-sweatshirt-poses-roof-building-city-center_1153-4958.jpg?_wi=1",
imageAlt: "Streetwear model in oversized hoodie",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-medical-mask-outside_23-2148777597.jpg?_wi=1",
imageAlt: "Heavyweight cotton fabric detail",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-female-leaning-wall-modern-building_181624-23815.jpg?_wi=1",
imageAlt: "Urban NYC street style shot",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/grayscale-shot-motivational-quote-signage-wall-seen-through-round-window_181624-3879.jpg",
imageAlt: "Minimal garment logo detail",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/stylish-blonde-enjoying-bright-sun-autumn-countryside-beautiful-girl-posing-with-joy-red-pullover-white-dress-outdoor_197531-11851.jpg",
imageAlt: "Matching olive streetwear set",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-woman-posing-studio_23-2149429025.jpg",
imageAlt: "Layered silhouette fashion detail",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/young-woman-orange-sweatshirt-poses-roof-building-city-center_1153-4958.jpg", imageAlt: "Streetwear model in oversized hoodie" },
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-medical-mask-outside_23-2148777597.jpg", imageAlt: "Heavyweight cotton fabric detail" },
{ imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-female-leaning-wall-modern-building_181624-23815.jpg", imageAlt: "Urban NYC street style shot" },
{ imageSrc: "http://img.b2bpic.net/free-photo/grayscale-shot-motivational-quote-signage-wall-seen-through-round-window_181624-3879.jpg", imageAlt: "Minimal garment logo detail" },
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-blonde-enjoying-bright-sun-autumn-countryside-beautiful-girl-posing-with-joy-red-pullover-white-dress-outdoor_197531-11851.jpg", imageAlt: "Matching olive streetwear set" },
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-woman-posing-studio_23-2149429025.jpg", imageAlt: "Layered silhouette fashion detail" },
]}
mediaAnimation="blur-reveal"
/>
@@ -96,60 +64,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "p1",
brand: "VOID",
name: "Heavyweight Hoodie - Beige",
price: "$120",
rating: 5,
reviewCount: "128",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-posing-floor-with-hoodie_23-2149359835.jpg",
},
{
id: "p2",
brand: "VOID",
name: "Cargo Sweatpants - Grey",
price: "$95",
rating: 5,
reviewCount: "94",
imageSrc: "http://img.b2bpic.net/free-photo/full-view-male-man-street-look-camera_197531-33432.jpg",
},
{
id: "p3",
brand: "VOID",
name: "Crewneck - Olive",
price: "$85",
rating: 4,
reviewCount: "72",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-earphones-low-angle_23-2149429043.jpg",
},
{
id: "p4",
brand: "VOID",
name: "Heavyweight Tee - Charcoal",
price: "$55",
rating: 5,
reviewCount: "210",
imageSrc: "http://img.b2bpic.net/free-photo/young-female-pointing-right-side-polo-dress-looking-cheery-front-view_176474-54500.jpg",
},
{
id: "p5",
brand: "VOID",
name: "Zip-up Hoodie - Off White",
price: "$135",
rating: 5,
reviewCount: "56",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-outside_23-2149439874.jpg",
},
{
id: "p6",
brand: "VOID",
name: "Jogger Set - Black",
price: "$180",
rating: 5,
reviewCount: "43",
imageSrc: "http://img.b2bpic.net/free-photo/young-people-using-sustainable-mobility_23-2149290963.jpg",
},
{ id: "p1", brand: "VOID", name: "Heavyweight Hoodie - Beige", price: "$120", rating: 5, reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-posing-floor-with-hoodie_23-2149359835.jpg" },
{ id: "p2", brand: "VOID", name: "Cargo Sweatpants - Grey", price: "$95", rating: 5, reviewCount: "94", imageSrc: "http://img.b2bpic.net/free-photo/full-view-male-man-street-look-camera_197531-33432.jpg" },
{ id: "p3", brand: "VOID", name: "Crewneck - Olive", price: "$85", rating: 4, reviewCount: "72", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-earphones-low-angle_23-2149429043.jpg" },
{ id: "p4", brand: "VOID", name: "Heavyweight Tee - Charcoal", price: "$55", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/young-female-pointing-right-side-polo-dress-looking-cheery-front-view_176474-54500.jpg" },
{ id: "p5", brand: "VOID", name: "Zip-up Hoodie - Off White", price: "$135", rating: 5, reviewCount: "56", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-outside_23-2149439874.jpg" },
{ id: "p6", brand: "VOID", name: "Jogger Set - Black", price: "$180", rating: 5, reviewCount: "43", imageSrc: "http://img.b2bpic.net/free-photo/young-people-using-sustainable-mobility_23-2149290963.jpg" },
]}
title="Trending Now"
description="The foundation of your rotation. Heavyweight, intentional, timeless."
@@ -163,41 +83,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "400GSM Cotton",
description: "Heavier. Durable. Designed to hold shape while feeling like a second skin.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-flannel-shirt-detail_23-2149575391.jpg",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/concept-fibers-burlap-material-pinkness_23-2148066714.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-orange-sweatshirt-poses-roof-building-city-center_1153-4958.jpg?_wi=2",
imageAlt: "heavy fabric cotton texture",
title: "400GSM Cotton", description: "Heavier. Durable. Designed to hold shape while feeling like a second skin.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-flannel-shirt-detail_23-2149575391.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/concept-fibers-burlap-material-pinkness_23-2148066714.jpg" }
},
{
title: "Subtle Branding",
description: "Refined identity. Logos that whisper, not shout. Built for the wearer, not the bystander.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/craft-beer-concept-with-tattooed-man_23-2148110839.jpg",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/fabric-texture-background_1388-107.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-medical-mask-outside_23-2148777597.jpg?_wi=2",
imageAlt: "heavy fabric cotton texture",
title: "Subtle Branding", description: "Refined identity. Logos that whisper, not shout. Built for the wearer, not the bystander.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/craft-beer-concept-with-tattooed-man_23-2148110839.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/fabric-texture-background_1388-107.jpg" }
},
{
title: "Oversized Fit",
description: "Structural freedom. Engineered for movement with a relaxed, modern silhouette.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-senior-woman-portrait-wearing-black-jacket-close-up_23-2148891715.jpg",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/empty-escalator-stairs_1339-1232.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-female-leaning-wall-modern-building_181624-23815.jpg?_wi=2",
imageAlt: "heavy fabric cotton texture",
},
title: "Oversized Fit", description: "Structural freedom. Engineered for movement with a relaxed, modern silhouette.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-senior-woman-portrait-wearing-black-jacket-close-up_23-2148891715.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/empty-escalator-stairs_1339-1232.jpg" }
}
]}
showStepNumbers={false}
title="The Fabric of Individuality"
@@ -209,15 +105,7 @@ export default function LandingPage() {
<SocialProofOne
textboxLayout="default"
useInvertedBackground={false}
names={[
"NYC",
"London",
"Tokyo",
"Berlin",
"Paris",
"Seoul",
"LA",
]}
names={["NYC", "London", "Tokyo", "Berlin", "Paris", "Seoul", "LA"]}
title="Join the Movement"
description="A global community defined by self-expression and the quiet confidence of the streets."
/>
@@ -228,26 +116,18 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Movement over Marketing."
description={[
"VOID is not just apparel. It is a reaction to the noise of fast fashion, a manifesto for the individual who chooses substance over status.",
"We strip away the unnecessary, focusing on raw quality, heavy silhouettes, and the power of understatement.",
]}
"VOID is not just apparel. It is a reaction to the noise of fast fashion, a manifesto for the individual who chooses substance over status.", "We strip away the unnecessary, focusing on raw quality, heavy silhouettes, and the power of understatement."]}
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Stay Connected"
title="Be the First to Know."
description="Drops, early access, and internal movements. Join the list."
buttons={[
{
text: "Sign Up",
},
]}
buttons={[{ text: "Sign Up" }]}
/>
</div>
@@ -256,50 +136,23 @@ export default function LandingPage() {
logoText="VOID"
columns={[
{
title: "Shop",
items: [
{
label: "All",
href: "#",
},
{
label: "New Arrivals",
href: "#",
},
{
label: "Essentials",
href: "#",
},
title: "Shop", items: [
{ label: "All", href: "#" },
{ label: "New Arrivals", href: "#" },
{ label: "Essentials", href: "#" },
],
},
{
title: "Movement",
items: [
{
label: "About",
href: "#",
},
{
label: "Community",
href: "#",
},
{
label: "Sustainability",
href: "#",
},
title: "Movement", items: [
{ label: "About", href: "#" },
{ label: "Community", href: "#" },
{ label: "Sustainability", href: "#" },
],
},
{
title: "Legal",
items: [
{
label: "Privacy",
href: "#",
},
{
label: "Terms",
href: "#",
},
title: "Legal", items: [
{ label: "Privacy", href: "#" },
{ label: "Terms", href: "#" },
],
},
]}
@@ -308,4 +161,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}