Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-05 09:21:51 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -1419,4 +1419,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -36,7 +36,7 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" },
]}
button={{
text: "Schedule Test Drive", href: "#contact"}}
text: "Book Your Test Drive Now", href: "#contact"}}
animateOnLoad={true}
/>
</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."
animationType="entrance-slide"
buttons={[
{ text: "Schedule Test Drive", href: "#" },
{ text: "Contact Sales Team", href: "#" },
{ text: "Book Your Test Drive Now", href: "#" },
{ text: "Get Expert Advice", href: "#" },
]}
background={{ variant: "plain" }}
useInvertedBackground={false}
@@ -192,4 +192,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}