From 5ddecc86a04c2caca575bf791dfa1983666fea03 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 15:52:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4fc4cc1..638e899 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }, ]} -- 2.49.1