Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-01-08 11:22:55 +00:00

View File

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