3 Commits

Author SHA1 Message Date
04ee66a9e6 Update src/app/page.tsx 2026-03-04 01:43:48 +00:00
736861d5ca Update src/app/layout.tsx 2026-03-04 01:43:48 +00:00
7958771647 Merge version_3 into main
Merge version_3 into main
2026-03-04 01:36:02 +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>
);
}
}