Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-20 08:31:08 +00:00

View File

@@ -31,21 +31,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Features",
id: "features",
},
name: "Features", id: "features"},
{
name: "Cars",
id: "cars",
},
name: "Cars", id: "cars"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="NitroSpeed"
/>
@@ -55,104 +47,59 @@ export default function LandingPage() {
<HeroBillboardTestimonial
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
title="Rule the Asphalt."
description="Experience the ultimate racing simulator. Customize your machines, dominate global leaderboards, and feel every curve in hyper-realistic 4K."
testimonials={[
{
name: "Alex R.",
handle: "@speedster",
testimonial: "The physics in this game are absolutely next level. Unbeatable.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-enjoying-playing-video-game_23-2149250001.jpg",
},
name: "Alex R.", handle: "@speedster", testimonial: "The physics in this game are absolutely next level. Unbeatable.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-enjoying-playing-video-game_23-2149250001.jpg"},
{
name: "Maria K.",
handle: "@shift",
testimonial: "I've played every racer out there, this is the most immersive yet.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/upset-supporter-watching-sports-match-shutting-off-tv-frustration_482257-126309.jpg",
},
name: "Maria K.", handle: "@shift", testimonial: "I've played every racer out there, this is the most immersive yet.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/upset-supporter-watching-sports-match-shutting-off-tv-frustration_482257-126309.jpg"},
{
name: "Jordan P.",
handle: "@driftking",
testimonial: "Stunning visuals and the drift mechanic is just perfection.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/one-young-man-futuristic-blue-illuminated-background-generated-by-ai_188544-19656.jpg",
},
name: "Jordan P.", handle: "@driftking", testimonial: "Stunning visuals and the drift mechanic is just perfection.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/one-young-man-futuristic-blue-illuminated-background-generated-by-ai_188544-19656.jpg"},
{
name: "Sam L.",
handle: "@nitro",
testimonial: "Finally, a racing game that rewards real skill and tactical driving.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-having-fun-time_23-2149232845.jpg",
},
name: "Sam L.", handle: "@nitro", testimonial: "Finally, a racing game that rewards real skill and tactical driving.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-having-fun-time_23-2149232845.jpg"},
{
name: "Taylor B.",
handle: "@trackboss",
testimonial: "Everything from the engine sounds to the handling is phenomenal.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-winning-videogame_23-2149349988.jpg",
},
name: "Taylor B.", handle: "@trackboss", testimonial: "Everything from the engine sounds to the handling is phenomenal.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-winning-videogame_23-2149349988.jpg"},
]}
buttons={[
{
text: "Download Now",
href: "#",
},
text: "Download Now", href: "#"},
{
text: "View Trailer",
href: "#",
},
text: "View Trailer", href: "#"},
]}
imageSrc="http://img.b2bpic.net/free-photo/dynamic-futuristic-light-streaks-background-with-glowing-particles_84443-73933.jpg?_wi=1"
imageAlt="Futuristic race car cockpit"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/medium-shot-young-model-listening-music_23-2151884522.jpg",
alt: "Pro gamer profile 1",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-young-model-listening-music_23-2151884522.jpg", alt: "Pro gamer profile 1"},
{
src: "http://img.b2bpic.net/free-photo/stressed-man-playing-videogames-home-spamming-keyboard-buttons_482257-116257.jpg",
alt: "Pro gamer profile 2",
},
src: "http://img.b2bpic.net/free-photo/stressed-man-playing-videogames-home-spamming-keyboard-buttons_482257-116257.jpg", alt: "Pro gamer profile 2"},
{
src: "http://img.b2bpic.net/free-photo/energetic-gamer-starting-live-broadcast-interacting-with-viewers-before-playing-videogame_482257-116267.jpg",
alt: "Pro gamer profile 3",
},
src: "http://img.b2bpic.net/free-photo/energetic-gamer-starting-live-broadcast-interacting-with-viewers-before-playing-videogame_482257-116267.jpg", alt: "Pro gamer profile 3"},
{
src: "http://img.b2bpic.net/free-photo/influencer-films-himself-using-mobile-phone-vlogging-audience_482257-82893.jpg",
alt: "Pro gamer profile 4",
},
src: "http://img.b2bpic.net/free-photo/influencer-films-himself-using-mobile-phone-vlogging-audience_482257-82893.jpg", alt: "Pro gamer profile 4"},
{
src: "http://img.b2bpic.net/free-photo/laptop-dark-night-desktop_169016-52795.jpg",
alt: "Pro gamer profile 5",
},
src: "http://img.b2bpic.net/free-photo/laptop-dark-night-desktop_169016-52795.jpg", alt: "Pro gamer profile 5"},
]}
avatarText="Join 500k+ racers worldwide"
marqueeItems={[
{
type: "text",
text: "Ultra Realism",
},
type: "text", text: "Ultra Realism"},
{
type: "text",
text: "Global Leaderboards",
},
type: "text", text: "Global Leaderboards"},
{
type: "text",
text: "Professional Tuning",
},
type: "text", text: "Professional Tuning"},
{
type: "text",
text: "4K Graphics",
},
type: "text", text: "4K Graphics"},
{
type: "text",
text: "Esports Ready",
},
type: "text", text: "Esports Ready"},
]}
/>
</div>
@@ -163,26 +110,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
tag: "Performance",
title: "Precision Physics",
subtitle: "Real-world data",
description: "Every tire friction and aerodynamic shift is simulated in real-time.",
imageSrc: "http://img.b2bpic.net/free-photo/motion-speed-effect-with-city-night_1112-2009.jpg?_wi=1",
},
tag: "Performance", title: "Precision Physics", subtitle: "Real-world data", description: "Every tire friction and aerodynamic shift is simulated in real-time.", imageSrc: "http://img.b2bpic.net/free-photo/motion-speed-effect-with-city-night_1112-2009.jpg?_wi=1"},
{
tag: "Tuning",
title: "Advanced Tuning",
subtitle: "Full control",
description: "Customize your transmission, suspension, and engine power for every track.",
imageSrc: "http://img.b2bpic.net/free-vector/cyberpunk-retro-futuristic-poster-vector-illustration_60438-2414.jpg?_wi=1",
},
tag: "Tuning", title: "Advanced Tuning", subtitle: "Full control", description: "Customize your transmission, suspension, and engine power for every track.", imageSrc: "http://img.b2bpic.net/free-vector/cyberpunk-retro-futuristic-poster-vector-illustration_60438-2414.jpg?_wi=1"},
{
tag: "Competitive",
title: "Esports Ready",
subtitle: "Global ranked mode",
description: "Climb the worldwide ladder and compete in professional racing events.",
imageSrc: "http://img.b2bpic.net/free-vector/video-game-elements-collection_23-2150270231.jpg?_wi=1",
},
tag: "Competitive", title: "Esports Ready", subtitle: "Global ranked mode", description: "Climb the worldwide ladder and compete in professional racing events.", imageSrc: "http://img.b2bpic.net/free-vector/video-game-elements-collection_23-2150270231.jpg?_wi=1"},
]}
title="Engineered for Velocity"
description="Unlock advanced performance features designed for competitive racing."
@@ -197,41 +129,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "car1",
name: "Apex Red",
price: "Unlockable",
imageSrc: "http://img.b2bpic.net/free-photo/red-sport-car-front-side-view-black-wheel-with-metallic-silver-color_114579-1160.jpg?_wi=1",
},
id: "car1", name: "Apex Red", price: "Unlockable", imageSrc: "http://img.b2bpic.net/free-photo/red-sport-car-front-side-view-black-wheel-with-metallic-silver-color_114579-1160.jpg?_wi=1"},
{
id: "car2",
name: "Neon Bolt",
price: "Unlockable",
imageSrc: "http://img.b2bpic.net/free-photo/view-three-dimensional-car_23-2150998581.jpg",
},
id: "car2", name: "Neon Bolt", price: "Unlockable", imageSrc: "http://img.b2bpic.net/free-photo/view-three-dimensional-car_23-2150998581.jpg"},
{
id: "car3",
name: "Night Phantom",
price: "Unlockable",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-exterior-details-modern-yellow-sport-car_181624-25409.jpg",
},
id: "car3", name: "Night Phantom", price: "Unlockable", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-exterior-details-modern-yellow-sport-car_181624-25409.jpg"},
{
id: "car4",
name: "Thunder Yellow",
price: "Unlockable",
imageSrc: "http://img.b2bpic.net/free-photo/car-wheel-with-new-tires-close-up_1303-31692.jpg",
},
id: "car4", name: "Thunder Yellow", price: "Unlockable", imageSrc: "http://img.b2bpic.net/free-photo/car-wheel-with-new-tires-close-up_1303-31692.jpg"},
{
id: "car5",
name: "Ghost Racer",
price: "Unlockable",
imageSrc: "http://img.b2bpic.net/free-photo/fast-formula-1_1048-1845.jpg",
},
id: "car5", name: "Ghost Racer", price: "Unlockable", imageSrc: "http://img.b2bpic.net/free-photo/fast-formula-1_1048-1845.jpg"},
{
id: "car6",
name: "Steel Streak",
price: "Unlockable",
imageSrc: "http://img.b2bpic.net/free-vector/sporty-style-black-red-racing-sticker-wide-wallpaper-design_1017-63304.jpg",
},
id: "car6", name: "Steel Streak", price: "Unlockable", imageSrc: "http://img.b2bpic.net/free-vector/sporty-style-black-red-racing-sticker-wide-wallpaper-design_1017-63304.jpg"},
]}
title="The Ultimate Fleet"
description="Choose from a range of high-performance racing beasts."
@@ -244,60 +152,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Alex R.",
date: "Oct 2023",
title: "Pro Gamer",
quote: "Hands down the best drifting experience I've ever had in a game.",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man-earphones-dark-haired-man-casual-clothes-looking-camera-portrait-concept_74855-24635.jpg",
tag: "Verified",
imageSrc: "http://img.b2bpic.net/free-photo/dynamic-futuristic-light-streaks-background-with-glowing-particles_84443-73933.jpg?_wi=2",
imageAlt: "pro gamer portrait",
},
id: "t1", name: "Alex R.", date: "Oct 2023", title: "Pro Gamer", quote: "Hands down the best drifting experience I've ever had in a game.", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man-earphones-dark-haired-man-casual-clothes-looking-camera-portrait-concept_74855-24635.jpg", tag: "Verified", imageSrc: "http://img.b2bpic.net/free-photo/dynamic-futuristic-light-streaks-background-with-glowing-particles_84443-73933.jpg?_wi=2", imageAlt: "pro gamer portrait"},
{
id: "t2",
name: "Maria K.",
date: "Nov 2023",
title: "Streamer",
quote: "The graphics are stunning on my setup. Absolutely love the lighting.",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-professional-bearded-video-gamer-front-his-pc_482257-31725.jpg",
tag: "Verified",
imageSrc: "http://img.b2bpic.net/free-photo/motion-speed-effect-with-city-night_1112-2009.jpg?_wi=2",
imageAlt: "pro gamer portrait",
},
id: "t2", name: "Maria K.", date: "Nov 2023", title: "Streamer", quote: "The graphics are stunning on my setup. Absolutely love the lighting.", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-professional-bearded-video-gamer-front-his-pc_482257-31725.jpg", tag: "Verified", imageSrc: "http://img.b2bpic.net/free-photo/motion-speed-effect-with-city-night_1112-2009.jpg?_wi=2", imageAlt: "pro gamer portrait"},
{
id: "t3",
name: "Jordan P.",
date: "Dec 2023",
title: "Drift King",
quote: "Physics engine is crisp. A true professional racing simulator.",
avatarSrc: "http://img.b2bpic.net/free-photo/professional-esports-gamer-back-side-view-rejoices-victory-generative-ai_191095-2015.jpg",
tag: "Verified",
imageSrc: "http://img.b2bpic.net/free-vector/cyberpunk-retro-futuristic-poster-vector-illustration_60438-2414.jpg?_wi=2",
imageAlt: "pro gamer portrait",
},
id: "t3", name: "Jordan P.", date: "Dec 2023", title: "Drift King", quote: "Physics engine is crisp. A true professional racing simulator.", avatarSrc: "http://img.b2bpic.net/free-photo/professional-esports-gamer-back-side-view-rejoices-victory-generative-ai_191095-2015.jpg", tag: "Verified", imageSrc: "http://img.b2bpic.net/free-vector/cyberpunk-retro-futuristic-poster-vector-illustration_60438-2414.jpg?_wi=2", imageAlt: "pro gamer portrait"},
{
id: "t4",
name: "Sam L.",
date: "Jan 2024",
title: "Developer",
quote: "The level of customization is insane. Every car feels truly unique.",
avatarSrc: "http://img.b2bpic.net/free-photo/still-life-seat-gamers_23-2149746591.jpg",
tag: "Verified",
imageSrc: "http://img.b2bpic.net/free-vector/video-game-elements-collection_23-2150270231.jpg?_wi=2",
imageAlt: "pro gamer portrait",
},
id: "t4", name: "Sam L.", date: "Jan 2024", title: "Developer", quote: "The level of customization is insane. Every car feels truly unique.", avatarSrc: "http://img.b2bpic.net/free-photo/still-life-seat-gamers_23-2149746591.jpg", tag: "Verified", imageSrc: "http://img.b2bpic.net/free-vector/video-game-elements-collection_23-2150270231.jpg?_wi=2", imageAlt: "pro gamer portrait"},
{
id: "t5",
name: "Taylor B.",
date: "Feb 2024",
title: "Speed Fanatic",
quote: "Finally, a game that doesn't just hold your hand. High skill ceiling.",
avatarSrc: "http://img.b2bpic.net/free-photo/black-teen-smiling-girl-headset-playing-video-games-video-game-club_1268-25918.jpg",
tag: "Verified",
imageSrc: "http://img.b2bpic.net/free-photo/red-sport-car-front-side-view-black-wheel-with-metallic-silver-color_114579-1160.jpg?_wi=2",
imageAlt: "pro gamer portrait",
},
id: "t5", name: "Taylor B.", date: "Feb 2024", title: "Speed Fanatic", quote: "Finally, a game that doesn't just hold your hand. High skill ceiling.", avatarSrc: "http://img.b2bpic.net/free-photo/black-teen-smiling-girl-headset-playing-video-games-video-game-club_1268-25918.jpg", tag: "Verified", imageSrc: "http://img.b2bpic.net/free-photo/red-sport-car-front-side-view-black-wheel-with-metallic-silver-color_114579-1160.jpg?_wi=2", imageAlt: "pro gamer portrait"},
]}
title="From the Pit Crew"
description="Hear what the community thinks about the racing experience."
@@ -311,20 +174,11 @@ export default function LandingPage() {
tag="Live Statistics"
metrics={[
{
id: "m1",
value: "1.2M+",
description: "Total Races Completed",
},
id: "m1", value: "1.2M+", description: "Total Races Completed"},
{
id: "m2",
value: "500K+",
description: "Active Racers",
},
id: "m2", value: "500K+", description: "Active Racers"},
{
id: "m3",
value: "85+",
description: "Custom Tracks",
},
id: "m3", value: "85+", description: "Custom Tracks"},
]}
/>
</div>
@@ -332,23 +186,15 @@ export default function LandingPage() {
<div id="faq" data-section="faq">
<FaqSplitMedia
textboxLayout="split"
useInvertedBackground={false}
useInvertedBackground={true}
className="bg-black border-l-4 border-[#dfff1c]"
faqs={[
{
id: "q1",
title: "Is it free to play?",
content: "The game features a robust free-to-play mode with premium customization options.",
},
id: "q1", title: "Is it free to play?", content: "The game features a robust free-to-play mode with premium customization options."},
{
id: "q2",
title: "Does it support controllers?",
content: "Yes, full support for most racing wheels and standard game controllers.",
},
id: "q2", title: "Does it support controllers?", content: "Yes, full support for most racing wheels and standard game controllers."},
{
id: "q3",
title: "Are there online leaderboards?",
content: "Absolutely. Compete in weekly and seasonal ranked events globally.",
},
id: "q3", title: "Are there online leaderboards?", content: "Absolutely. Compete in weekly and seasonal ranked events globally."},
]}
title="Got Questions?"
description="Here is everything you need to know to get started."
@@ -361,27 +207,20 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={false}
useInvertedBackground={true}
className="bg-[#0a0a0a] border-t-4 border-b-4 border-[#5d6b00]"
title="Join the Racing League"
description="Sign up for beta news and exclusive car drops."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
name: "email", type: "email", placeholder: "Your Email", required: true,
},
]}
textarea={{
name: "message",
placeholder: "Your questions or feedback",
rows: 4,
name: "message", placeholder: "Your questions or feedback", rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/alien-planet-building_456031-58.jpg"
/>
@@ -389,45 +228,31 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
className="bg-[#0a0a0a] border-t border-[#8b9a1b]"
logoText="NitroSpeed"
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{
label: "Download",
href: "#",
},
label: "Download", href: "#"},
{
label: "Leaderboards",
href: "#",
},
label: "Leaderboards", href: "#"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "FAQ",
href: "#",
},
label: "FAQ", href: "#"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "Privacy",
href: "#",
},
label: "Privacy", href: "#"},
{
label: "Terms",
href: "#",
},
label: "Terms", href: "#"},
],
},
]}