From 54b205c3403884b2d948d3cf22d7049eefb40b9b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 02:55:49 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a3446d1..19ba1f8 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -69,14 +69,14 @@ export default function LandingPage() { value: "24/7", title: "Service Access", description: "Always here to help.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-break-from-cleaning-floors_23-2148465022.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-break-from-cleaning-floors_23-2148465022.jpg?_wi=2", }, { id: "3", value: "10+", title: "Years Experience", description: "Quality you can feel.", - imageSrc: "http://img.b2bpic.net/free-photo/back-view-man-touching-kitchen-appliance-hanging-wall_259150-59259.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/back-view-man-touching-kitchen-appliance-hanging-wall_259150-59259.jpg?_wi=2", }, ]} title="Why Trust Us" -- 2.49.1 From d61706fe9fc760c38aab307362f17074aa24d7ad Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 02:55:49 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f6514d..2c186df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,19 +71,19 @@ export default function LandingPage() { { title: "Standard Cleaning", description: "Regular maintenance for a spotless, consistent home.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-break-from-cleaning-floors_23-2148465022.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-break-from-cleaning-floors_23-2148465022.jpg?_wi=1", buttonIcon: "Sparkles", }, { title: "Deep Cleaning", description: "Comprehensive scrubbing for a fresh start.", - imageSrc: "http://img.b2bpic.net/free-photo/back-view-man-touching-kitchen-appliance-hanging-wall_259150-59259.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/back-view-man-touching-kitchen-appliance-hanging-wall_259150-59259.jpg?_wi=1", buttonIcon: "Zap", }, { title: "Rental & Airbnb", description: "Guest-ready cleaning to ensure 5-star reviews.", - imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-2127.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-2127.jpg?_wi=1", buttonIcon: "Shield", }, ]} @@ -103,7 +103,7 @@ export default function LandingPage() { name: "Sarah Miller", handle: "@sarahmill", testimonial: "They actually care about the details. Truly spotless.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-living-room-smiles-holding-mug_23-2148385593.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-living-room-smiles-holding-mug_23-2148385593.jpg?_wi=1", }, { id: "2", @@ -131,7 +131,7 @@ export default function LandingPage() { name: "Jessica Lee", handle: "@jlee", testimonial: "Incredible attention to detail. Every corner shines.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-living-room-smiles-holding-mug_23-2148385593.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-living-room-smiles-holding-mug_23-2148385593.jpg?_wi=2", }, ]} title="What Our Clients Say" -- 2.49.1 From bc5622ac37d1deb62a7cc0a7fc917b54127aac32 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 02:55:50 +0000 Subject: [PATCH 3/3] 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 bd1102d..2ca31d7 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -50,19 +50,19 @@ export default function LandingPage() { id: "1", name: "Standard Clean", price: "$150+", - imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-break-from-cleaning-floors_23-2148465022.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-break-from-cleaning-floors_23-2148465022.jpg?_wi=3", }, { id: "2", name: "Deep Clean", price: "$250+", - imageSrc: "http://img.b2bpic.net/free-photo/back-view-man-touching-kitchen-appliance-hanging-wall_259150-59259.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/back-view-man-touching-kitchen-appliance-hanging-wall_259150-59259.jpg?_wi=3", }, { id: "3", name: "Move-In / Out", price: "$300+", - imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-2127.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-2127.jpg?_wi=2", }, ]} title="Our Premium Services" -- 2.49.1