Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-04-18 08:43:13 +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" },
@@ -185,4 +185,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}