Update src/app/page.tsx

This commit is contained in:
2026-03-12 17:59:00 +00:00
parent d03860e070
commit 58186de2a6

View File

@@ -9,7 +9,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import ContactText from '@/components/sections/contact/ContactText';
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() {
return (
@@ -159,11 +159,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
text="Limited availability on select models. Reserve yours now."
text="⏰ Exclusive offer! Limited spots available this month. Reserve your test drive now before they're gone."
animationType="entrance-slide"
buttons={[
{ text: "Book Test Drive", href: "#" },
{ text: "Learn More", href: "#features" }
{ text: "Book Test Drive Now", href: "#" },
{ text: "Explore Models", href: "#products" }
]}
background={{ variant: "plain" }}
useInvertedBackground={false}