Merge version_1 into main #2
@@ -63,13 +63,16 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Exterior Wash", description: "Professional exterior cleaning with eco-friendly soaps and soft touch technology", imageSrc: "http://img.b2bpic.net/free-photo/man-washing-car-carwash-station-wearing-orange-vest_651396-2793.jpg", imageAlt: "Exterior wash service"},
|
||||
title: "Exterior Wash", description: "Professional exterior cleaning with eco-friendly soaps and soft touch technology", imageSrc: "http://img.b2bpic.net/free-photo/man-washing-car-carwash-station-wearing-orange-vest_651396-2793.jpg", imageAlt: "Exterior wash service"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Interior Cleaning", description: "Complete interior detail including vacuuming, upholstery cleaning, and air freshening", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg", imageAlt: "Interior cleaning service"},
|
||||
title: "Interior Cleaning", description: "Complete interior detail including vacuuming, upholstery cleaning, and air freshening", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg", imageAlt: "Interior cleaning service"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Protective Wax", description: "Premium wax coating to protect paint and enhance shine for lasting protection", imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30574.jpg", imageAlt: "Protective wax service"},
|
||||
title: "Protective Wax", description: "Premium wax coating to protect paint and enhance shine for lasting protection", imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30574.jpg", imageAlt: "Protective wax service"
|
||||
},
|
||||
]}
|
||||
title="Our Services"
|
||||
description="Comprehensive car care solutions tailored to keep your vehicle pristine"
|
||||
@@ -98,16 +101,20 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell", role: "Business Owner", company: "Premier Auto Imports", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Sarah Mitchell"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
id: "2", name: "James Rodriguez", role: "Car Enthusiast", company: "Local Community", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "James Rodriguez"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "James Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Chen", role: "Fleet Manager", company: "City Transport Services", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", imageAlt: "Emily Chen"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", imageAlt: "Emily Chen"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Michael Thompson", role: "Luxury Car Owner", company: "Precision Motors", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Michael Thompson"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Michael Thompson"
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "5,000+", label: "Vehicles Cleaned" },
|
||||
@@ -145,17 +152,23 @@ export default function LandingPage() {
|
||||
<FaqBase
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How long does a car wash take?", content: "Our standard exterior wash takes 10-15 minutes. Full detail packages typically take 1-2 hours depending on your vehicle's condition and service level."},
|
||||
id: "1", title: "How long does a car wash take?", content: "Our standard exterior wash takes 10-15 minutes. Full detail packages typically take 1-2 hours depending on your vehicle's condition and service level."
|
||||
},
|
||||
{
|
||||
id: "2", title: "Do you offer mobile car wash services?", content: "Yes! We provide mobile car wash and detailing services. We come to your home or office with our professional equipment. Call us to schedule a convenient time."},
|
||||
id: "2", title: "Do you offer mobile car wash services?", content: "Yes! We provide mobile car wash and detailing services. We come to your home or office with our professional equipment. Call us to schedule a convenient time."
|
||||
},
|
||||
{
|
||||
id: "3", title: "What products do you use?", content: "We exclusively use eco-friendly, biodegradable car wash products that are safe for the environment and gentle on your vehicle's paint."},
|
||||
id: "3", title: "What products do you use?", content: "We exclusively use eco-friendly, biodegradable car wash products that are safe for the environment and gentle on your vehicle's paint."
|
||||
},
|
||||
{
|
||||
id: "4", title: "Are your services safe for all vehicle types?", content: "Absolutely! Our services are safe for all vehicle types including luxury cars, SUVs, trucks, and sports cars. Our team is trained to handle delicate finishes."},
|
||||
id: "4", title: "Are your services safe for all vehicle types?", content: "Absolutely! Our services are safe for all vehicle types including luxury cars, SUVs, trucks, and sports cars. Our team is trained to handle delicate finishes."
|
||||
},
|
||||
{
|
||||
id: "5", title: "Do you offer package discounts?", content: "Yes! We offer monthly subscriptions and package deals. Contact us to learn about our loyalty programs and bulk service discounts."},
|
||||
id: "5", title: "Do you offer package discounts?", content: "Yes! We offer monthly subscriptions and package deals. Contact us to learn about our loyalty programs and bulk service discounts."
|
||||
},
|
||||
{
|
||||
id: "6", title: "Can I book online?", content: "You can fill out our booking form on our website and we'll confirm your appointment via email or phone within 24 hours."},
|
||||
id: "6", title: "Can I book online?", content: "You can fill out our booking form on our website and we'll confirm your appointment via email or phone within 24 hours."
|
||||
},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our services"
|
||||
@@ -177,6 +190,7 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2388.jpg"
|
||||
imageAlt="SparkleClean facility"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Book Appointment"
|
||||
termsText="We'll respond within 24 hours. Your information is secure and never shared."
|
||||
|
||||
Reference in New Issue
Block a user