Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5d31cb95ce | |||
| 58186de2a6 | |||
| d03860e070 | |||
| dc8e602e2c |
@@ -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="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"
|
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}
|
||||||
|
|||||||
Reference in New Issue
Block a user