diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2816f59..705f8da 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,45 +29,25 @@ export default function LandingPage() {
@@ -76,15 +56,12 @@ export default function LandingPage() {
@@ -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() {
@@ -205,42 +139,27 @@ export default function LandingPage() {