Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| efb27bd1a5 | |||
| 0359ed29b2 |
@@ -98,17 +98,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Luxe Sedan", price: "Inquire for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/modern-empty-room_23-2150528592.jpg"},
|
||||
id: "p1", name: "Luxe Sedan", price: "Check Availability", imageSrc: "http://img.b2bpic.net/free-photo/modern-empty-room_23-2150528592.jpg"},
|
||||
{
|
||||
id: "p2", name: "Executive SUV", price: "Inquire for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-33509.jpg"},
|
||||
id: "p2", name: "Executive SUV", price: "Check Availability", imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-33509.jpg"},
|
||||
{
|
||||
id: "p3", name: "Sporty Coupe", price: "Inquire for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-trunk-door-black-car_23-2148321844.jpg"},
|
||||
id: "p3", name: "Sporty Coupe", price: "Check Availability", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-trunk-door-black-car_23-2148321844.jpg"},
|
||||
{
|
||||
id: "p4", name: "Blue Roadster", price: "Inquire for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/salesman-car-showroom-with-business-flyers_1303-14578.jpg"},
|
||||
id: "p4", name: "Blue Roadster", price: "Check Availability", imageSrc: "http://img.b2bpic.net/free-photo/salesman-car-showroom-with-business-flyers_1303-14578.jpg"},
|
||||
{
|
||||
id: "p5", name: "Racing Edition", price: "Inquire for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-32023.jpg"},
|
||||
id: "p5", name: "Racing Edition", price: "Check Availability", imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-32023.jpg"},
|
||||
{
|
||||
id: "p6", name: "Grey Cruiser", price: "Inquire for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/luxury-car-inner-accessories_181624-61771.jpg"},
|
||||
id: "p6", name: "Grey Cruiser", price: "Check Availability", imageSrc: "http://img.b2bpic.net/free-photo/luxury-car-inner-accessories_181624-61771.jpg"},
|
||||
]}
|
||||
title="Available Cars"
|
||||
description="Explore our premium inventory ready for immediate delivery."
|
||||
@@ -174,9 +174,6 @@ export default function LandingPage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Contact Our Team", href: "#contact" }
|
||||
]}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1", title: "Do you offer installment?", content: "Yes, we offer flexible payment plans for eligible buyers."},
|
||||
|
||||
Reference in New Issue
Block a user