diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d96deb4..dd1cca2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -9,7 +9,7 @@ const plusJakartaSans = Plus_Jakarta_Sans({ }); export const metadata: Metadata = { - title: "Porsche 911 | The Legend Lives", description: "Discover the iconic Porsche 911 sports car. 60+ years of performance, heritage, and engineering excellence. Explore models, specifications, and ownership options.", keywords: "Porsche 911, sports car, luxury automobile, performance vehicle, turbo, carrera, gt3, driving experience", metadataBase: new URL("https://porsche911.example.com"), + title: "Porsche 911 | Drive the Legend", description: "Discover the iconic Porsche 911 sports car. 60+ years of performance, heritage, and engineering excellence. Explore models, specifications, and ownership options.", keywords: "Porsche 911, sports car, luxury automobile, performance vehicle, turbo, carrera, gt3, driving experience", metadataBase: new URL("https://porsche911.example.com"), alternates: { canonical: "https://porsche911.example.com" }, diff --git a/src/app/page.tsx b/src/app/page.tsx index 1ea608a..bfccdf7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { title="Drive the Legend" buttons={[ { - text: "Explore the 911", href: "models" + text: "Explore the 911 today", href: "models" }, { 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" } ]} + animationType="reveal-blur" textboxLayout="default" useInvertedBackground="invertCard" usePrimaryButtonImage={false} @@ -172,7 +173,7 @@ export default function LandingPage() { plans={[ { id: "carrera", badge: "Most Popular", badgeIcon: Star, - price: "$120,000", subtitle: "The quintessential 911 experience", buttons: [ + price: "$120,000", buttons: [ { text: "Configure", href: "contact" } @@ -183,7 +184,7 @@ export default function LandingPage() { }, { id: "turbo", badge: "Maximum Power", badgeIcon: Zap, - price: "$195,000", subtitle: "Ultimate performance and prestige", buttons: [ + price: "$195,000", buttons: [ { text: "Configure", href: "contact" } @@ -194,7 +195,7 @@ export default function LandingPage() { }, { 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" }