Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ed54669350 | |||
| dbfc3a0c47 | |||
| 37c2765457 |
@@ -36,7 +36,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" },
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Schedule Test Drive", href: "#contact"}}
|
text: "Book Your Test Drive Now", href: "#contact"}}
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -175,8 +175,8 @@ export default function LandingPage() {
|
|||||||
text="Ready to drive home your dream car? Schedule a test drive or contact our team today for personalized assistance."
|
text="Ready to drive home your dream car? Schedule a test drive or contact our team today for personalized assistance."
|
||||||
animationType="entrance-slide"
|
animationType="entrance-slide"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Schedule Test Drive", href: "#" },
|
{ text: "Book Your Test Drive Now", href: "#" },
|
||||||
{ text: "Contact Sales Team", href: "#" },
|
{ text: "Get Expert Advice", href: "#" },
|
||||||
]}
|
]}
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
|||||||
Reference in New Issue
Block a user