Update src/app/page.tsx
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user