Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d9a50d6432 | |||
| 45817046a5 | |||
| 02d212ea59 | |||
| 0223bb07c8 |
@@ -52,6 +52,9 @@ export default function LandingPage() {
|
|||||||
title="Drive The Future Of Luxury"
|
title="Drive The Future Of Luxury"
|
||||||
description="Discover our collection of hand-picked performance vehicles. Excellence in engineering meets unmatched customer service."
|
description="Discover our collection of hand-picked performance vehicles. Excellence in engineering meets unmatched customer service."
|
||||||
tag="PREMIUM DEALERSHIP"
|
tag="PREMIUM DEALERSHIP"
|
||||||
|
buttons={[
|
||||||
|
{ text: "Browse Inventory", href: "#inventory" }
|
||||||
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/mysterious-city-lights-night_23-2149001253.jpg?_wi=1", imageAlt: "Luxury Car Showcase"},
|
imageSrc: "http://img.b2bpic.net/free-photo/mysterious-city-lights-night_23-2149001253.jpg?_wi=1", imageAlt: "Luxury Car Showcase"},
|
||||||
@@ -200,6 +203,9 @@ export default function LandingPage() {
|
|||||||
<FaqDouble
|
<FaqDouble
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
buttons={[
|
||||||
|
{ text: "Have more questions?", href: "#contact" }
|
||||||
|
]}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "f1", title: "Do you offer trade-ins?", content: "Yes, we offer fair market value assessments for your current vehicle trade-in."},
|
id: "f1", title: "Do you offer trade-ins?", content: "Yes, we offer fair market value assessments for your current vehicle trade-in."},
|
||||||
|
|||||||
Reference in New Issue
Block a user