3 Commits

Author SHA1 Message Date
dfb69e9f38 Update src/app/page.tsx 2026-03-04 14:35:44 +00:00
eed5365887 Merge version_2 into main
Merge version_2 into main
2026-03-04 14:30:49 +00:00
fea91bd25f Update src/app/page.tsx 2026-03-04 14:30:44 +00:00

View File

@@ -126,6 +126,8 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
animationType="blur-reveal" animationType="blur-reveal"
planTagClassName="bg-gradient-to-r from-amber-500 via-orange-500 to-red-500 text-white font-bold px-4 py-2 rounded-full inline-block transform scale-110 shadow-lg"
cardClassName="transform hover:scale-105 transition-transform duration-300"
plans={[ plans={[
{ {
id: "ownership-plan", tag: "Purchase Plan", tagIcon: Home, id: "ownership-plan", tag: "Purchase Plan", tagIcon: Home,
@@ -202,13 +204,13 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCTA <ContactCTA
tag="Ready to Experience Prestige?" tag="Limited Availability Schedule Your Exclusive Test Drive"
tagIcon={Star} tagIcon={Star}
tagAnimation="slide-up" tagAnimation="slide-up"
title="Schedule Your Exclusive Test Drive Today" title="Schedule Your Exclusive Test Drive Today"
description="Our dedicated team is prepared to showcase the extraordinary performance and refined luxury of your chosen Prestige vehicle. Book a private viewing and experience automotive excellence like never before." description="Our dedicated team is prepared to showcase the extraordinary performance and refined luxury of your chosen Prestige vehicle. Book a private viewing and experience automotive excellence like never before."
buttons={[ buttons={[
{ text: "Request Test Drive", href: "#" }, { text: "Schedule Private Viewing Now", href: "#" },
{ text: "Contact Sales Team", href: "#" } { text: "Contact Sales Team", href: "#" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"