From 577a0c78b8dd4c818e12bd00b7d6200faf1d23b8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 18:46:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 377 ++++++++++------------------------------------- 1 file changed, 81 insertions(+), 296 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4536e61..ebaf98f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Activity, Award, Compass, CreditCard, Globe, Leaf, Package, Smile, Sparkles } from "lucide-react"; +import { Activity, Award, Compass, CreditCard, Globe, Leaf, Package, Smile, Sparkles, HeartHandshake, Palette, ShieldCheck, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -34,36 +34,22 @@ export default function LandingPage() { @@ -71,87 +57,47 @@ export default function LandingPage() { @@ -194,19 +130,13 @@ export default function LandingPage() { metrics={[ { icon: Compass, - label: "Footwear Crafted", - value: "500K+", - }, + label: "Footwear Crafted", value: "500K+"}, { icon: Award, - label: "Awards Won", - value: "15+", - }, + label: "Awards Won", value: "15+"}, { icon: Smile, - label: "Happy Customers", - value: "99%", - }, + label: "Happy Customers", value: "99%"}, ]} metricsAnimation="slide-up" /> @@ -218,32 +148,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Cloud-like Comfort", - description: "Experience superior cushioning with our proprietary foam technology, ensuring soft landings and responsive take-offs.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-tying-shoelaces_23-2148930263.jpg", - imageAlt: "Person walking on cloud comfortable shoes", - buttonIcon: "HeartHandshake", + title: "Cloud-like Comfort", description: "Experience superior cushioning with our proprietary foam technology, ensuring soft landings and responsive take-offs.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-tying-shoelaces_23-2148930263.jpg", imageAlt: "Person walking on cloud comfortable shoes", buttonIcon: HeartHandshake, }, { - title: "Unmatched Style", - description: "From athletic performance to street fashion, our designs seamlessly blend modern aesthetics with functional elegance.", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-details-accessories-elegant-woman-dressed-blue-suit_285396-7924.jpg", - imageAlt: "Fashionable man posing stylish sneakers", - buttonIcon: "Palette", + title: "Unmatched Style", description: "From athletic performance to street fashion, our designs seamlessly blend modern aesthetics with functional elegance.", imageSrc: "http://img.b2bpic.net/free-photo/fashion-details-accessories-elegant-woman-dressed-blue-suit_285396-7924.jpg", imageAlt: "Fashionable man posing stylish sneakers", buttonIcon: Palette, }, { - title: "Built to Last", - description: "Crafted from premium, resilient materials, every pair is designed to withstand the test of time and terrain.", - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-bicycle-seat_1170-2535.jpg", - imageAlt: "Rugged outsole hiking boots grip", - buttonIcon: "ShieldCheck", + title: "Built to Last", description: "Crafted from premium, resilient materials, every pair is designed to withstand the test of time and terrain.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-bicycle-seat_1170-2535.jpg", imageAlt: "Rugged outsole hiking boots grip", buttonIcon: ShieldCheck, }, { - title: "Optimized Performance", - description: "Advanced sole grip, flexible uppers, and supportive arches enhance your natural movement, whatever your activity.", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-fit-man-jumping-outdoors_23-2150189427.jpg", - imageAlt: "Sprinter starting blocks running shoes", - buttonIcon: "Zap", + title: "Optimized Performance", description: "Advanced sole grip, flexible uppers, and supportive arches enhance your natural movement, whatever your activity.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-fit-man-jumping-outdoors_23-2150189427.jpg", imageAlt: "Sprinter starting blocks running shoes", buttonIcon: Zap, }, ]} title="Engineered for Your Every Step" @@ -259,47 +173,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "Velocity Pro X", - price: "$120.00", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers-presentation_23-2151005713.jpg", - imageAlt: "Red sleek running shoes", - }, + id: "p1", name: "Velocity Pro X", price: "$120.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers-presentation_23-2151005713.jpg", imageAlt: "Red sleek running shoes"}, { - id: "p2", - name: "Urban Glide", - price: "$95.00", - imageSrc: "http://img.b2bpic.net/free-photo/american-flag-shoes_23-2147828559.jpg", - imageAlt: "Blue casual sneakers", - }, + id: "p2", name: "Urban Glide", price: "$95.00", imageSrc: "http://img.b2bpic.net/free-photo/american-flag-shoes_23-2147828559.jpg", imageAlt: "Blue casual sneakers"}, { - id: "p3", - name: "Trailblazer Trek", - price: "$140.00", - imageSrc: "http://img.b2bpic.net/free-photo/feet-hiker_23-2148107030.jpg", - imageAlt: "Green hiking boots", - }, + id: "p3", name: "Trailblazer Trek", price: "$140.00", imageSrc: "http://img.b2bpic.net/free-photo/feet-hiker_23-2148107030.jpg", imageAlt: "Green hiking boots"}, { - id: "p4", - name: "Classic Ace", - price: "$80.00", - imageSrc: "http://img.b2bpic.net/free-photo/boy-with-white-shoes-stepping-floor_58702-7873.jpg", - imageAlt: "White classic tennis shoes", - }, + id: "p4", name: "Classic Ace", price: "$80.00", imageSrc: "http://img.b2bpic.net/free-photo/boy-with-white-shoes-stepping-floor_58702-7873.jpg", imageAlt: "White classic tennis shoes"}, { - id: "p5", - name: "Executive Elite", - price: "$180.00", - imageSrc: "http://img.b2bpic.net/free-photo/male-wedding-shoes_1303-10474.jpg", - imageAlt: "Black formal leather shoes", - }, + id: "p5", name: "Executive Elite", price: "$180.00", imageSrc: "http://img.b2bpic.net/free-photo/male-wedding-shoes_1303-10474.jpg", imageAlt: "Black formal leather shoes"}, { - id: "p6", - name: "Puddle Jumper", - price: "$60.00", - imageSrc: "http://img.b2bpic.net/free-photo/funny-smiling-girl-headphones-dancing-isolated-yellow_171337-3142.jpg", - imageAlt: "Pink children's sneakers", - }, + id: "p6", name: "Puddle Jumper", price: "$60.00", imageSrc: "http://img.b2bpic.net/free-photo/funny-smiling-girl-headphones-dancing-isolated-yellow_171337-3142.jpg", imageAlt: "Pink children's sneakers"}, ]} title="Our Latest Collections" description="Explore our diverse range of footwear, from high-performance running shoes to everyday lifestyle sneakers and elegant formal wear." @@ -314,25 +198,13 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "1M+", - title: "Pairs Sold", - description: "Trusted by customers worldwide, one step at a time.", - icon: Compass, + id: "m1", value: "1M+", title: "Pairs Sold", description: "Trusted by customers worldwide, one step at a time.", icon: Compass, }, { - id: "m2", - value: "99.8%", - title: "Customer Satisfaction", - description: "Our commitment to quality ensures smiles with every purchase.", - icon: Smile, + id: "m2", value: "99.8%", title: "Customer Satisfaction", description: "Our commitment to quality ensures smiles with every purchase.", icon: Smile, }, { - id: "m3", - value: "50+", - title: "Countries Served", - description: "Delivering premium footwear to enthusiasts across the globe.", - icon: Globe, + id: "m3", value: "50+", title: "Countries Served", description: "Delivering premium footwear to enthusiasts across the globe.", icon: Globe, }, ]} title="Our Impact: By the Numbers" @@ -345,14 +217,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "Footwear Daily", - "Runner's World", - "Fashion Insider", - "Active Living Co.", - "Urban Style Mag", - "Outdoor Gear Hub", - "Athlete's Choice", - ]} + "Footwear Daily", "Runner's World", "Fashion Insider", "Active Living Co.", "Urban Style Mag", "Outdoor Gear Hub", "Athlete's Choice"]} title="As Seen In & Trusted By" description="We partner with leading brands and are featured in top publications, a testament to our quality and innovation in footwear." speed={40} @@ -366,50 +231,20 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Elena R.", - handle: "@elenaruns", - testimonial: "My StrideStyle running shoes are incredibly comfortable and supportive. I've seen a noticeable improvement in my performance!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg", - imageAlt: "Elena R.", - }, + id: "t1", name: "Elena R.", handle: "@elenaruns", testimonial: "My StrideStyle running shoes are incredibly comfortable and supportive. I've seen a noticeable improvement in my performance!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg", imageAlt: "Elena R."}, { - id: "t2", - name: "Mark J.", - handle: "@mark_strides", - testimonial: "The urban sneakers are a perfect blend of style and durability. I wear them everywhere, and they still look brand new.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-smiling-businessman-showing-thumbs-up-with-funny-faces-drawings-focus-hands-white-modern-office-interior_176420-6491.jpg", - imageAlt: "Mark J.", - }, + id: "t2", name: "Mark J.", handle: "@mark_strides", testimonial: "The urban sneakers are a perfect blend of style and durability. I wear them everywhere, and they still look brand new.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-smiling-businessman-showing-thumbs-up-with-funny-faces-drawings-focus-hands-white-modern-office-interior_176420-6491.jpg", imageAlt: "Mark J."}, { - id: "t3", - name: "Sarah P.", - handle: "@sarah_steps_up", - testimonial: "I love the eco-friendly focus of StrideStyle! My new casual shoes are not only fashionable but also made with sustainable materials.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586564.jpg", - imageAlt: "Sarah P.", - }, + id: "t3", name: "Sarah P.", handle: "@sarah_steps_up", testimonial: "I love the eco-friendly focus of StrideStyle! My new casual shoes are not only fashionable but also made with sustainable materials.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586564.jpg", imageAlt: "Sarah P."}, { - id: "t4", - name: "Chris B.", - handle: "@chris_kicks", - testimonial: "From the moment I put them on, I knew these were the best hiking boots I've ever owned. Unbeatable grip and comfort on tough trails.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-red-hair-beard-wearing-glasses-tshirt-cross-arms-chest-frowning-while-star_1258-154282.jpg", - imageAlt: "Chris B.", - }, + id: "t4", name: "Chris B.", handle: "@chris_kicks", testimonial: "From the moment I put them on, I knew these were the best hiking boots I've ever owned. Unbeatable grip and comfort on tough trails.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-red-hair-beard-wearing-glasses-tshirt-cross-arms-chest-frowning-while-star_1258-154282.jpg", imageAlt: "Chris B."}, { - id: "t5", - name: "Jessica L.", - handle: "@jess_walks", - testimonial: "My formal shoes from StrideStyle are elegant and surprisingly comfortable for long events. They're my secret weapon for looking sharp all day.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/fabulous-girl-posing-camera_1187-5463.jpg", - imageAlt: "Jessica L.", - }, + id: "t5", name: "Jessica L.", handle: "@jess_walks", testimonial: "My formal shoes from StrideStyle are elegant and surprisingly comfortable for long events. They're my secret weapon for looking sharp all day.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/fabulous-girl-posing-camera_1187-5463.jpg", imageAlt: "Jessica L."}, ]} showRating={true} title="What Our Customers Say" @@ -423,30 +258,15 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "q1", - title: "What is your return policy?", - content: "We offer a 30-day return policy for unworn shoes in their original packaging. Please visit our 'Returns' page for detailed instructions.", - }, + id: "q1", title: "What is your return policy?", content: "We offer a 30-day return policy for unworn shoes in their original packaging. Please visit our 'Returns' page for detailed instructions."}, { - id: "q2", - title: "How do I find my size?", - content: "Our comprehensive sizing guide, including measurement tips and an international conversion chart, can be found on each product page.", - }, + id: "q2", title: "How do I find my size?", content: "Our comprehensive sizing guide, including measurement tips and an international conversion chart, can be found on each product page."}, { - id: "q3", - title: "Do you ship internationally?", - content: "Yes, we offer international shipping to over 50 countries. Shipping costs and delivery times vary by destination and are calculated at checkout.", - }, + id: "q3", title: "Do you ship internationally?", content: "Yes, we offer international shipping to over 50 countries. Shipping costs and delivery times vary by destination and are calculated at checkout."}, { - id: "q4", - title: "Are your shoes sustainable?", - content: "We are committed to sustainability, using recycled materials and ethical manufacturing processes where possible. Look for the 'Eco-Friendly' badge on product descriptions.", - }, + id: "q4", title: "Are your shoes sustainable?", content: "We are committed to sustainability, using recycled materials and ethical manufacturing processes where possible. Look for the 'Eco-Friendly' badge on product descriptions."}, { - id: "q5", - title: "How do I care for my shoes?", - content: "Specific care instructions are provided with each pair of shoes. Generally, we recommend gentle cleaning and proper storage to maintain their quality.", - }, + id: "q5", title: "How do I care for my shoes?", content: "Specific care instructions are provided with each pair of shoes. Generally, we recommend gentle cleaning and proper storage to maintain their quality."}, ]} title="Frequently Asked Questions" description="Find answers to common questions about our products, ordering process, shipping, and returns." @@ -461,22 +281,14 @@ export default function LandingPage() { description="Have questions about our footwear, an order, or just want to say hello? Reach out to our dedicated support team, and we'll be happy to assist you." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Your Message", - rows: 5, + name: "message", placeholder: "Your Message", rows: 5, required: true, }} imageSrc="http://img.b2bpic.net/free-photo/front-view-woman-showing-her-shoes_23-2148303833.jpg" @@ -493,66 +305,39 @@ export default function LandingPage() { logoText="StrideStyle" columns={[ { - title: "Products", - items: [ + title: "Products", items: [ { - label: "Men's Shoes", - href: "#products", - }, + label: "Men's Shoes", href: "#products"}, { - label: "Women's Shoes", - href: "#products", - }, + label: "Women's Shoes", href: "#products"}, { - label: "Kids' Shoes", - href: "#products", - }, + label: "Kids' Shoes", href: "#products"}, { - label: "Latest Arrivals", - href: "#products", - }, + label: "Latest Arrivals", href: "#products"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Our Story", - href: "#about", - }, + label: "Our Story", href: "#about"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "FAQ", - href: "#faq", - }, + label: "FAQ", href: "#faq"}, { - label: "Shipping & Returns", - href: "#", - }, + label: "Shipping & Returns", href: "#"}, { - label: "Sizing Guide", - href: "#", - }, + label: "Sizing Guide", href: "#"}, { - label: "Customer Service", - href: "#contact", - }, + label: "Customer Service", href: "#contact"}, ], }, ]} -- 2.49.1