diff --git a/src/app/page.tsx b/src/app/page.tsx
index aa4e781..60497e6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
-import FooterCard from '@/components/sections/footer/FooterCard';
+import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
@@ -31,32 +31,24 @@ export default function LandingPage() {
@@ -88,18 +77,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
- {
- id: "p1", name: "Luxury SUV", price: "R 450,000", imageSrc: "http://img.b2bpic.net/free-photo/back-view-silver-sport-sedan-with-red-lights_114579-4050.jpg"},
- {
- id: "p2", name: "Sporty Sedan", price: "R 320,000", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-woman-with-luxury-car_231208-6916.jpg"},
- {
- id: "p3", name: "Premium Sports", price: "R 650,000", imageSrc: "http://img.b2bpic.net/free-photo/it-has-few-special-functions-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16061.jpg"},
- {
- id: "p4", name: "Executive SUV", price: "R 580,000", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sexy-rich-business-woman-red-suit-posing-white-car_285396-6780.jpg"},
- {
- id: "p5", name: "Compact Luxury", price: "R 280,000", imageSrc: "http://img.b2bpic.net/free-photo/speed-neon-lights-city_23-2149552521.jpg"},
- {
- id: "p6", name: "Premium Bakkie", price: "R 950,000", imageSrc: "http://img.b2bpic.net/free-photo/one-person-only-girl-modern-car-salon-daytime-indoors-buying-new-vehicle_146671-16531.jpg"},
+ { id: "p1", name: "Luxury SUV", price: "R 450,000", imageSrc: "http://img.b2bpic.net/free-photo/back-view-silver-sport-sedan-with-red-lights_114579-4050.jpg" },
+ { id: "p2", name: "Sporty Sedan", price: "R 320,000", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-woman-with-luxury-car_231208-6916.jpg" },
+ { id: "p3", name: "Premium Sports", price: "R 650,000", imageSrc: "http://img.b2bpic.net/free-photo/it-has-few-special-functions-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16061.jpg" },
+ { id: "p4", name: "Executive SUV", price: "R 580,000", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sexy-rich-business-woman-red-suit-posing-white-car_285396-6780.jpg" },
+ { id: "p5", name: "Compact Luxury", price: "R 280,000", imageSrc: "http://img.b2bpic.net/free-photo/speed-neon-lights-city_23-2149552521.jpg" },
+ { id: "p6", name: "Premium Bakkie", price: "R 950,000", imageSrc: "http://img.b2bpic.net/free-photo/one-person-only-girl-modern-car-salon-daytime-indoors-buying-new-vehicle_146671-16531.jpg" },
]}
title="Immaculate Vehicles"
description="Discover our collection of premium, thoroughly inspected vehicles."
@@ -113,12 +96,9 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={true}
features={[
- {
- title: "Inspected Excellence", description: "Every vehicle is vetted for performance and safety.", imageSrc: "http://img.b2bpic.net/free-photo/front-air-conditioners-metallic-color-car_114579-4010.jpg"},
- {
- title: "Professional Detailing", description: "We ensure your new car arrives in showroom condition.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-attractive-gray-haired-mature-female-driver-standing-near-her-broken-white-car-with-open-hood_343059-179.jpg"},
- {
- title: "Family Values", description: "Personalized, friendly service from a dedicated family team.", imageSrc: "http://img.b2bpic.net/free-photo/man-checking-out-new-car_23-2148130140.jpg"},
+ { title: "Inspected Excellence", description: "Every vehicle is vetted for performance and safety.", imageSrc: "http://img.b2bpic.net/free-photo/front-air-conditioners-metallic-color-car_114579-4010.jpg" },
+ { title: "Professional Detailing", description: "We ensure your new car arrives in showroom condition.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-attractive-gray-haired-mature-female-driver-standing-near-her-broken-white-car-with-open-hood_343059-179.jpg" },
+ { title: "Family Values", description: "Personalized, friendly service from a dedicated family team.", imageSrc: "http://img.b2bpic.net/free-photo/man-checking-out-new-car_23-2148130140.jpg" },
]}
title="Why Choose JC Auto?"
description="We believe in transparency, quality, and going the extra mile for every client."
@@ -127,29 +107,16 @@ export default function LandingPage() {
@@ -158,12 +125,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
faqs={[
- {
- id: "f1", title: "Do you accept trade-ins?", content: "Yes, we offer competitive trade-in prices for your current vehicle."},
- {
- id: "f2", title: "Are the vehicles inspected?", content: "Yes, all our vehicles undergo a thorough quality and safety inspection."},
- {
- id: "f3", title: "Can you assist with finance?", content: "Absolutely, our team guides you through the entire financial process."},
+ { id: "f1", title: "Do you accept trade-ins?", content: "Yes, we offer competitive trade-in prices for your current vehicle." },
+ { id: "f2", title: "Are the vehicles inspected?", content: "Yes, all our vehicles undergo a thorough quality and safety inspection." },
+ { id: "f3", title: "Can you assist with finance?", content: "Absolutely, our team guides you through the entire financial process." },
]}
title="Frequently Asked"
description="Common questions about purchasing your next vehicle."
@@ -175,8 +139,7 @@ export default function LandingPage() {
@@ -188,26 +151,22 @@ export default function LandingPage() {
title="Start Your Journey"
description="Fill in your details, and a team member will reach out to help you find your perfect car."
inputs={[
- {
- name: "name", type: "text", placeholder: "Your Name", required: true,
- },
- {
- name: "email", type: "email", placeholder: "Email Address", required: true,
- },
- {
- name: "phone", type: "tel", placeholder: "Phone Number", required: true,
- },
+ { name: "name", type: "text", placeholder: "Your Name", required: true },
+ { name: "email", type: "email", placeholder: "Email Address", required: true },
+ { name: "phone", type: "tel", placeholder: "Phone Number", required: true },
]}
- textarea={{
- name: "message", placeholder: "Tell us what you're looking for...", rows: 4,
- }}
+ textarea={{ name: "message", placeholder: "Tell us what you're looking for...", rows: 4 }}
imageSrc="http://img.b2bpic.net/free-photo/office-chair-still-life_23-2151149089.jpg"
/>