Update src/app/page.tsx

This commit is contained in:
2026-01-08 11:22:50 +00:00
parent e58dd3c4bb
commit 72891d1392

View File

@@ -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"