From ea738439b4bf14dd009d31f8faaac465c5a4492e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 21:02:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c78d1fd..c702aa9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -126,7 +126,7 @@ export default function LandingPage() { title: "Exterior Hand Wash", description: "Gentle hand washing removes dirt and grime without damaging your paint, leaving a streak-free shine.", media: { - imageSrc: "http://img.b2bpic.net/free-vector/pressure-washing-logo-template_23-2149206313.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/pressure-washing-logo-template_23-2149206313.jpg?_wi=1", imageAlt: "Exterior Hand Wash icon", }, items: [ @@ -146,7 +146,7 @@ export default function LandingPage() { title: "Interior Cleaning", description: "Thorough vacuuming, surface wiping, and window cleaning to refresh your car's interior.", media: { - imageSrc: "http://img.b2bpic.net/free-vector/neon-car-wash-sign-collection_23-2148152323.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/neon-car-wash-sign-collection_23-2148152323.jpg?_wi=1", imageAlt: "Interior Cleaning icon", }, items: [ @@ -166,7 +166,7 @@ export default function LandingPage() { title: "Full Detailing", description: "Comprehensive cleaning and restoration for both interior and exterior, bringing your car back to life.", media: { - imageSrc: "http://img.b2bpic.net/free-vector/auto-service-with-car-wash-center-2-flat-vertical-banners-advertisement-cleaning-products-symbols_1284-14291.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/auto-service-with-car-wash-center-2-flat-vertical-banners-advertisement-cleaning-products-symbols_1284-14291.jpg?_wi=1", imageAlt: "Full Detailing icon", }, items: [ @@ -186,7 +186,7 @@ export default function LandingPage() { title: "Express Wash", description: "A quick yet effective hand wash for those on the go, maintaining your car's cleanliness with speed.", media: { - imageSrc: "http://img.b2bpic.net/free-vector/gradient-car-wash-logo-design_23-2149909202.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/gradient-car-wash-logo-design_23-2149909202.jpg?_wi=1", imageAlt: "Express Wash icon", }, items: [ @@ -218,7 +218,7 @@ export default function LandingPage() { title: "Exterior Hand Wash", description: "Gentle hand washing removes dirt and grime without damaging your paint, leaving a streak-free shine.", media: { - imageSrc: "http://img.b2bpic.net/free-vector/pressure-washing-logo-template_23-2149206313.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/pressure-washing-logo-template_23-2149206313.jpg?_wi=2", imageAlt: "Exterior Hand Wash icon", }, items: [ @@ -238,7 +238,7 @@ export default function LandingPage() { title: "Interior Cleaning", description: "Thorough vacuuming, surface wiping, and window cleaning to refresh your car's interior.", media: { - imageSrc: "http://img.b2bpic.net/free-vector/neon-car-wash-sign-collection_23-2148152323.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/neon-car-wash-sign-collection_23-2148152323.jpg?_wi=2", imageAlt: "Interior Cleaning icon", }, items: [ @@ -258,7 +258,7 @@ export default function LandingPage() { title: "Full Detailing", description: "Comprehensive cleaning and restoration for both interior and exterior, bringing your car back to life.", media: { - imageSrc: "http://img.b2bpic.net/free-vector/auto-service-with-car-wash-center-2-flat-vertical-banners-advertisement-cleaning-products-symbols_1284-14291.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/auto-service-with-car-wash-center-2-flat-vertical-banners-advertisement-cleaning-products-symbols_1284-14291.jpg?_wi=2", imageAlt: "Full Detailing icon", }, items: [ @@ -278,7 +278,7 @@ export default function LandingPage() { title: "Express Wash", description: "A quick yet effective hand wash for those on the go, maintaining your car's cleanliness with speed.", media: { - imageSrc: "http://img.b2bpic.net/free-vector/gradient-car-wash-logo-design_23-2149909202.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/gradient-car-wash-logo-design_23-2149909202.jpg?_wi=2", imageAlt: "Express Wash icon", }, items: [ -- 2.49.1