Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-16 15:52:24 +00:00

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
description="Experience the ultimate shine with our premium hand car wash services. We treat your vehicle like our own."
tag="Waves Hand Car Wash"
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/car-wash-service-worker-cleaning-car-with-high-pressure-water-jet_23-2148766150.jpg", imageAlt: "Hand wash process" },
{ imageSrc: "http://img.b2bpic.net/free-photo/car-wash-service-worker-cleaning-car-with-high-pressure-water-jet_23-2148766150.jpg?_wi=1", imageAlt: "Hand wash process" },
{ imageSrc: "http://img.b2bpic.net/free-photo/car-being-washed-with-soap_23-2148777174.jpg", imageAlt: "Clean car result" },
]}
mediaAnimation="slide-up"
@@ -77,7 +77,7 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{ id: "1", title: "Hand Wash", author: "Professional Detailer", description: "Thorough exterior hand wash using premium soaps.", tags: ["Exterior", "Care"], imageSrc: "http://img.b2bpic.net/free-photo/car-wash-service-worker-cleaning-car-with-high-pressure-water-jet_23-2148766150.jpg" },
{ id: "1", title: "Hand Wash", author: "Professional Detailer", description: "Thorough exterior hand wash using premium soaps.", tags: ["Exterior", "Care"], imageSrc: "http://img.b2bpic.net/free-photo/car-wash-service-worker-cleaning-car-with-high-pressure-water-jet_23-2148766150.jpg?_wi=2" },
{ id: "2", title: "Interior Cleaning", author: "Cleaning Specialist", description: "Deep vacuuming, dusting, and wiping for a pristine cabin.", tags: ["Interior", "Cleaning"], imageSrc: "http://img.b2bpic.net/free-photo/interior-cleaning-car-with-vacuum-cleaner_23-2148777174.jpg" },
{ id: "3", title: "Wax & Polish", author: "Finishing Expert", description: "Protective wax application to keep your paint shining for weeks.", tags: ["Protection", "Shine"], imageSrc: "http://img.b2bpic.net/free-photo/car-being-polished-with-wax_23-2148766184.jpg" },
]}