From e1ea260b02ae8ffa135c523481c5a128245927ac Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 14:56:21 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 135 ++++++++++------------------------------- 1 file changed, 33 insertions(+), 102 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 04c9827..cbd4546 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -27,38 +27,22 @@ export default function LandingPage() { @@ -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() { ); -} +} \ No newline at end of file -- 2.49.1 From 3466977077588842b43cff6eea618ab59cbea706 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 14:56:22 +0000 Subject: [PATCH 2/4] Update src/app/cart/page.tsx --- src/app/cart/page.tsx | 182 +++++++++++------------------------------- 1 file changed, 46 insertions(+), 136 deletions(-) diff --git a/src/app/cart/page.tsx b/src/app/cart/page.tsx index 6187647..b1f5003 100644 --- a/src/app/cart/page.tsx +++ b/src/app/cart/page.tsx @@ -26,92 +26,53 @@ export default function LandingPage() {
{}} 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() { ); -} +} \ No newline at end of file -- 2.49.1 From a5e771fb3029033ea75eef9bdff8ae54f6db3183 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 14:56:22 +0000 Subject: [PATCH 3/4] Update src/app/community/page.tsx --- src/app/community/page.tsx | 152 +++++++++---------------------------- 1 file changed, 36 insertions(+), 116 deletions(-) diff --git a/src/app/community/page.tsx b/src/app/community/page.tsx index 7bd347e..fd354e6 100644 --- a/src/app/community/page.tsx +++ b/src/app/community/page.tsx @@ -27,38 +27,22 @@ export default function LandingPage() {
@@ -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() { ); -} +} \ No newline at end of file -- 2.49.1 From 79efbc460b2f5cda9d57abc3096a19b16d099ec7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 14:56:23 +0000 Subject: [PATCH 4/4] Update src/app/customize/page.tsx --- src/app/customize/page.tsx | 165 ++++++++++--------------------------- 1 file changed, 42 insertions(+), 123 deletions(-) diff --git a/src/app/customize/page.tsx b/src/app/customize/page.tsx index c8266e6..58dfaa5 100644 --- a/src/app/customize/page.tsx +++ b/src/app/customize/page.tsx @@ -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() { @@ -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"}, ]} /> @@ -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() { ); -} +} \ No newline at end of file -- 2.49.1