Merge version_1 into main #1
313
src/app/page.tsx
313
src/app/page.tsx
@@ -33,167 +33,90 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="The Car Wash"
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Now", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Experience the Ultimate Clean for Your Vehicle"
|
||||
description="Revitalize your car with our premium wash services. From sparkling exteriors to spotless interiors, we ensure a brilliant finish every time. Drive away in a car that feels brand new!"
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-painter-hazmat-suit-inside-car-shop_23-2149750031.jpg",
|
||||
imageAlt: "Luxury car wash with dense foam",
|
||||
videoAriaLabel: "Car wash foam",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-painter-hazmat-suit-inside-car-shop_23-2149750031.jpg", imageAlt: "Luxury car wash with dense foam", videoAriaLabel: "Car wash foam"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-washing_23-2149172891.jpg",
|
||||
imageAlt: "Hand car wash with soap bubbles",
|
||||
videoAriaLabel: "Hand car wash",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-washing_23-2149172891.jpg", imageAlt: "Hand car wash with soap bubbles", videoAriaLabel: "Hand car wash"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rain-drops-grey-metallic-wall_23-2148722060.jpg",
|
||||
imageAlt: "Tire and rim cleaning close-up",
|
||||
videoAriaLabel: "Tire cleaning",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rain-drops-grey-metallic-wall_23-2148722060.jpg", imageAlt: "Tire and rim cleaning close-up", videoAriaLabel: "Tire cleaning"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luggage-seen-from-rear-car-window_23-2150934324.jpg",
|
||||
imageAlt: "Car interior vacuum cleaning",
|
||||
videoAriaLabel: "Interior vacuum",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luggage-seen-from-rear-car-window_23-2150934324.jpg", imageAlt: "Car interior vacuum cleaning", videoAriaLabel: "Interior vacuum"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg",
|
||||
imageAlt: "Car wax application by hand",
|
||||
videoAriaLabel: "Car waxing",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg", imageAlt: "Car wax application by hand", videoAriaLabel: "Car waxing"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-liquid-with-many-blobs_23-2147934192.jpg",
|
||||
imageAlt: "Car drying with microfiber towel",
|
||||
videoAriaLabel: "Car drying",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-liquid-with-many-blobs_23-2147934192.jpg", imageAlt: "Car drying with microfiber towel", videoAriaLabel: "Car drying"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139136.jpg",
|
||||
imageAlt: "Modern car wash facility entrance",
|
||||
videoAriaLabel: "Car wash entrance",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139136.jpg", imageAlt: "Modern car wash facility entrance", videoAriaLabel: "Car wash entrance"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212197.jpg",
|
||||
imageAlt: "Car being rinsed at car wash",
|
||||
videoAriaLabel: "Car rinse",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212197.jpg", imageAlt: "Car being rinsed at car wash", videoAriaLabel: "Car rinse"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-with-microfiber-cloth-cleaning-car_93675-128696.jpg",
|
||||
imageAlt: "Detailer cleaning car dashboard",
|
||||
videoAriaLabel: "Dashboard cleaning",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-with-microfiber-cloth-cleaning-car_93675-128696.jpg", imageAlt: "Detailer cleaning car dashboard", videoAriaLabel: "Dashboard cleaning"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-dirty-car-after-trip-off-road-stands-against-brick-wall-old-part-town_613910-20494.jpg",
|
||||
imageAlt: "Car drying with air blowers",
|
||||
videoAriaLabel: "Air drying",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-dirty-car-after-trip-off-road-stands-against-brick-wall-old-part-town_613910-20494.jpg", imageAlt: "Car drying with air blowers", videoAriaLabel: "Air drying"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193570.jpg",
|
||||
imageAlt: "Polishing car exterior for shine",
|
||||
videoAriaLabel: "Car polishing",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193570.jpg", imageAlt: "Polishing car exterior for shine", videoAriaLabel: "Car polishing"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-polish-car-garage_1157-26060.jpg",
|
||||
imageAlt: "Shiny red car after a premium wash",
|
||||
videoAriaLabel: "Red car finish",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-polish-car-garage_1157-26060.jpg", imageAlt: "Shiny red car after a premium wash", videoAriaLabel: "Red car finish"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Wash",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Wash", href: "#contact"},
|
||||
{
|
||||
text: "Explore Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Explore Services", href: "#services"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/auto-mechanic-using-laptop-while-talking-customer-repair-shop_637285-8614.jpg",
|
||||
alt: "Happy customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/auto-mechanic-using-laptop-while-talking-customer-repair-shop_637285-8614.jpg", alt: "Happy customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/auto-mechanics-with-protective-face-masks-using-laptop-repair-shop_637285-9420.jpg",
|
||||
alt: "Happy customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/auto-mechanics-with-protective-face-masks-using-laptop-repair-shop_637285-9420.jpg", alt: "Happy customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/one-working-day-modern-automatic-bus-manufacturing-with-unfinished-cars-workers-protective-uniform-automotive-parts-background_645730-282.jpg",
|
||||
alt: "Happy customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/one-working-day-modern-automatic-bus-manufacturing-with-unfinished-cars-workers-protective-uniform-automotive-parts-background_645730-282.jpg", alt: "Happy customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434369.jpg",
|
||||
alt: "Happy customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434369.jpg", alt: "Happy customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsomen-man-black-sweater-washing-his-car_1157-35952.jpg",
|
||||
alt: "Happy customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/handsomen-man-black-sweater-washing-his-car_1157-35952.jpg", alt: "Happy customer 5"},
|
||||
]}
|
||||
avatarText="Join 10,000+ happy drivers!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Sparkling Clean",
|
||||
},
|
||||
type: "text", text: "Sparkling Clean"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Shine",
|
||||
},
|
||||
type: "text", text: "Premium Shine"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Eco-Friendly",
|
||||
},
|
||||
type: "text", text: "Eco-Friendly"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fast & Efficient",
|
||||
},
|
||||
type: "text", text: "Fast & Efficient"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Customer Favorite",
|
||||
},
|
||||
type: "text", text: "Customer Favorite"},
|
||||
]}
|
||||
showMarqueeCard={true}
|
||||
/>
|
||||
@@ -207,17 +130,11 @@ export default function LandingPage() {
|
||||
description="At The Car Wash, we're passionate about cars and committed to delivering exceptional cleanliness and care. Our eco-friendly methods and state-of-the-art equipment ensure a spotless finish while protecting your vehicle's paint and the environment. We believe every car deserves to shine, and every customer deserves the best service."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Unmatched Quality",
|
||||
description: "Using only premium, gentle, and effective cleaning solutions for a superior shine.",
|
||||
},
|
||||
title: "Unmatched Quality", description: "Using only premium, gentle, and effective cleaning solutions for a superior shine."},
|
||||
{
|
||||
title: "Speed & Efficiency",
|
||||
description: "Advanced technology ensures a thorough wash and dry in minimal time, getting you back on the road faster.",
|
||||
},
|
||||
title: "Speed & Efficiency", description: "Advanced technology ensures a thorough wash and dry in minimal time, getting you back on the road faster."},
|
||||
{
|
||||
title: "Eco-Friendly Approach",
|
||||
description: "Committed to sustainability with water-saving techniques and biodegradable products.",
|
||||
},
|
||||
title: "Eco-Friendly Approach", description: "Committed to sustainability with water-saving techniques and biodegradable products."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-washing-car-using-shampoo-water_1150-6984.jpg"
|
||||
imageAlt="Modern car wash facility"
|
||||
@@ -231,23 +148,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Basic Exterior Wash",
|
||||
description: "Gentle wash, rinse, and spot-free dry. Perfect for a quick refresh.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-inside-car-service_1303-26883.jpg",
|
||||
imageAlt: "Car receiving a basic exterior wash",
|
||||
},
|
||||
title: "Basic Exterior Wash", description: "Gentle wash, rinse, and spot-free dry. Perfect for a quick refresh.", imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-inside-car-service_1303-26883.jpg", imageAlt: "Car receiving a basic exterior wash"},
|
||||
{
|
||||
title: "Deluxe Interior & Exterior",
|
||||
description: "Our basic wash plus interior vacuum, window cleaning, and dashboard wipe down.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-male-sunglasses-dressed-brown-leather-jacket-sits-wheel-tuned-retro-car-with-open-door_613910-19274.jpg",
|
||||
imageAlt: "Car interior being vacuumed and cleaned",
|
||||
},
|
||||
title: "Deluxe Interior & Exterior", description: "Our basic wash plus interior vacuum, window cleaning, and dashboard wipe down.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-male-sunglasses-dressed-brown-leather-jacket-sits-wheel-tuned-retro-car-with-open-door_613910-19274.jpg", imageAlt: "Car interior being vacuumed and cleaned"},
|
||||
{
|
||||
title: "Ultimate Full Service",
|
||||
description: "The deluxe package plus tire shine, undercarriage wash, and protective wax application.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27233.jpg",
|
||||
imageAlt: "Car receiving a premium wax and shine",
|
||||
},
|
||||
title: "Ultimate Full Service", description: "The deluxe package plus tire shine, undercarriage wash, and protective wax application.", imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27233.jpg", imageAlt: "Car receiving a premium wax and shine"},
|
||||
]}
|
||||
title="Our Premium Car Wash Services"
|
||||
description="Choose from a range of packages designed to bring out the best in your vehicle, inside and out. Quality and care guaranteed for every detail."
|
||||
@@ -262,45 +167,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "basic_wash",
|
||||
badge: "Single Wash",
|
||||
badgeIcon: Car,
|
||||
price: "$15",
|
||||
subtitle: "Quick & Efficient Clean",
|
||||
features: [
|
||||
"Soft-touch wash",
|
||||
"Spot-free rinse",
|
||||
"High-speed dry",
|
||||
"Wheel cleaning",
|
||||
],
|
||||
id: "basic_wash", badge: "Single Wash", badgeIcon: Car,
|
||||
price: "$15", subtitle: "Quick & Efficient Clean", features: [
|
||||
"Soft-touch wash", "Spot-free rinse", "High-speed dry", "Wheel cleaning"],
|
||||
},
|
||||
{
|
||||
id: "deluxe_wash",
|
||||
badge: "Best Value",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$35",
|
||||
subtitle: "Interior & Exterior Refresh",
|
||||
features: [
|
||||
"Everything in Basic Wash",
|
||||
"Interior vacuum",
|
||||
"Window cleaning",
|
||||
"Dashboard wipe",
|
||||
"Tire shine",
|
||||
],
|
||||
id: "deluxe_wash", badge: "Best Value", badgeIcon: Sparkles,
|
||||
price: "$35", subtitle: "Interior & Exterior Refresh", features: [
|
||||
"Everything in Basic Wash", "Interior vacuum", "Window cleaning", "Dashboard wipe", "Tire shine"],
|
||||
},
|
||||
{
|
||||
id: "unlimited_club",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Medal,
|
||||
price: "$59/month",
|
||||
subtitle: "Wash Anytime, Unlimited",
|
||||
features: [
|
||||
"Everything in Deluxe Wash",
|
||||
"Undercarriage wash",
|
||||
"Rain-X protectant",
|
||||
"Air freshener",
|
||||
"Priority lane access",
|
||||
],
|
||||
id: "unlimited_club", badge: "Most Popular", badgeIcon: Medal,
|
||||
price: "$59/month", subtitle: "Wash Anytime, Unlimited", features: [
|
||||
"Everything in Deluxe Wash", "Undercarriage wash", "Rain-X protectant", "Air freshener", "Priority lane access"],
|
||||
},
|
||||
]}
|
||||
title="Find Your Perfect Wash Plan"
|
||||
@@ -314,22 +193,14 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "cars_washed",
|
||||
value: "100k+",
|
||||
description: "Cars Washed Annually",
|
||||
},
|
||||
id: "cars_washed", value: "100k+", description: "Cars Washed Annually"},
|
||||
{
|
||||
id: "satisfaction",
|
||||
value: "98%",
|
||||
description: "Customer Satisfaction",
|
||||
},
|
||||
id: "satisfaction", value: "98%", description: "Customer Satisfaction"},
|
||||
{
|
||||
id: "years_experience",
|
||||
value: "10+",
|
||||
description: "Years of Expertise",
|
||||
},
|
||||
id: "years_experience", value: "10+", description: "Years of Expertise"},
|
||||
]}
|
||||
title="Our Commitment to Excellence"
|
||||
description="We pride ourselves on delivering outstanding results and customer satisfaction. See our numbers speak for themselves – a testament to our dedication to quality and service."
|
||||
@@ -344,50 +215,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "@SarahJ",
|
||||
testimonial: "The Car Wash always leaves my car sparkling! The staff are friendly and the service is super fast. Highly recommend the Ultimate wash.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stunning-young-woman-waring-dress-posing-front-her-car-outdoors-ownership-driver_158595-6762.jpg",
|
||||
imageAlt: "Smiling woman next to a clean car",
|
||||
},
|
||||
id: "1", name: "Sarah J.", handle: "@SarahJ", testimonial: "The Car Wash always leaves my car sparkling! The staff are friendly and the service is super fast. Highly recommend the Ultimate wash.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stunning-young-woman-waring-dress-posing-front-her-car-outdoors-ownership-driver_158595-6762.jpg", imageAlt: "Smiling woman next to a clean car"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
handle: "@MarkDrives",
|
||||
testimonial: "I've tried many car washes, but The Car Wash truly stands out. My vehicle has never looked this good, and the unlimited membership is a game-changer.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14556.jpg",
|
||||
imageAlt: "Man inspecting his shiny car",
|
||||
},
|
||||
id: "2", name: "Mark D.", handle: "@MarkDrives", testimonial: "I've tried many car washes, but The Car Wash truly stands out. My vehicle has never looked this good, and the unlimited membership is a game-changer.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14556.jpg", imageAlt: "Man inspecting his shiny car"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
handle: "@EmilyRides",
|
||||
testimonial: "Fantastic service! My car feels brand new after every visit. The attention to detail, especially for the interior, is impeccable. A loyal customer for life!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-sitting-car_23-2148349792.jpg",
|
||||
imageAlt: "Happy woman with her freshly washed car",
|
||||
},
|
||||
id: "3", name: "Emily R.", handle: "@EmilyRides", testimonial: "Fantastic service! My car feels brand new after every visit. The attention to detail, especially for the interior, is impeccable. A loyal customer for life!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-sitting-car_23-2148349792.jpg", imageAlt: "Happy woman with her freshly washed car"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
handle: "@DKimAutos",
|
||||
testimonial: "Speedy and effective. I appreciate the eco-friendly options and the quality of the wash. It's great to have a reliable place to keep my car clean.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193198.jpg",
|
||||
imageAlt: "Man with his family car at the car wash",
|
||||
},
|
||||
id: "4", name: "David K.", handle: "@DKimAutos", testimonial: "Speedy and effective. I appreciate the eco-friendly options and the quality of the wash. It's great to have a reliable place to keep my car clean.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193198.jpg", imageAlt: "Man with his family car at the car wash"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica L.",
|
||||
handle: "@Jess_Travels",
|
||||
testimonial: "My luxury sedan looks showroom ready every time. The premium services are worth every penny, and the staff are always professional.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indian-businessman-adjusts-his-glasses_496169-2742.jpg",
|
||||
imageAlt: "Professional woman with her luxury car",
|
||||
},
|
||||
id: "5", name: "Jessica L.", handle: "@Jess_Travels", testimonial: "My luxury sedan looks showroom ready every time. The premium services are worth every penny, and the staff are always professional.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indian-businessman-adjusts-his-glasses_496169-2742.jpg", imageAlt: "Professional woman with her luxury car"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Hear From Our Happy Customers"
|
||||
@@ -401,20 +242,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What are your operating hours?",
|
||||
content: "We are open Monday to Saturday from 8 AM to 7 PM, and Sunday from 9 AM to 5 PM. Holiday hours may vary, please check our contact page for updates.",
|
||||
},
|
||||
id: "q1", title: "What are your operating hours?", content: "We are open Monday to Saturday from 8 AM to 7 PM, and Sunday from 9 AM to 5 PM. Holiday hours may vary, please check our contact page for updates."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do I need an appointment for a wash?",
|
||||
content: "No appointment is needed for our standard wash packages. Simply drive up! For detailing services, we recommend booking in advance to ensure availability.",
|
||||
},
|
||||
id: "q2", title: "Do I need an appointment for a wash?", content: "No appointment is needed for our standard wash packages. Simply drive up! For detailing services, we recommend booking in advance to ensure availability."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept all major credit cards (Visa, MasterCard, American Express, Discover) and contactless payments. Cash payments are also accepted at the automated kiosks.",
|
||||
},
|
||||
id: "q3", title: "What payment methods do you accept?", content: "We accept all major credit cards (Visa, MasterCard, American Express, Discover) and contactless payments. Cash payments are also accepted at the automated kiosks."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Have questions about our services, pricing, or locations? Find quick answers here. If you can't find what you're looking for, feel free to contact us directly!"
|
||||
@@ -427,8 +259,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Visit Us or Say Hello!"
|
||||
description="We're always here to help your car look its best. Stop by our location for a premium wash or send us a message using the form below for any inquiries. We look forward to seeing you!"
|
||||
@@ -449,19 +280,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "#", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "#", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "#",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "#", ariaLabel: "Twitter"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user