Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f00c696d6e | |||
| 5e230ed259 | |||
| b052d6ef05 | |||
| 2952702175 | |||
| 59a2d0c435 | |||
| 8e8f3a9947 |
@@ -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,6 +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" },
|
||||||
|
{ 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" },
|
||||||
|
|||||||
Reference in New Issue
Block a user