Update src/app/page.tsx

This commit is contained in:
2026-04-18 07:14:49 +00:00
parent 2952702175
commit b052d6ef05

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>
);
}
}