Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-29 09:17:56 +00:00

View File

@@ -29,45 +29,25 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Launchpad",
id: "/",
},
name: "Launchpad", id: "/"},
{
name: "Engineering",
id: "/engineering",
},
name: "Engineering", id: "/engineering"},
{
name: "Cockpit",
id: "/cockpit",
},
name: "Cockpit", id: "/cockpit"},
{
name: "Aero",
id: "/aero",
},
name: "Aero", id: "/aero"},
{
name: "Calendar",
id: "/calendar",
},
name: "Calendar", id: "/calendar"},
{
name: "Pit Stop",
id: "/pitstop",
},
name: "Pit Stop", id: "/pitstop"},
{
name: "Hall of Fame",
id: "/legacy",
},
name: "Hall of Fame", id: "/legacy"},
{
name: "Telemetry",
id: "/telemetry",
},
name: "Telemetry", id: "/telemetry"},
{
name: "Configurator",
id: "/garage",
},
name: "Configurator", id: "/garage"},
{
name: "Victory",
id: "/victory",
},
name: "Victory", id: "/victory"},
]}
brandName="F1 2026"
/>
@@ -76,15 +56,12 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboardSplit
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
logoText="BREAK THE LIMITS"
description="Step into the 2026 F1 future where speed meets industrial precision. Experience the next era of aerodynamic evolution."
buttons={[
{
text: "JOIN THE PADDOCK",
href: "/garage",
},
text: "JOIN THE PADDOCK", href: "/garage"},
]}
buttonAnimation="slide-up"
layoutOrder="default"
@@ -100,12 +77,7 @@ export default function LandingPage() {
title="Official Partners"
description="Collaborating with elite motorsport technology pioneers."
names={[
"Pirelli",
"Brembo",
"Mercedes-AMG",
"Oracle",
"AWS",
]}
"Pirelli", "Brembo", "Mercedes-AMG", "Oracle", "AWS"]}
showCard={true}
/>
</div>
@@ -119,37 +91,16 @@ export default function LandingPage() {
description="Unlock exclusive telemetry data and driver legacy access."
plans={[
{
id: "1",
badge: "Core",
price: "$0",
subtitle: "Basic access",
features: [
"Engine insights",
"Track map",
],
id: "1", badge: "Core", price: "$0", subtitle: "Basic access", features: [
"Engine insights", "Track map"],
},
{
id: "2",
badge: "Pro",
price: "$19",
subtitle: "Advanced tools",
features: [
"Live telemetry",
"Garage access",
"Full data",
],
id: "2", badge: "Pro", price: "$19", subtitle: "Advanced tools", features: [
"Live telemetry", "Garage access", "Full data"],
},
{
id: "3",
badge: "Elite",
price: "$49",
subtitle: "Full experience",
features: [
"Direct radio",
"Pit comms",
"Priority access",
"Hall of Fame",
],
id: "3", badge: "Elite", price: "$49", subtitle: "Full experience", features: [
"Direct radio", "Pit comms", "Priority access", "Hall of Fame"],
},
]}
/>
@@ -159,8 +110,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="CONTACT"
title="Join the Evolution"
description="Stay updated on the 2026 season developments."
@@ -178,25 +128,9 @@ export default function LandingPage() {
description="News from the world of hyper-performance."
blogs={[
{
id: "b1",
category: "Tech",
title: "2026 Aero Rules",
excerpt: "Deep dive into new wing designs.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc5kRvEfnZFDtVXK4zWrJtTwy5/wind-tunnel-testing-of-an-f1-car-visible-1774775769923-0749bad9.png?_wi=1",
authorName: "Expert",
authorAvatar: "avatar.png",
date: "Jan 2026",
},
id: "b1", category: "Tech", title: "2026 Aero Rules", excerpt: "Deep dive into new wing designs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc5kRvEfnZFDtVXK4zWrJtTwy5/wind-tunnel-testing-of-an-f1-car-visible-1774775769923-0749bad9.png?_wi=1", authorName: "Expert", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc5kRvEfnZFDtVXK4zWrJtTwy5/first-person-pov-from-inside-a-futuristi-1774775769936-aec28cb3.png", date: "Jan 2026"},
{
id: "b2",
category: "Team",
title: "Pit Lane Tactics",
excerpt: "How to save milliseconds.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc5kRvEfnZFDtVXK4zWrJtTwy5/cinematic-slow-motion-3d-scene-of-an-f1--1774775768664-9f40394b.png?_wi=1",
authorName: "Strategist",
authorAvatar: "avatar.png",
date: "Feb 2026",
},
id: "b2", category: "Team", title: "Pit Lane Tactics", excerpt: "How to save milliseconds.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc5kRvEfnZFDtVXK4zWrJtTwy5/cinematic-slow-motion-3d-scene-of-an-f1--1774775768664-9f40394b.png?_wi=1", authorName: "Strategist", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bc5kRvEfnZFDtVXK4zWrJtTwy5/first-person-pov-from-inside-a-futuristi-1774775769936-aec28cb3.png", date: "Feb 2026"},
]}
/>
</div>
@@ -205,42 +139,27 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Experience",
items: [
title: "Experience", items: [
{
label: "Engineering",
href: "/engineering",
},
label: "Engineering", href: "/engineering"},
{
label: "Telemetry",
href: "/telemetry",
},
label: "Telemetry", href: "/telemetry"},
],
},
{
title: "Legacy",
items: [
title: "Legacy", items: [
{
label: "Drivers",
href: "/legacy",
},
label: "Drivers", href: "/legacy"},
{
label: "Calendar",
href: "/calendar",
},
label: "Calendar", href: "/calendar"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "Garage",
href: "/garage",
},
label: "Garage", href: "/garage"},
{
label: "Join",
href: "/victory",
},
label: "Join", href: "/victory"},
],
},
]}