Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-18 07:14:52 +00:00

View File

@@ -47,7 +47,10 @@ export default function LandingPage() {
background={{ variant: "plain" }}
title="Drive Excellence"
description="Experience the epitome of luxury performance. Our curated collection of prestige vehicles awaits those who appreciate the finer things."
buttons={[{ text: "View Collection", href: "#inventory" }]}
buttons={[
{ text: "View Collection", href: "#inventory" },
{ text: "Book Consultation", href: "#contact" }
]}
testimonials={[
{ name: "James Sterling", handle: "@jsterling", testimonial: "The buying experience was seamless and the vehicle is pristine.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-phone-car-showroom_1303-21397.jpg" },
{ name: "Elena Vance", handle: "@evance", testimonial: "Exceptional service, beyond expectations. Truly luxury.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-car-showroom-dealership_23-2149117116.jpg" },
@@ -192,4 +195,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}