Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-12 10:51:18 +00:00

View File

@@ -25,266 +25,112 @@ export default function LandingPage() {
headingFontWeight="light"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Momentum",
id: "hero",
},
{
name: "Manifesto",
id: "about",
},
{
name: "Collection",
id: "products",
},
{
name: "Contact",
id: "contact",
},
]}
brandName="GYRO"
/>
</div>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{ name: "Momentum", id: "hero" },
{ name: "Manifesto", id: "about" },
{ name: "Collection", id: "products" },
{ name: "Team", id: "team" },
{ name: "Contact", id: "contact" },
]}
brandName="GYRO"
/>
</div>
<div id="hero" data-section="hero">
<HeroOverlayTestimonial
title="GYRO // CAPTURE THE MOMENTUM"
description="Engineered for the elements. Designed for the street. Discover a collection where high-performance textiles meet uncompromising silhouettes."
testimonials={[
{
name: "Marcus V.",
handle: "@m.v.kinetic",
testimonial: "The structural precision is unlike anything I've worn.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-model_158538-18011.jpg?_wi=1",
},
{
name: "Elena R.",
handle: "@elena.street",
testimonial: "Perfect equilibrium for urban and coastal terrain.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-leaning-wall-white-tshirt-terracotta-pants_24972-2945.jpg",
},
{
name: "Sam K.",
handle: "@samk.gyro",
testimonial: "Heavy-gauge quality that feels weightless.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/trendy-stylish-girl-white-tshirt-black-glasses-with-red-lips-is-listening-music-sunlight-city-background_291650-2064.jpg",
},
{
name: "Jade L.",
handle: "@jade.motion",
testimonial: "Finally, utility and editorial style combined.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-confident-stylish-hipster-lambersexual-model_158538-18013.jpg",
},
{
name: "Kenji T.",
handle: "@kenji.urban",
testimonial: "The Kinetic Standard is exactly what I needed.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-posing-outdoors_23-2148877740.jpg",
},
]}
buttons={[
{
text: "EXPLORE THE DROP",
href: "#products",
},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CFoxB6IyiVvACabgNkGUv8yM6U/uploaded-1775991019371-40p3n1c1.png?_wi=1"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/young-woman-standing-front-building-holding-takeaway-coffee-cup-looking-shoulder_23-2148148218.jpg",
alt: "User avatar 1",
},
{
src: "http://img.b2bpic.net/free-photo/cute-woman-holding-book-outside_23-2148396305.jpg",
alt: "User avatar 2",
},
{
src: "http://img.b2bpic.net/free-photo/beautiful-vertical-shot-female-going-down-stairs_181624-59172.jpg",
alt: "User avatar 3",
},
{
src: "http://img.b2bpic.net/free-photo/beautiful-belarus-person-city_23-2149372924.jpg",
alt: "User avatar 4",
},
{
src: "http://img.b2bpic.net/free-photo/pretty-woman-outdoor_624325-1261.jpg",
alt: "User avatar 5",
},
]}
avatarText="Join 5,000+ others"
/>
</div>
<div id="hero" data-section="hero">
<HeroOverlayTestimonial
title="GYRO // CAPTURE THE MOMENTUM"
description="Engineered for the elements. Designed for the street. Discover a collection where high-performance textiles meet uncompromising silhouettes."
testimonials={[
{ name: "Marcus V.", handle: "@m.v.kinetic", testimonial: "The structural precision is unlike anything I've worn.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-model_158538-18011.jpg" },
{ name: "Elena R.", handle: "@elena.street", testimonial: "Perfect equilibrium for urban and coastal terrain.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-leaning-wall-white-tshirt-terracotta-pants_24972-2945.jpg" },
{ name: "Sam K.", handle: "@samk.gyro", testimonial: "Heavy-gauge quality that feels weightless.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/trendy-stylish-girl-white-tshirt-black-glasses-with-red-lips-is-listening-music-sunlight-city-background_291650-2064.jpg" },
{ name: "Jade L.", handle: "@jade.motion", testimonial: "Finally, utility and editorial style combined.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-confident-stylish-hipster-lambersexual-model_158538-18013.jpg" },
{ name: "Kenji T.", handle: "@kenji.urban", testimonial: "The Kinetic Standard is exactly what I needed.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-posing-outdoors_23-2148877740.jpg" }
]}
buttons={[{ text: "EXPLORE THE DROP", href: "#products" }]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CFoxB6IyiVvACabgNkGUv8yM6U/uploaded-1775991019371-40p3n1c1.png"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/young-woman-standing-front-building-holding-takeaway-coffee-cup-looking-shoulder_23-2148148218.jpg", alt: "User avatar 1" },
{ src: "http://img.b2bpic.net/free-photo/cute-woman-holding-book-outside_23-2148396305.jpg", alt: "User avatar 2" },
{ src: "http://img.b2bpic.net/free-photo/beautiful-vertical-shot-female-going-down-stairs_181624-59172.jpg", alt: "User avatar 3" },
{ src: "http://img.b2bpic.net/free-photo/beautiful-belarus-person-city_23-2149372924.jpg", alt: "User avatar 4" },
{ src: "http://img.b2bpic.net/free-photo/pretty-woman-outdoor_624325-1261.jpg", alt: "User avatar 5" }
]}
avatarText="Join 5,000+ others"
/>
</div>
<div id="about" data-section="about">
<MediaAbout
useInvertedBackground={false}
title="THE KINETIC STANDARD"
description="At GYRO, we believe that clothing should never be a static experience. Our philosophy is rooted in the \"Gyroscope\" principle—maintaining perfect balance and orientation regardless of the external forces at play. Whether you are carving through a Pacific swell or navigating the architectural density of the city, GYRO provides the ultimate equilibrium. We utilize heavy-gauge fabrics and ergonomic tailoring to ensure that every piece feels substantial yet weightless."
imageSrc="http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248328.jpg"
/>
</div>
<div id="about" data-section="about">
<MediaAbout
useInvertedBackground={false}
title="THE KINETIC STANDARD"
description="At GYRO, we believe that clothing should never be a static experience. Our philosophy is rooted in the \"Gyroscope\" principle—maintaining perfect balance and orientation regardless of the external forces at play."
imageSrc="http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248328.jpg"
/>
</div>
<div id="products" data-section="products">
<ProductCardThree
animationType="slide-up"
textboxLayout="split"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "GYRO Core Tee - Khaki",
price: "$85",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-european-brunette-lady-20-years-old-hat-jacket-looks-camera-shoulder-pink-background-lifestyle-leisure-concept_197531-31617.jpg",
},
{
id: "p2",
name: "Kinetic Trousers - Slate",
price: "$160",
imageSrc: "http://img.b2bpic.net/free-photo/elderly-woman-walking-city_23-2149401646.jpg",
},
{
id: "p3",
name: "Core Tee - Turquoise",
price: "$85",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-sustainability-concept-arrangement_23-2148996994.jpg",
},
{
id: "p4",
name: "Utility Trouser - Black",
price: "$160",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-beautiful-woman-posing-against-concrete-wall-sunny-day-summer-fashion-style-trend_285396-10758.jpg",
},
{
id: "p5",
name: "Tech Shell - Khaki",
price: "$220",
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-bicycle-looking-time-wrist-watch_23-2147892422.jpg",
},
{
id: "p6",
name: "Utility Trouser - Khaki",
price: "$160",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-mechanic-with-protective-glasses-hard-hat_23-2148773502.jpg",
},
]}
title="SIGNATURE SERIES"
description="Precision-engineered apparel designed for the modern landscape."
/>
</div>
<div id="products" data-section="products">
<ProductCardThree
animationType="slide-up"
textboxLayout="split"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{ id: "p1", name: "GYRO Core Tee - Khaki", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/pretty-european-brunette-lady-20-years-old-hat-jacket-looks-camera-shoulder-pink-background-lifestyle-leisure-concept_197531-31617.jpg" },
{ id: "p2", name: "Kinetic Trousers - Slate", price: "$160", imageSrc: "http://img.b2bpic.net/free-photo/elderly-woman-walking-city_23-2149401646.jpg" },
{ id: "p3", name: "Core Tee - Turquoise", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/still-life-sustainability-concept-arrangement_23-2148996994.jpg" },
{ id: "p4", name: "Utility Trouser - Black", price: "$160", imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-beautiful-woman-posing-against-concrete-wall-sunny-day-summer-fashion-style-trend_285396-10758.jpg" },
{ id: "p5", name: "Tech Shell - Khaki", price: "$220", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-bicycle-looking-time-wrist-watch_23-2147892422.jpg" },
{ id: "p6", name: "Utility Trouser - Khaki", price: "$160", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-mechanic-with-protective-glasses-hard-hat_23-2148773502.jpg" }
]}
title="SIGNATURE SERIES"
description="Precision-engineered apparel designed for the modern landscape."
/>
</div>
<div id="team" data-section="team">
<TeamCardFive
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="THE ARCHITECTS"
description="Meet the minds behind the motion."
team={[
{
id: "t1",
name: "Alex R.",
role: "Creative Lead",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-handsome-mature-male-walking_23-2148673433.jpg",
},
{
id: "t2",
name: "Sam L.",
role: "Fabric Tech",
imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-travelling_1303-5200.jpg",
},
{
id: "t3",
name: "Jordan P.",
role: "Design Ops",
imageSrc: "http://img.b2bpic.net/free-photo/photographer-exploring-abandoned-location_23-2150974378.jpg",
},
{
id: "t4",
name: "Casey M.",
role: "Urban Strategist",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-leaning-wall-with-his-arms-crossed_23-2148130367.jpg",
},
{
id: "t5",
name: "Morgan D.",
role: "Visual Lead",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-model_158538-18011.jpg?_wi=2",
},
]}
/>
</div>
<div id="team" data-section="team">
<TeamCardFive
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="THE ARCHITECTS"
description="Meet the minds behind the motion."
team={[
{ id: "t1", name: "Alex R.", role: "Creative Lead", imageSrc: "http://img.b2bpic.net/free-photo/front-view-handsome-mature-male-walking_23-2148673433.jpg" },
{ id: "t2", name: "Sam L.", role: "Fabric Tech", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-travelling_1303-5200.jpg" },
{ id: "t3", name: "Jordan P.", role: "Design Ops", imageSrc: "http://img.b2bpic.net/free-photo/photographer-exploring-abandoned-location_23-2150974378.jpg" },
{ id: "t4", name: "Casey M.", role: "Urban Strategist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-leaning-wall-with-his-arms-crossed_23-2148130367.jpg" },
{ id: "t5", name: "Morgan D.", role: "Visual Lead", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-model_158538-18011.jpg" }
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
tag="JOIN THE ROTATION"
title="STAY IN MOTION"
description="Sign up for early access to limited drops and exclusive visual content."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CFoxB6IyiVvACabgNkGUv8yM6U/uploaded-1775991019371-40p3n1c1.png?_wi=2"
mediaAnimation="slide-up"
buttonText="JOIN"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{ variant: "gradient-bars" }}
tag="JOIN THE ROTATION"
title="STAY IN MOTION"
description="Sign up for early access to limited drops and exclusive visual content."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CFoxB6IyiVvACabgNkGUv8yM6U/uploaded-1775991019371-40p3n1c1.png"
mediaAnimation="slide-up"
buttonText="JOIN"
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-85237.jpg"
logoText="GYRO"
columns={[
{
title: "Collection",
items: [
{
label: "Series",
href: "#products",
},
{
label: "Trousers",
href: "#products",
},
],
},
{
title: "Brand",
items: [
{
label: "Manifesto",
href: "#about",
},
{
label: "Contact",
href: "#contact",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy",
href: "#",
},
{
label: "Terms",
href: "#",
},
],
},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-85237.jpg"
logoText="GYRO"
columns={[
{ title: "Collection", items: [{ label: "Series", href: "#products" }, { label: "Trousers", href: "#products" }] },
{ title: "Brand", items: [{ label: "Manifesto", href: "#about" }, { label: "Contact", href: "#contact" }] },
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] }
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);