From 0cbc05443311718594864beb5ab0667f8e8e2afc Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 14:40:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 209 ++++++++++------------------------------------- 1 file changed, 43 insertions(+), 166 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 21c1058..34a96dd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,26 +31,16 @@ export default function LandingPage() { @@ -58,42 +48,21 @@ export default function LandingPage() {
@@ -184,19 +115,13 @@ export default function LandingPage() { metrics={[ { icon: Trophy, - label: "Years Active", - value: "25+", - }, + label: "Years Active", value: "25+"}, { icon: Users, - label: "Athletes Served", - value: "50k+", - }, + label: "Athletes Served", value: "50k+"}, { icon: MapPin, - label: "Locations", - value: "03", - }, + label: "Locations", value: "03"}, ]} metricsAnimation="blur-reveal" /> @@ -209,59 +134,28 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Carlos Ruíz", - role: "Pro Runner", - company: "Madrid Marathon Team", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-afro-american-sportsman-basketball-player-sportswear-with-ball-dark-background_613910-6460.jpg", - }, + id: "1", name: "Carlos Ruíz", role: "Pro Runner", company: "Madrid Marathon Team", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-afro-american-sportsman-basketball-player-sportswear-with-ball-dark-background_613910-6460.jpg"}, { - id: "2", - name: "Elena García", - role: "Gym Owner", - company: "FitLab Madrid", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-fitness-woman-with-towel-resting_171337-6261.jpg", - }, + id: "2", name: "Elena García", role: "Gym Owner", company: "FitLab Madrid", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-fitness-woman-with-towel-resting_171337-6261.jpg"}, { - id: "3", - name: "Javier López", - role: "Amateur Athlete", - company: "Local Club", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/copy-space-girl-with-skateboard_23-2148512426.jpg", - }, + id: "3", name: "Javier López", role: "Amateur Athlete", company: "Local Club", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/copy-space-girl-with-skateboard_23-2148512426.jpg"}, { - id: "4", - name: "Marta Fernández", - role: "Cyclist", - company: "Madrid Cycling", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-pretty-sporty-girl-wearing-headband-wristbands-showing-thumb-up-isolated-crimson-wall_141793-112557.jpg", - }, + id: "4", name: "Marta Fernández", role: "Cyclist", company: "Madrid Cycling", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-pretty-sporty-girl-wearing-headband-wristbands-showing-thumb-up-isolated-crimson-wall_141793-112557.jpg"}, { - id: "5", - name: "Hugo Silva", - role: "Football Coach", - company: "Junior League", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-outdoors-portrait_23-2150828878.jpg", - }, + id: "5", name: "Hugo Silva", role: "Football Coach", company: "Junior League", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-outdoors-portrait_23-2150828878.jpg"}, ]} kpiItems={[ { - value: "4.9/5", - label: "Average Rating", - }, + value: "4.9/5", label: "Average Rating"}, { - value: "12k+", - label: "Happy Clients", - }, + value: "12k+", label: "Happy Clients"}, { - value: "100%", - label: "Genuine Love", - }, + value: "100%", label: "Genuine Love"}, ]} title="Customer Champions" description="Hear what the Madrid sports community says about our shop." @@ -272,18 +166,13 @@ export default function LandingPage() {
@@ -294,33 +183,21 @@ export default function LandingPage() { { items: [ { - label: "Home", - href: "/", - }, + label: "Home", href: "/"}, { - label: "Products", - href: "#products", - }, + label: "Products", href: "#products"}, { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, ], }, { items: [ { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, { - label: "FAQs", - href: "#", - }, + label: "FAQs", href: "#"}, { - label: "Legal", - href: "#", - }, + label: "Legal", href: "#"}, ], }, ]} -- 2.49.1