Update src/app/page.tsx
This commit is contained in:
@@ -56,7 +56,7 @@ export default function LandingPage() {
|
|||||||
title="Drive the Legend"
|
title="Drive the Legend"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Explore the 911", href: "models"
|
text: "Explore the 911 today", href: "models"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: "Experience Now", href: "contact"
|
text: "Experience Now", href: "contact"
|
||||||
@@ -127,6 +127,7 @@ export default function LandingPage() {
|
|||||||
title: "Precision Handling", description: "Race-proven suspension and world-class brakes deliver unmatched control. Feel the road like never before with responsive, razor-sharp handling on any surface.", imageSrc: "/placeholders/placeholder1.webp"
|
title: "Precision Handling", description: "Race-proven suspension and world-class brakes deliver unmatched control. Feel the road like never before with responsive, razor-sharp handling on any surface.", imageSrc: "/placeholders/placeholder1.webp"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
|
animationType="reveal-blur"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="invertCard"
|
useInvertedBackground="invertCard"
|
||||||
usePrimaryButtonImage={false}
|
usePrimaryButtonImage={false}
|
||||||
@@ -171,7 +172,7 @@ export default function LandingPage() {
|
|||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "carrera", badge: "Most Popular", badgeIcon: Star,
|
id: "carrera", badge: "Most Popular", badgeIcon: Star,
|
||||||
price: "$120,000", subtitle: "The quintessential 911 experience", buttons: [
|
price: "$120,000", buttons: [
|
||||||
{
|
{
|
||||||
text: "Configure", href: "contact"
|
text: "Configure", href: "contact"
|
||||||
}
|
}
|
||||||
@@ -182,7 +183,7 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "turbo", badge: "Maximum Power", badgeIcon: Zap,
|
id: "turbo", badge: "Maximum Power", badgeIcon: Zap,
|
||||||
price: "$195,000", subtitle: "Ultimate performance and prestige", buttons: [
|
price: "$195,000", buttons: [
|
||||||
{
|
{
|
||||||
text: "Configure", href: "contact"
|
text: "Configure", href: "contact"
|
||||||
}
|
}
|
||||||
@@ -193,7 +194,7 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "gt3", badge: "Track Certified", badgeIcon: Trophy,
|
id: "gt3", badge: "Track Certified", badgeIcon: Trophy,
|
||||||
price: "$215,000", subtitle: "Racing DNA for the road", buttons: [
|
price: "$215,000", buttons: [
|
||||||
{
|
{
|
||||||
text: "Configure", href: "contact"
|
text: "Configure", href: "contact"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user