5 Commits

Author SHA1 Message Date
0c3eed0eb5 Merge version_4 into main
Merge version_4 into main
2026-04-18 07:17:49 +00:00
f00c696d6e Update src/app/page.tsx 2026-04-18 07:17:46 +00:00
5e230ed259 Merge version_3 into main
Merge version_3 into main
2026-04-18 07:14:52 +00:00
b052d6ef05 Update src/app/page.tsx 2026-04-18 07:14:49 +00:00
2952702175 Merge version_2 into main
Merge version_2 into main
2026-04-18 07:12:47 +00:00

View File

@@ -35,6 +35,8 @@ export default function LandingPage() {
{ name: "About", id: "about" }, { name: "About", id: "about" },
{ name: "Features", id: "features" }, { name: "Features", id: "features" },
{ name: "Inventory", id: "inventory" }, { name: "Inventory", id: "inventory" },
{ name: "Testimonials", id: "testimonials" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
]} ]}
brandName="LUXE Auto" brandName="LUXE Auto"
@@ -47,7 +49,10 @@ export default function LandingPage() {
background={{ variant: "plain" }} background={{ variant: "plain" }}
title="Drive Excellence" title="Drive Excellence"
description="Experience the epitome of luxury performance. Our curated collection of prestige vehicles awaits those who appreciate the finer things." 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={[ 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: "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" }, { 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" },