From 55692054872257682f44c6c52b0701649b847746 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 11:43:50 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 60b0411..1e7dc79 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-donation-facility_23-2148687355.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-donation-facility_23-2148687355.jpg?_wi=1", imageAlt: "Clean modern residential home interior", }, { @@ -95,7 +95,7 @@ export default function LandingPage() { quote: "Superb Solutions transformed my home. Highly professional!", name: "Jane Doe", role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-male-buyer-showing-thumb-up-paper-house-model-smiling-satisfied-standing-yellow-background_1258-67365.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-male-buyer-showing-thumb-up-paper-house-model-smiling-satisfied-standing-yellow-background_1258-67365.jpg?_wi=1", }, { id: "2", @@ -103,7 +103,7 @@ export default function LandingPage() { quote: "Best office cleaning we have ever had.", name: "John Smith", role: "Manager", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg?_wi=1", }, { id: "3", -- 2.49.1 From 4ccc13e432fb264a30c8ae99e475190d088cf3c5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 11:43:51 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 831fd38..ae528b2 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { title: "Commercial Cleaning", description: "Professional cleaning for offices and business spaces.", tag: "Office", - imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-donation-facility_23-2148687355.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-donation-facility_23-2148687355.jpg?_wi=2", imageAlt: "professional cleaners cleaning home detail", }, { @@ -73,7 +73,7 @@ export default function LandingPage() { title: "Deep Cleaning", description: "Thorough sanitization and cleaning to refresh your space.", tag: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-male-buyer-showing-thumb-up-paper-house-model-smiling-satisfied-standing-yellow-background_1258-67365.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-male-buyer-showing-thumb-up-paper-house-model-smiling-satisfied-standing-yellow-background_1258-67365.jpg?_wi=2", imageAlt: "professional cleaners cleaning home detail", }, { @@ -81,7 +81,7 @@ export default function LandingPage() { title: "Move-In/Move-Out Cleaning", description: "Stress-free cleaning for your big moving day.", tag: "Moving", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg?_wi=2", imageAlt: "professional cleaners cleaning home detail", }, ]} -- 2.49.1