From 382b27199f8b130807d25599b94ee63d2d6eb132 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 09:29:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 281 +++++++++++------------------------------------ 1 file changed, 63 insertions(+), 218 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5570402..619c35e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -57,102 +49,56 @@ export default function LandingPage() { @@ -166,22 +112,16 @@ export default function LandingPage() { description="Our team combines elite athleticism with mechanical precision to dominate the most technical downhill tracks in the world. We don't just race; we engineer victories." bulletPoints={[ { - title: "Elite Training Regimen", - description: "Rigorous physical conditioning and technical trail practice for peak performance.", - icon: Zap, + title: "Elite Training Regimen", description: "Rigorous physical conditioning and technical trail practice for peak performance.", icon: Zap, }, { - title: "Advanced Bike Setup", - description: "Custom bike engineering to match terrain and rider capability perfectly.", - icon: Settings, + title: "Advanced Bike Setup", description: "Custom bike engineering to match terrain and rider capability perfectly.", icon: Settings, }, { - title: "Global Race Circuit", - description: "Competing at the highest level in international downhill championships.", - icon: Globe, + title: "Global Race Circuit", description: "Competing at the highest level in international downhill championships.", icon: Globe, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/female-cyclist-posing-with-helmet-bicycle_23-2149749622.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/female-cyclist-posing-with-helmet-bicycle_23-2149749622.jpg" imageAlt="Team workshop" mediaAnimation="slide-up" /> @@ -194,23 +134,14 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - icon: Trophy, - title: "Podium Finishes", - value: "42", - }, + id: "m1", icon: Trophy, + title: "Podium Finishes", value: "42"}, { - id: "m2", - icon: Clock, - title: "Avg. Speed (kph)", - value: "68", - }, + id: "m2", icon: Clock, + title: "Avg. Speed (kph)", value: "68"}, { - id: "m3", - icon: Users, - title: "Elite Team Members", - value: "12", - }, + id: "m3", icon: Users, + title: "Elite Team Members", value: "12"}, ]} title="By The Numbers" description="Evidence of our commitment to excellence and high-speed performance." @@ -225,29 +156,13 @@ export default function LandingPage() { useInvertedBackground={true} members={[ { - id: "t1", - name: "Marcus Stone", - role: "Lead Racer", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-cyclist-woman-outdors_23-2149647436.jpg?_wi=2", - }, + id: "t1", name: "Marcus Stone", role: "Lead Racer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cyclist-woman-outdors_23-2149647436.jpg"}, { - id: "t2", - name: "Elena Vance", - role: "Technical Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/female-cyclist-wearing-helmet-posing-with-bicycle_23-2149749605.jpg?_wi=2", - }, + id: "t2", name: "Elena Vance", role: "Technical Specialist", imageSrc: "http://img.b2bpic.net/free-photo/female-cyclist-wearing-helmet-posing-with-bicycle_23-2149749605.jpg"}, { - id: "t3", - name: "Jules Rivera", - role: "Junior Racer", - imageSrc: "http://img.b2bpic.net/free-photo/man-holding-safety-helmet-biking_23-2148775569.jpg?_wi=2", - }, + id: "t3", name: "Jules Rivera", role: "Junior Racer", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-safety-helmet-biking_23-2148775569.jpg"}, { - id: "t4", - name: "Samuel Park", - role: "Team Manager", - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-sad-unhappy-young-cyclist-wearing-sports-clothing-helmet-eyeglasses-sitting-big-tree-with-broken-electric-bicycle-lying-ground-waiting-friends-help-him_273609-268.jpg", - }, + id: "t4", name: "Samuel Park", role: "Team Manager", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-sad-unhappy-young-cyclist-wearing-sports-clothing-helmet-eyeglasses-sitting-big-tree-with-broken-electric-bicycle-lying-ground-waiting-friends-help-him_273609-268.jpg"}, ]} title="The Riders & Crew" description="Meet the elite individuals behind Apex Downhill's success." @@ -256,46 +171,23 @@ export default function LandingPage() {
@@ -396,29 +251,19 @@ export default function LandingPage() {