From a5e771fb3029033ea75eef9bdff8ae54f6db3183 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 14:56:22 +0000 Subject: [PATCH] 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