From 80b52edc9218d8ef97eed6e2b94e485b4107c73b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 20:59:58 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b9dd481..07f3351 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-woman-bikini-male-shirt-posing-with-glass-water-kitchen_627829-11342.jpg", imageAlt: "professional residential cleaning service sparkle" }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-young-woman-cleaning_23-2148394869.jpg", imageAlt: "cleaning team professional uniforms ready" + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-young-woman-cleaning_23-2148394869.jpg?_wi=1", imageAlt: "cleaning team professional uniforms ready" }, { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-decorating-front-door_23-2150562119.jpg", imageAlt: "house cleaning service detailed attention" -- 2.49.1 From 6f207ea9e29346704fc555b99c3338c0b6b3605d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 20:59:58 +0000 Subject: [PATCH 2/2] Update src/app/quote/page.tsx --- src/app/quote/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/quote/page.tsx b/src/app/quote/page.tsx index ee2276d..e2c9f9b 100644 --- a/src/app/quote/page.tsx +++ b/src/app/quote/page.tsx @@ -57,7 +57,7 @@ export default function QuotePage() { required: false }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/high-angle-young-woman-cleaning_23-2148394869.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-young-woman-cleaning_23-2148394869.jpg?_wi=2" imageAlt="Professional cleaning service" mediaAnimation="blur-reveal" mediaPosition="right" -- 2.49.1