5 Commits

Author SHA1 Message Date
848ea06a95 Update src/app/page.tsx 2026-04-18 08:49:11 +00:00
f8dcb68d99 Merge version_3 into main
Merge version_3 into main
2026-04-18 08:43:13 +00:00
6c7cec2183 Update src/app/page.tsx 2026-04-18 08:43:10 +00:00
3d24a6373e Merge version_2 into main
Merge version_2 into main
2026-04-18 08:42:42 +00:00
73852bc462 Merge version_2 into main
Merge version_2 into main
2026-04-18 08:42:18 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroSplitDoubleCarousel
background={{ variant: "plain" }}
title="Log Your Latest Find"
description="Your virtual garage, anywhere, anytime. Track every car in your collection with high-octane precision."
description="Protect and grow your collection value with real-time auction data and automated tracking tools."
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/black-white-photo-room-with-neon-lights_250224-154.jpg", imageAlt: "Garage View 1" },
{ imageSrc: "http://img.b2bpic.net/free-photo/people-vehicle-dealership-buying-new-car_342744-749.jpg", imageAlt: "Garage View 2" },
@@ -166,7 +166,7 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{ variant: "plain" }}
tag="Get Updates"
title="Join the Collector Network"
title="Join 5,000+ Elite Collectors"
description="Sign up for new casting alerts and market news."
/>
</div>
@@ -185,4 +185,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}