Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-03 15:26:44 +00:00

View File

@@ -30,21 +30,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Features",
id: "features",
},
name: "Features", id: "features"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="RPM Go Karting"
/>
@@ -53,62 +45,39 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboard
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Experience High-Speed Thrills at RPM Go Karting"
description="Unleash your inner racer on our world-class indoor circuit. Whether you're a seasoned pro or a first-timer, our karts and track offer the ultimate adrenaline rush."
buttons={[
{
text: "Book Your Race",
href: "#contact",
},
text: "Book Your Race", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/effect-city-lights-night_23-2149338543.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/effect-city-lights-night_23-2149338543.jpg"
imageAlt="Go Karting in action"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/man-karting-circuit-with-car_1157-25070.jpg",
alt: "Racer 1",
},
src: "http://img.b2bpic.net/free-photo/man-karting-circuit-with-car_1157-25070.jpg", alt: "Racer 1"},
{
src: "http://img.b2bpic.net/free-photo/young-man-enjoying-music-with-headphones-pointing-up-t-shirt-cap-looking-frisky-front-view_176474-30440.jpg",
alt: "Racer 2",
},
src: "http://img.b2bpic.net/free-photo/young-man-enjoying-music-with-headphones-pointing-up-t-shirt-cap-looking-frisky-front-view_176474-30440.jpg", alt: "Racer 2"},
{
src: "http://img.b2bpic.net/free-photo/handsome-man-karting-with-car_1157-24783.jpg",
alt: "Racer 3",
},
src: "http://img.b2bpic.net/free-photo/handsome-man-karting-with-car_1157-24783.jpg", alt: "Racer 3"},
{
src: "http://img.b2bpic.net/free-photo/people-soccer-stadium_23-2151548567.jpg",
alt: "Racer 4",
},
src: "http://img.b2bpic.net/free-photo/people-soccer-stadium_23-2151548567.jpg", alt: "Racer 4"},
{
src: "http://img.b2bpic.net/free-photo/man-karting-circuit-with-car_1157-25064.jpg",
alt: "Racer 5",
},
src: "http://img.b2bpic.net/free-photo/man-karting-circuit-with-car_1157-25064.jpg", alt: "Racer 5"},
]}
avatarText="Join 5,000+ active racers"
marqueeItems={[
{
type: "text",
text: "High Performance Karts",
},
type: "text", text: "High Performance Karts"},
{
type: "text",
text: "Pro Timing Systems",
},
type: "text", text: "Pro Timing Systems"},
{
type: "text",
text: "Safe Racing Environment",
},
type: "text", text: "Safe Racing Environment"},
{
type: "text",
text: "Adrenaline Guaranteed",
},
type: "text", text: "Adrenaline Guaranteed"},
{
type: "text",
text: "Exclusive Membership",
},
type: "text", text: "Exclusive Membership"},
]}
/>
</div>
@@ -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() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Join the Club"
title="Book Your Spot Today"
description="Ready to hit the track? Sign up to receive our latest race packages and exclusive track offers directly in your inbox."
@@ -259,29 +175,19 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms & Conditions",
href: "#",
},
label: "Terms & Conditions", href: "#"},
],
},
]}