From ced1ce58a469ab776f3ba839ee84518f92795933 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 15:26:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 182 ++++++++++++----------------------------------- 1 file changed, 44 insertions(+), 138 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c1dcc6b..80d99f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,62 +45,39 @@ export default function LandingPage() {
@@ -120,19 +89,13 @@ export default function LandingPage() { description="At RPM Go Karting, we combine high-performance machinery with a meticulously designed track layout to provide the best racing experience in the city. Our safety standards, professional timing systems, and expert staff ensure every lap is safe and exciting." metrics={[ { - value: "100+", - title: "Happy Racers Daily", - }, + value: "100+", title: "Happy Racers Daily"}, { - value: "2km", - title: "Professional Track Length", - }, + value: "2km", title: "Professional Track Length"}, { - value: "24/7", - title: "Customer Support", - }, + value: "24/7", title: "Customer Support"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/bobsleigh-sport-render-3d-illustration_654080-1403.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/bobsleigh-sport-render-3d-illustration_654080-1403.jpg" mediaAnimation="slide-up" metricsAnimation="slide-up" /> @@ -145,28 +108,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "High Performance Karts", - description: "State-of-the-art electric karts for instant acceleration and precision handling.", - bentoComponent: "reveal-icon", - icon: Zap, - imageSrc: "http://img.b2bpic.net/free-photo/effect-city-lights-night_23-2149338543.jpg?_wi=2", - imageAlt: "go karting track action speed", + title: "High Performance Karts", description: "State-of-the-art electric karts for instant acceleration and precision handling.", bentoComponent: "reveal-icon", icon: Zap, }, { - title: "Live Telemetry", - description: "Track your lap times in real-time on our advanced timing monitors.", - bentoComponent: "reveal-icon", - icon: Clock, - imageSrc: "http://img.b2bpic.net/free-photo/bobsleigh-sport-render-3d-illustration_654080-1403.jpg?_wi=2", - imageAlt: "modern karting race track facility", + title: "Live Telemetry", description: "Track your lap times in real-time on our advanced timing monitors.", bentoComponent: "reveal-icon", icon: Clock, }, { - title: "Safety First", - description: "Industry-leading barrier systems and expert safety briefing before every session.", - bentoComponent: "reveal-icon", - icon: Shield, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-bumper-car-shielding-her-eyes-amusement-park_23-2147910352.jpg", - imageAlt: "high speed electric karts", + title: "Safety First", description: "Industry-leading barrier systems and expert safety briefing before every session.", bentoComponent: "reveal-icon", icon: Shield, }, ]} title="Why Choose RPM?" @@ -181,59 +129,28 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Alex Rivier", - role: "Pro Racer", - company: "Speed Club", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-karting-circuit-with-car_1157-25070.jpg", - }, + id: "1", name: "Alex Rivier", role: "Pro Racer", company: "Speed Club", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/man-karting-circuit-with-car_1157-25070.jpg"}, { - id: "2", - name: "Sarah Jenkins", - role: "Weekend Hobbyist", - company: "TechCorp", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-man-enjoying-music-with-headphones-pointing-up-t-shirt-cap-looking-frisky-front-view_176474-30440.jpg", - }, + id: "2", name: "Sarah Jenkins", role: "Weekend Hobbyist", company: "TechCorp", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-man-enjoying-music-with-headphones-pointing-up-t-shirt-cap-looking-frisky-front-view_176474-30440.jpg"}, { - id: "3", - name: "David Thorne", - role: "Karting Fan", - company: "StartupXYZ", - rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-karting-with-car_1157-24783.jpg", - }, + id: "3", name: "David Thorne", role: "Karting Fan", company: "StartupXYZ", rating: 4, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-karting-with-car_1157-24783.jpg"}, { - id: "4", - name: "Emily Watson", - role: "Group Lead", - company: "MarketingCo", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-soccer-stadium_23-2151548567.jpg", - }, + id: "4", name: "Emily Watson", role: "Group Lead", company: "MarketingCo", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/people-soccer-stadium_23-2151548567.jpg"}, { - id: "5", - name: "Michael Chen", - role: "Speedster", - company: "InnovateLab", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-karting-circuit-with-car_1157-25064.jpg", - }, + id: "5", name: "Michael Chen", role: "Speedster", company: "InnovateLab", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/man-karting-circuit-with-car_1157-25064.jpg"}, ]} kpiItems={[ { - value: "4.9", - label: "Avg Rating", - }, + value: "4.9", label: "Avg Rating"}, { - value: "50k", - label: "Laps Completed", - }, + value: "50k", label: "Laps Completed"}, { - value: "98%", - label: "Repeat Racers", - }, + value: "98%", label: "Repeat Racers"}, ]} title="Racers Love RPM" description="Hear what our racing community has to say about their experience on our track." @@ -244,8 +161,7 @@ export default function LandingPage() {