From bec142bf6f2a5a3c5d2dca47ceeb0131b13adeaf Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 04:35:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 58f2dee..39c0fa6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358960.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358960.jpg?_wi=1" /> @@ -83,7 +83,7 @@ export default function LandingPage() { title: "Exterior Cleaning", description: "Pressure washing and window cleaning for a spotless finish.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358964.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358964.jpg?_wi=1", }, items: [ { @@ -96,7 +96,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358960.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358960.jpg?_wi=2", imageAlt: "professional home cleaning services exterior", }, { @@ -104,7 +104,7 @@ export default function LandingPage() { title: "Maintenance", description: "Keeping your home functioning properly with routine care.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/man-servant-doing-chores-around-house_23-2149508120.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-servant-doing-chores-around-house_23-2149508120.jpg?_wi=1", }, items: [ { @@ -117,7 +117,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358964.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358964.jpg?_wi=2", imageAlt: "pressure washing equipment exterior home", }, { @@ -138,7 +138,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/man-servant-doing-chores-around-house_23-2149508120.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-servant-doing-chores-around-house_23-2149508120.jpg?_wi=2", imageAlt: "clean house gutters exterior maintenance", }, ]} @@ -166,7 +166,7 @@ export default function LandingPage() { title: "Expert Team", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358960.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358960.jpg?_wi=3" mediaAnimation="slide-up" metricsAnimation="slide-up" /> -- 2.49.1