From 72891d139209fe40372f8f4a086158d77dbdc80a Mon Sep 17 00:00:00 2001 From: development Date: Thu, 8 Jan 2026 11:22:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 09cf706..172679c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -171,7 +171,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" @@ -182,7 +182,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" @@ -193,7 +193,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" -- 2.49.1