From d67381828f3dfb4227024493edf1ca04b6defb9e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 20:28:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e25fe0..d2ecb59 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150359032.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150359032.jpg?_wi=1" imageAlt="Professional Exterior Cleaning Services in Los Angeles" /> @@ -97,14 +97,14 @@ export default function LandingPage() { title: "Pressure Washing", description: "Expert driveway and concrete surface cleaning.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14890.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14890.jpg?_wi=1", imageAlt: "Pressure washing", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14890.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14890.jpg?_wi=2", imageAlt: "Pressure washing", }, - imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150359032.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150359032.jpg?_wi=2", imageAlt: "professional house washing residential", }, { @@ -112,11 +112,11 @@ export default function LandingPage() { title: "House Washing", description: "Safe, effective exterior surface cleaning.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/man-washing-windows-using-spray-detergent_1303-30947.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-washing-windows-using-spray-detergent_1303-30947.jpg?_wi=1", imageAlt: "House washing", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/man-washing-windows-using-spray-detergent_1303-30947.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-washing-windows-using-spray-detergent_1303-30947.jpg?_wi=2", imageAlt: "House washing", }, imageSrc: "http://img.b2bpic.net/free-photo/male-housekeeper-cleaning-glass-window-home_58466-11241.jpg", @@ -127,14 +127,14 @@ export default function LandingPage() { title: "Gutter Cleaning", description: "Prevent debris buildup and protect your home.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/enjoying-morning-sun-before-start-work_329181-11779.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/enjoying-morning-sun-before-start-work_329181-11779.jpg?_wi=1", imageAlt: "Gutter cleaning", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/enjoying-morning-sun-before-start-work_329181-11779.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/enjoying-morning-sun-before-start-work_329181-11779.jpg?_wi=2", imageAlt: "Gutter cleaning", }, - imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14890.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14890.jpg?_wi=3", imageAlt: "driveway pressure washing before after", }, ]} -- 2.49.1