diff --git a/src/app/page.tsx b/src/app/page.tsx index cd54043..9c94729 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -172,7 +172,7 @@ export default function LandingPage() { tagIcon={CreditCard} plans={[ { - id: "carrera", badge: "Most Popular", badgeIcon: Star, + id: "carrera", subtitle: "911 Carrera", badge: "Most Popular", badgeIcon: Star, price: "$120,000", buttons: [ { text: "Configure", href: "contact" @@ -183,7 +183,7 @@ export default function LandingPage() { ] }, { - id: "turbo", badge: "Maximum Power", badgeIcon: Zap, + id: "turbo", subtitle: "911 Turbo", badge: "Maximum Power", badgeIcon: Zap, price: "$195,000", buttons: [ { text: "Configure", href: "contact" @@ -194,7 +194,7 @@ export default function LandingPage() { ] }, { - id: "gt3", badge: "Track Certified", badgeIcon: Trophy, + id: "gt3", subtitle: "911 GT3", badge: "Track Certified", badgeIcon: Trophy, price: "$215,000", buttons: [ { text: "Configure", href: "contact"