diff --git a/src/app/page.tsx b/src/app/page.tsx index ef2fa57..8c61682 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,133 +32,39 @@ export default function LandingPage() {
@@ -205,45 +93,13 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Apex Runner", - price: "$120", - imageSrc: "http://img.b2bpic.net/free-photo/mans-shoe-used-formal-events_1194-638978.jpg", - }, - { - id: "p2", - name: "Velocity Pro", - price: "$150", - imageSrc: "http://img.b2bpic.net/free-photo/men-shoes_1203-8658.jpg", - }, - { - id: "p3", - name: "Dynamic Trainer", - price: "$95", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers_23-2151005740.jpg", - }, - { - id: "p4", - name: "Street Classic", - price: "$110", - imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-sports-woman-listening-music_171337-7993.jpg", - }, - { - id: "p5", - name: "Urban Elite", - price: "$135", - imageSrc: "http://img.b2bpic.net/free-photo/man-athletic-wear-stairs-outdoors_23-2148773871.jpg", - }, - { - id: "p6", - name: "Pulse Energy", - price: "$140", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-sneakers-white-background-fitness-wear-equipment-sport-fashion-sport-accessories-sport-equipment-healthy-concept-copy-space-concept-healthy-lifestyle-sport-diet-sport-equipment_1391-726.jpg", - }, + { id: "p1", name: "Elite Runner v2", price: "$130", imageSrc: "http://img.b2bpic.net/free-photo/mans-shoe-used-formal-events_1194-638978.jpg" }, + { id: "p2", name: "Street Trainer", price: "$115", imageSrc: "http://img.b2bpic.net/free-photo/men-shoes_1203-8658.jpg" }, + { id: "p3", name: "Performance Tee", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-sports-woman-listening-music_171337-7993.jpg" }, + { id: "p4", name: "Athleisure Jogger", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/man-athletic-wear-stairs-outdoors_23-2148773871.jpg" }, ]} - title="Latest Collections" - description="Explore the latest models from our featured brands, selected for durability and style." + title="Core Collections" + description="Browse our hand-picked selection of high-performance footwear and apparel for your next goal." /> @@ -252,64 +108,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "t1", - name: "Mark S.", - date: "Jan 2025", - title: "Pro Runner", - quote: "Incredible quality and support.", - tag: "Verified", - avatarSrc: "http://img.b2bpic.net/free-photo/young-smiling-blogger-holding-shoe-heel-sneakers-hands-happily-recording-new-fashion-video-vlog-camera_574295-5292.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-african-american-woman-printed-tshirt-posed-outdoor-against-window_627829-2285.jpg?_wi=3", - imageAlt: "happy customer footwear store", - }, - { - id: "t2", - name: "Julie A.", - date: "Dec 2024", - title: "Triathlete", - quote: "The best Asics selection in the city.", - tag: "Verified", - avatarSrc: "http://img.b2bpic.net/free-photo/patient-hands-adjusting-ankle-strap-exercise-setup_169016-71238.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/black-model-posing-with-vinyls_23-2148171761.jpg?_wi=3", - imageAlt: "happy customer footwear store", - }, - { - id: "t3", - name: "David W.", - date: "Nov 2024", - title: "Fitness Coach", - quote: "Reliable and fast shipping.", - tag: "Verified", - avatarSrc: "http://img.b2bpic.net/free-photo/full-length-fashion-portrait-stunning-stylish-blonde-woman-with-long-tanned-legs-posing-street-spring-autumn-time-trendy-outfit-accessories_291049-320.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-foot-pedal_23-2149130779.jpg?_wi=2", - imageAlt: "happy customer footwear store", - }, - { - id: "t4", - name: "Sarah R.", - date: "Oct 2024", - title: "Marathoner", - quote: "Perfect sizing and design every time.", - tag: "Verified", - avatarSrc: "http://img.b2bpic.net/free-photo/high-angle-young-woman-mat_23-2148419858.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-perforated-fabric_23-2149894495.jpg?_wi=2", - imageAlt: "happy customer footwear store", - }, - { - id: "t5", - name: "Kevin L.", - date: "Sep 2024", - title: "Gym Owner", - quote: "Top-tier inventory, highly recommended.", - tag: "Verified", - avatarSrc: "http://img.b2bpic.net/free-photo/stylish-woman-isolated-black-suit-holding-pait-shoes_285396-437.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-feet-girl-sneakers-rides-orange-penny-skateboard-asphalt_158538-13818.jpg?_wi=2", - imageAlt: "happy customer footwear store", - }, + { id: "t1", name: "Mark S.", date: "Jan 2025", title: "Pro Athlete", quote: "Best selection for performance footwear.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/young-smiling-blogger-holding-shoe-heel-sneakers-hands-happily-recording-new-fashion-video-vlog-camera_574295-5292.jpg" }, + { id: "t2", name: "Julie A.", date: "Dec 2024", title: "Runner", quote: "Stunning apparel, perfect fit for my training.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/patient-hands-adjusting-ankle-strap-exercise-setup_169016-71238.jpg" }, ]} - title="Loved by Athletes" - description="See why top competitors rely on our curated footwear collection." + title="Athletes & Enthusiasts" + description="Hear from our community of runners, coaches, and daily trendsetters." /> @@ -319,30 +122,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "10k+", - title: "Happy Customers", - description: "Athletes served globally", - imageSrc: "http://img.b2bpic.net/free-photo/data-stats-around-person-doing-physical-activity_23-2150165164.jpg", - }, - { - id: "m2", - value: "500+", - title: "Styles Available", - description: "Across major brands", - imageSrc: "http://img.b2bpic.net/free-photo/physical-activity-stats-around-person_23-2150163333.jpg", - }, - { - id: "m3", - value: "99%", - title: "Satisfaction", - description: "Our quality guarantee", - imageSrc: "http://img.b2bpic.net/free-photo/back-view-women-doing-sport-with-stats_23-2150040498.jpg", - }, + { id: "m1", value: "15k+", title: "Striders Served", description: "Global athlete community", imageSrc: "http://img.b2bpic.net/free-photo/data-stats-around-person-doing-physical-activity_23-2150165164.jpg" }, + { id: "m2", value: "800+", title: "Items Stocked", description: "Footwear & Clothing", imageSrc: "http://img.b2bpic.net/free-photo/physical-activity-stats-around-person_23-2150163333.jpg" }, ]} - title="By The Numbers" - description="Serving elite athletes and fashion enthusiasts alike." + title="Impact In Numbers" + description="Delivering performance where it matters most." /> @@ -350,24 +134,11 @@ export default function LandingPage() { @@ -375,52 +146,21 @@ export default function LandingPage() {