Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-05-26 14:56:26 +00:00
4 changed files with 157 additions and 477 deletions

View File

@@ -27,38 +27,22 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Shop",
id: "/shop",
},
name: "Shop", id: "/shop"},
{
name: "Customize",
id: "/customize",
},
name: "Customize", id: "/customize"},
{
name: "Drops",
id: "/drops",
},
name: "Drops", id: "/drops"},
{
name: "Community",
id: "/community",
},
name: "Community", id: "/community"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
button={{
text: "My Cart",
href: "/cart",
}}
text: "My Cart", href: "/cart"}}
brandName="Velocity Kicks"
/>
</div>
@@ -83,31 +67,14 @@ export default function LandingPage() {
textboxLayout="split"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
animationType="slide-up"
members={[
{
id: "jordan-kai",
name: "Jordan Kai",
role: "CEO & Visionary",
description: "The driving force behind Velocity Kicks, Jordan's vision for futuristic footwear began in the simulated worlds of 2025. Now, he brings that vision to reality.",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-man-sunglasses-is-showing-aggressive-emotion-while-showing-his-teeth_613910-13106.jpg",
imageAlt: "Jordan Kai, CEO & Visionary",
},
id: "jordan-kai", name: "Jordan Kai", role: "CEO & Visionary", description: "The driving force behind Velocity Kicks, Jordan's vision for futuristic footwear began in the simulated worlds of 2025. Now, he brings that vision to reality.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-man-sunglasses-is-showing-aggressive-emotion-while-showing-his-teeth_613910-13106.jpg", imageAlt: "Jordan Kai, CEO & Visionary"},
{
id: "elara-vance",
name: "Elara Vance",
role: "Chief Design Architect",
description: "Elara blends luxury fashion sensibilities with cutting-edge digital artistry, crafting each sneaker to be a wearable sculpture. Her designs define the future.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smart-businesswoman-holding-cup_23-2148452644.jpg",
imageAlt: "Elara Vance, Chief Design Architect",
},
id: "elara-vance", name: "Elara Vance", role: "Chief Design Architect", description: "Elara blends luxury fashion sensibilities with cutting-edge digital artistry, crafting each sneaker to be a wearable sculpture. Her designs define the future.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smart-businesswoman-holding-cup_23-2148452644.jpg", imageAlt: "Elara Vance, Chief Design Architect"},
{
id: "dr-aaron-synth",
name: "Dr. Aaron Synth",
role: "Lead Material Engineer",
description: "A pioneer in bio-synthetic composites and quantum materials, Dr. Synth ensures every Velocity Kick not only looks futuristic but performs beyond today's standards.",
imageSrc: "http://img.b2bpic.net/free-photo/staff-textile-department_1098-14899.jpg",
imageAlt: "Dr. Aaron Synth, Lead Material Engineer",
},
id: "dr-aaron-synth", name: "Dr. Aaron Synth", role: "Lead Material Engineer", description: "A pioneer in bio-synthetic composites and quantum materials, Dr. Synth ensures every Velocity Kick not only looks futuristic but performs beyond today's standards.", imageSrc: "http://img.b2bpic.net/free-photo/staff-textile-department_1098-14899.jpg", imageAlt: "Dr. Aaron Synth, Lead Material Engineer"},
]}
title="The Minds Behind the Kicks"
description="Meet the visionary team pushing the boundaries of design, technology, and luxury in the world of futuristic footwear. We are Velocity Kicks."
@@ -120,87 +87,51 @@ export default function LandingPage() {
logoText="Velocity Kicks"
columns={[
{
title: "Shop",
items: [
title: "Shop", items: [
{
label: "All Sneakers",
href: "/shop",
},
label: "All Sneakers", href: "/shop"},
{
label: "Limited Drops",
href: "/drops",
},
label: "Limited Drops", href: "/drops"},
{
label: "Customization",
href: "/customize",
},
label: "Customization", href: "/customize"},
{
label: "Accessories",
href: "#",
},
label: "Accessories", href: "#"},
],
},
{
title: "About",
items: [
title: "About", items: [
{
label: "Our Story",
href: "/about",
},
label: "Our Story", href: "/about"},
{
label: "Technology",
href: "/about#tech",
},
label: "Technology", href: "/about#tech"},
{
label: "Team",
href: "/about#team",
},
label: "Team", href: "/about#team"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "FAQ",
href: "/product#faq",
},
label: "FAQ", href: "/product#faq"},
{
label: "Contact Us",
href: "/contact",
},
label: "Contact Us", href: "/contact"},
{
label: "Shipping",
href: "#",
},
label: "Shipping", href: "#"},
{
label: "Returns",
href: "#",
},
label: "Returns", href: "#"},
],
},
{
title: "Community",
items: [
title: "Community", items: [
{
label: "Sneaker Gallery",
href: "/community",
},
label: "Sneaker Gallery", href: "/community"},
{
label: "User Designs",
href: "/community",
},
label: "User Designs", href: "/community"},
{
label: "Influencers",
href: "/community",
},
label: "Influencers", href: "/community"},
{
label: "Social Feeds",
href: "#",
},
label: "Social Feeds", href: "#"},
],
},
]}
@@ -210,4 +141,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -26,92 +26,53 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Shop",
id: "/shop",
},
name: "Shop", id: "/shop"},
{
name: "Customize",
id: "/customize",
},
name: "Customize", id: "/customize"},
{
name: "Drops",
id: "/drops",
},
name: "Drops", id: "/drops"},
{
name: "Community",
id: "/community",
},
name: "Community", id: "/community"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
button={{
text: "My Cart",
href: "/cart",
}}
text: "My Cart", href: "/cart"}}
brandName="Velocity Kicks"
/>
</div>
<div id="cart-display" data-section="cart-display">
<ProductCart
isOpen={true}
onClose={() => {}}
items={[
{
id: "1",
name: "Cyber Runner 2077",
variants: [
"Size 10",
"Electric Blue",
],
price: "$189.99",
quantity: 1,
imageSrc: "http://img.b2bpic.net/free-photo/3d-shoe-shape-glowing-with-bright-holographic-colors_23-2151037292.jpg",
imageAlt: "3d shoe shape glowing with bright holographic colors",
},
id: "1", name: "Cyber Runner 2077", variants: [
"Size 10", "Electric Blue"],
price: "$189.99", quantity: 1,
imageSrc: "http://img.b2bpic.net/free-photo/3d-shoe-shape-glowing-with-bright-holographic-colors_23-2151037292.jpg", imageAlt: "3d shoe shape glowing with bright holographic colors"},
{
id: "2",
name: "Neon Glide X",
variants: [
"Size 9",
"Arcade Green",
],
price: "$210.00",
quantity: 1,
imageSrc: "http://img.b2bpic.net/free-photo/pastel-colors-3d-sneakers_23-2151853213.jpg",
imageAlt: "Pastel colors 3d sneakers",
},
id: "2", name: "Neon Glide X", variants: [
"Size 9", "Arcade Green"],
price: "$210.00", quantity: 1,
imageSrc: "http://img.b2bpic.net/free-photo/pastel-colors-3d-sneakers_23-2151853213.jpg", imageAlt: "Pastel colors 3d sneakers"},
{
id: "3",
name: "Vortex Prime",
variants: [
"Size 11",
"Crimson Red",
],
price: "$175.00",
quantity: 1,
imageSrc: "http://img.b2bpic.net/free-photo/pastel-colors-3d-sneakers_23-2151853220.jpg",
imageAlt: "Pastel colors 3d sneakers",
},
id: "3", name: "Vortex Prime", variants: [
"Size 11", "Crimson Red"],
price: "$175.00", quantity: 1,
imageSrc: "http://img.b2bpic.net/free-photo/pastel-colors-3d-sneakers_23-2151853220.jpg", imageAlt: "Pastel colors 3d sneakers"},
]}
total="$574.99"
buttons={[
{
text: "Continue Shopping",
href: "/products",
},
text: "Continue Shopping", href: "/products"},
{
text: "Proceed to Checkout",
href: "/checkout",
},
text: "Proceed to Checkout", href: "/checkout"},
]}
title="Your Velocity Cart"
totalLabel="Order Total"
@@ -127,45 +88,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "4",
brand: "Velocity Kicks",
name: "Quantum Stride",
price: "$199.99",
rating: 5,
reviewCount: "210 Reviews",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-wearing-futuristic-sneakers_23-2151005702.jpg",
imageAlt: "Close up on person wearing futuristic sneakers",
},
id: "4", brand: "Velocity Kicks", name: "Quantum Stride", price: "$199.99", rating: 5,
reviewCount: "210 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-wearing-futuristic-sneakers_23-2151005702.jpg", imageAlt: "Close up on person wearing futuristic sneakers"},
{
id: "5",
brand: "Velocity Kicks",
name: "Aura Boost Pro",
price: "$249.99",
rating: 4,
reviewCount: "155 Reviews",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers_23-2151005721.jpg",
imageAlt: "Close up on futuristic sneakers",
},
id: "5", brand: "Velocity Kicks", name: "Aura Boost Pro", price: "$249.99", rating: 4,
reviewCount: "155 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers_23-2151005721.jpg", imageAlt: "Close up on futuristic sneakers"},
{
id: "6",
brand: "Velocity Kicks",
name: "Chrono Glide",
price: "$215.00",
rating: 4,
reviewCount: "98 Reviews",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers_23-2151005733.jpg",
imageAlt: "Close up on futuristic sneakers",
},
id: "6", brand: "Velocity Kicks", name: "Chrono Glide", price: "$215.00", rating: 4,
reviewCount: "98 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers_23-2151005733.jpg", imageAlt: "Close up on futuristic sneakers"},
{
id: "7",
brand: "Velocity Kicks",
name: "Spectra Flux",
price: "$220.00",
rating: 5,
reviewCount: "120 Reviews",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-wearing-futuristic-sneakers_23-2151005708.jpg",
imageAlt: "Close up on person wearing futuristic sneakers",
},
id: "7", brand: "Velocity Kicks", name: "Spectra Flux", price: "$220.00", rating: 5,
reviewCount: "120 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-wearing-futuristic-sneakers_23-2151005708.jpg", imageAlt: "Close up on person wearing futuristic sneakers"},
]}
title="Futuristic Picks You Might Like"
description="Curated just for you, based on your cart. Discover more next-gen footwear."
@@ -176,58 +109,35 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Shop",
items: [
title: "Shop", items: [
{
label: "All Sneakers",
href: "/products",
},
label: "All Sneakers", href: "/products"},
{
label: "New Arrivals",
href: "/new-arrivals",
},
label: "New Arrivals", href: "/new-arrivals"},
{
label: "Limited Drops",
href: "/limited-drops",
},
label: "Limited Drops", href: "/limited-drops"},
{
label: "Customization Lab",
href: "/customize",
},
label: "Customization Lab", href: "/customize"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "FAQ",
href: "/faq",
},
label: "FAQ", href: "/faq"},
{
label: "Shipping & Returns",
href: "/shipping-returns",
},
label: "Shipping & Returns", href: "/shipping-returns"},
{
label: "Contact Us",
href: "/contact",
},
label: "Contact Us", href: "/contact"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Blog",
href: "/blog",
},
label: "Blog", href: "/blog"},
{
label: "Careers",
href: "/careers",
},
label: "Careers", href: "/careers"},
],
},
]}
@@ -238,4 +148,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -27,38 +27,22 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Shop",
id: "/shop",
},
name: "Shop", id: "/shop"},
{
name: "Customize",
id: "/customize",
},
name: "Customize", id: "/customize"},
{
name: "Drops",
id: "/drops",
},
name: "Drops", id: "/drops"},
{
name: "Community",
id: "/community",
},
name: "Community", id: "/community"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
button={{
text: "My Cart",
href: "/cart",
}}
text: "My Cart", href: "/cart"}}
brandName="Velocity Kicks"
/>
</div>
@@ -68,23 +52,14 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
names={[
"CyberWare Collective",
"Neon Dreams Studio",
"Future Fashion Lab",
"Digital Style Hub",
"MetaThreads Society",
"SynthWear Alliance",
"Augmented Aesthetics",
]}
"CyberWare Collective", "Neon Dreams Studio", "Future Fashion Lab", "Digital Style Hub", "MetaThreads Society", "SynthWear Alliance", "Augmented Aesthetics"]}
title="Our Influencer Network"
description="Collaborating with leading voices in luxury techwear, cyberpunk culture, and digital fashion. Explore the community that defines Velocity Kicks."
tag="Partners"
tagIcon={Users}
buttons={[
{
text: "Join the Network",
href: "#",
},
text: "Join the Network", href: "#"},
]}
showCard={true}
/>
@@ -101,38 +76,19 @@ export default function LandingPage() {
tagIcon={Users}
buttons={[
{
text: "Submit Your Design",
href: "/customize",
},
text: "Submit Your Design", href: "/customize"},
{
text: "View All Posts",
href: "#",
},
text: "View All Posts", href: "#"},
]}
blogs={[
{
id: "design-comp-1",
category: "Community Design",
title: "Winning Design: 'Urban Nomad' by PixelSmith",
excerpt: "A groundbreaking design that blends rugged utility with sleek urban aesthetics, voted #1 by the Velocity Kicks community.",
imageSrc: "http://img.b2bpic.net/free-photo/sunset-projector-lamp-product-backdrop_53876-103670.jpg",
imageAlt: "Urban Nomad sneaker design",
id: "design-comp-1", category: "Community Design", title: "Winning Design: 'Urban Nomad' by PixelSmith", excerpt: "A groundbreaking design that blends rugged utility with sleek urban aesthetics, voted #1 by the Velocity Kicks community.", imageSrc: "http://img.b2bpic.net/free-photo/sunset-projector-lamp-product-backdrop_53876-103670.jpg", imageAlt: "Urban Nomad sneaker design", authorName: "Velocity Kicks Team", authorAvatar: "http://img.b2bpic.net/free-photo/young-redhead-curly-woman-cafe-latrine-shower_171337-17158.jpg", date: "February 15, 2035"
},
{
id: "trending-kicks",
category: "Trending",
title: "Top 5 Trending Kicks of the Month",
excerpt: "Our community's favorite designs for February 2035, featuring innovative colors and customization techniques.",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150862168.jpg",
imageAlt: "Trending sneaker designs",
id: "trending-kicks", category: "Trending", title: "Top 5 Trending Kicks of the Month", excerpt: "Our community's favorite designs for February 2035, featuring innovative colors and customization techniques.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150862168.jpg", imageAlt: "Trending sneaker designs", authorName: "Velocity Kicks Team", authorAvatar: "http://img.b2bpic.net/free-photo/young-redhead-curly-woman-cafe-latrine-shower_171337-17158.jpg", date: "February 10, 2035"
},
{
id: "creator-spotlight",
category: "Creator Spotlight",
title: "Meet Synthia: The Visionary Behind 'Neural Glide'",
excerpt: "An exclusive interview with one of our top community designers on her creative process and inspirations.",
imageSrc: "http://img.b2bpic.net/free-photo/view-skateboard-with-retro-memorabilia_23-2150583919.jpg",
imageAlt: "Creator spotlight - Synthia",
id: "creator-spotlight", category: "Creator Spotlight", title: "Meet Synthia: The Visionary Behind 'Neural Glide'", excerpt: "An exclusive interview with one of our top community designers on her creative process and inspirations.", imageSrc: "http://img.b2bpic.net/free-photo/view-skateboard-with-retro-memorabilia_23-2150583919.jpg", imageAlt: "Creator spotlight - Synthia", authorName: "Velocity Kicks Team", authorAvatar: "http://img.b2bpic.net/free-photo/young-redhead-curly-woman-cafe-latrine-shower_171337-17158.jpg", date: "February 05, 2035"
},
]}
/>
@@ -143,87 +99,51 @@ export default function LandingPage() {
logoText="Velocity Kicks"
columns={[
{
title: "Shop",
items: [
title: "Shop", items: [
{
label: "All Sneakers",
href: "/shop",
},
label: "All Sneakers", href: "/shop"},
{
label: "Limited Drops",
href: "/drops",
},
label: "Limited Drops", href: "/drops"},
{
label: "Customization",
href: "/customize",
},
label: "Customization", href: "/customize"},
{
label: "Accessories",
href: "#",
},
label: "Accessories", href: "#"},
],
},
{
title: "About",
items: [
title: "About", items: [
{
label: "Our Story",
href: "/about",
},
label: "Our Story", href: "/about"},
{
label: "Technology",
href: "/about#tech",
},
label: "Technology", href: "/about#tech"},
{
label: "Team",
href: "/about#team",
},
label: "Team", href: "/about#team"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "FAQ",
href: "/product#faq",
},
label: "FAQ", href: "/product#faq"},
{
label: "Contact Us",
href: "/contact",
},
label: "Contact Us", href: "/contact"},
{
label: "Shipping",
href: "#",
},
label: "Shipping", href: "#"},
{
label: "Returns",
href: "#",
},
label: "Returns", href: "#"},
],
},
{
title: "Community",
items: [
title: "Community", items: [
{
label: "Sneaker Gallery",
href: "/community",
},
label: "Sneaker Gallery", href: "/community"},
{
label: "User Designs",
href: "/community",
},
label: "User Designs", href: "/community"},
{
label: "Influencers",
href: "/community",
},
label: "Influencers", href: "/community"},
{
label: "Social Feeds",
href: "#",
},
label: "Social Feeds", href: "#"},
],
},
]}
@@ -233,4 +153,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -6,7 +6,7 @@ import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/F
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import { BarChart, Eye, Paintbrush, PenTool, Share2, Tool } from "lucide-react";
import { BarChart, Eye, Paintbrush, PenTool, Share2, Settings } from "lucide-react";
export default function LandingPage() {
return (
@@ -27,38 +27,22 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Shop",
id: "/shop",
},
name: "Shop", id: "/shop"},
{
name: "Customize",
id: "/customize",
},
name: "Customize", id: "/customize"},
{
name: "Drops",
id: "/drops",
},
name: "Drops", id: "/drops"},
{
name: "Community",
id: "/community",
},
name: "Community", id: "/community"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
button={{
text: "My Cart",
href: "/cart",
}}
text: "My Cart", href: "/cart"}}
brandName="Velocity Kicks"
/>
</div>
@@ -71,24 +55,16 @@ export default function LandingPage() {
features={[
{
icon: Eye,
title: "Real-time 3D Preview",
description: "Visualize your design instantly with a fully interactive, high-fidelity 3D model that updates as you create.",
},
title: "Real-time 3D Preview", description: "Visualize your design instantly with a fully interactive, high-fidelity 3D model that updates as you create."},
{
icon: Paintbrush,
title: "Advanced Color Picker",
description: "Choose from a spectrum of neon gradients, metallic finishes, and matte cyberpunk tones for every component.",
},
title: "Advanced Color Picker", description: "Choose from a spectrum of neon gradients, metallic finishes, and matte cyberpunk tones for every component."},
{
icon: Tool,
title: "Component Swapping",
description: "Customize sole types, lace styles, and add unique glow effects to different parts of your sneaker.",
},
icon: Settings,
title: "Component Swapping", description: "Customize sole types, lace styles, and add unique glow effects to different parts of your sneaker."},
{
icon: Share2,
title: "Save & Share Creations",
description: "Save your unique designs to your profile and share them with the Velocity Kicks community for feedback or inspiration.",
},
title: "Save & Share Creations", description: "Save your unique designs to your profile and share them with the Velocity Kicks community for feedback or inspiration."},
]}
title="Your Imagination, Unleashed"
description="Step into the Velocity Kicks Customization Lab and design the sneaker of your dreams with unparalleled control and a real-time 3D preview."
@@ -96,9 +72,7 @@ export default function LandingPage() {
tagIcon={PenTool}
buttons={[
{
text: "Start Designing",
href: "/customize",
},
text: "Start Designing", href: "/customize"},
]}
/>
</div>
@@ -110,35 +84,16 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "custom-designs",
value: "200K+",
title: "Custom Designs Created",
items: [
"User-generated innovation",
"Diverse aesthetic visions",
"Limitless creative freedom",
],
id: "custom-designs", value: "200K+", title: "Custom Designs Created", items: [
"User-generated innovation", "Diverse aesthetic visions", "Limitless creative freedom"],
},
{
id: "unique-materials",
value: "30+",
title: "Unique Materials Available",
items: [
"Quantum Weave",
"AeroGel Composites",
"Bio-Synthetics",
"Metallic Alloys",
],
id: "unique-materials", value: "30+", title: "Unique Materials Available", items: [
"Quantum Weave", "AeroGel Composites", "Bio-Synthetics", "Metallic Alloys"],
},
{
id: "community-votes",
value: "1M+",
title: "Community Votes Cast",
items: [
"Trending designs identified",
"Design challenges",
"Pioneer feedback loop",
],
id: "community-votes", value: "1M+", title: "Community Votes Cast", items: [
"Trending designs identified", "Design challenges", "Pioneer feedback loop"],
},
]}
title="Shaping the Future Together"
@@ -153,87 +108,51 @@ export default function LandingPage() {
logoText="Velocity Kicks"
columns={[
{
title: "Shop",
items: [
title: "Shop", items: [
{
label: "All Sneakers",
href: "/shop",
},
label: "All Sneakers", href: "/shop"},
{
label: "Limited Drops",
href: "/drops",
},
label: "Limited Drops", href: "/drops"},
{
label: "Customization",
href: "/customize",
},
label: "Customization", href: "/customize"},
{
label: "Accessories",
href: "#",
},
label: "Accessories", href: "#"},
],
},
{
title: "About",
items: [
title: "About", items: [
{
label: "Our Story",
href: "/about",
},
label: "Our Story", href: "/about"},
{
label: "Technology",
href: "/about#tech",
},
label: "Technology", href: "/about#tech"},
{
label: "Team",
href: "/about#team",
},
label: "Team", href: "/about#team"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "FAQ",
href: "/product#faq",
},
label: "FAQ", href: "/product#faq"},
{
label: "Contact Us",
href: "/contact",
},
label: "Contact Us", href: "/contact"},
{
label: "Shipping",
href: "#",
},
label: "Shipping", href: "#"},
{
label: "Returns",
href: "#",
},
label: "Returns", href: "#"},
],
},
{
title: "Community",
items: [
title: "Community", items: [
{
label: "Sneaker Gallery",
href: "/community",
},
label: "Sneaker Gallery", href: "/community"},
{
label: "User Designs",
href: "/community",
},
label: "User Designs", href: "/community"},
{
label: "Influencers",
href: "/community",
},
label: "Influencers", href: "/community"},
{
label: "Social Feeds",
href: "#",
},
label: "Social Feeds", href: "#"},
],
},
]}
@@ -243,4 +162,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}