From b052d6ef05314917cba80f1132ea4849aff9651e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 07:14:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 44f0971..89ba59d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} \ No newline at end of file +}