7 Commits

Author SHA1 Message Date
5d31cb95ce Merge version_3 into main
Merge version_3 into main
2026-03-12 17:59:04 +00:00
58186de2a6 Update src/app/page.tsx 2026-03-12 17:59:00 +00:00
d03860e070 Merge version_2 into main
Merge version_2 into main
2026-03-12 17:56:34 +00:00
5042090dfc Update src/app/page.tsx 2026-03-12 17:56:30 +00:00
dc8e602e2c Merge version_2 into main
Merge version_2 into main
2026-03-12 17:55:50 +00:00
01890452a2 Update src/app/page.tsx 2026-03-12 17:55:46 +00:00
5d4bd993ea Merge version_1 into main
Merge version_1 into main
2026-03-12 17:54:33 +00:00

View File

@@ -9,7 +9,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import ContactText from '@/components/sections/contact/ContactText'; import ContactText from '@/components/sections/contact/ContactText';
import FooterMedia from '@/components/sections/footer/FooterMedia'; import FooterMedia from '@/components/sections/footer/FooterMedia';
import { Award, Globe, Star, Users } from 'lucide-react'; import { Award, Globe, Star, Users, Zap } from 'lucide-react';
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -159,11 +159,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactText <ContactText
text="Ready to experience BMW luxury? Schedule your test drive today and discover what true performance feels like." text="⏰ Exclusive offer! Limited spots available this month. Reserve your test drive now before they're gone."
animationType="entrance-slide" animationType="entrance-slide"
buttons={[ buttons={[
{ text: "Book Test Drive", href: "#" }, { text: "Book Test Drive Now", href: "#" },
{ text: "Learn More", href: "#features" } { text: "Explore Models", href: "#products" }
]} ]}
background={{ variant: "plain" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}