7 Commits

Author SHA1 Message Date
1e920b62a5 Merge version_4 into main
Merge version_4 into main
2026-03-04 01:43:52 +00:00
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
21062a4726 Update src/app/page.tsx 2026-03-04 01:35:57 +00:00
1fd06d65a8 Update src/app/layout.tsx 2026-03-04 01:35:56 +00:00
0b18a7dcef Merge version_2 into main
Merge version_2 into main
2026-03-04 01:34:35 +00:00

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: "/" },
@@ -190,11 +190,11 @@ 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: "Get Expert Guidance", href: "/contact" },
{ text: "Browse Inventory", href: "/" },
{ text: "Contact Our Team", href: "/contact" },
]}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}