Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-04 01:36:02 +00:00
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -75,7 +75,7 @@ export default function HomePage() {
<div id="hero" data-section="hero">
<HeroLogoBillboard
logoText="GOMY"
description="Experience the pinnacle of luxury automotive excellence. Discover, compare, and own your dream vehicle with our premium platform for high-end cars."
description="Find and finance your dream luxury car in minutes. Browse premium vehicles, compare options, and get approved instantly with our seamless platform."
buttons={[
{ text: "Explore Vehicles", href: "/" },
{ text: "Learn More", href: "/" },
@@ -193,8 +193,8 @@ export default function HomePage() {
title="Ready to Find Your Perfect Luxury Vehicle?"
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: "Get Expert Guidance", href: "/contact" },
{ text: "Browse Inventory", href: "/" },
{ text: "Contact Our Team", href: "/contact" },
]}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
@@ -207,4 +207,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}