Merge version_4 into main #4

Merged
bender merged 2 commits from version_4 into main 2026-03-04 01:43:52 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -190,7 +190,7 @@ export default function HomePage() {
<ContactCTA
tag="Get Started Today"
tagIcon={Zap}
title="Ready to Find Your Perfect Luxury Vehicle?"
title="Get Pre-Approved in 60 Seconds"
description="Whether you're looking to purchase, rent, or explore premium automotive options, our expert team is ready to assist you. Contact us now for personalized assistance."
buttons={[
{ text: "Browse Inventory", href: "/" },
@@ -207,4 +207,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}