From 79ca7bb62d5654e32da2c10a9600aa3befdfe62d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 23:45:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index afa5934..ff03eca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/high-angle-view-cleaning-items-green-backdrop_23-2147860225.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-view-cleaning-items-green-backdrop_23-2147860225.jpg?_wi=1" imageAlt="Professional cleaning services in action" /> @@ -82,7 +82,7 @@ export default function LandingPage() { title: "Residential Cleaning", description: "Deep cleaning for your entire home, ensuring every corner is spotless.", buttonIcon: "Sparkles", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-cleaning-items-green-backdrop_23-2147860225.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-cleaning-items-green-backdrop_23-2147860225.jpg?_wi=2", imageAlt: "professional cleaning service worker", }, { @@ -96,14 +96,14 @@ export default function LandingPage() { title: "Move-In/Move-Out", description: "Seamless cleaning services to make your transition stress-free.", buttonIcon: "ArrowRight", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-young-woman-talking-phone-laying-down-floor-living-room_176420-5955.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-young-woman-talking-phone-laying-down-floor-living-room_176420-5955.jpg?_wi=1", imageAlt: "happy client home cleaning", }, { title: "Deep Cleaning", description: "Intensive cleaning for appliances, surfaces, and hard-to-reach areas.", buttonIcon: "Shield", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-using-rag-clean_23-2148456975.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-using-rag-clean_23-2148456975.jpg?_wi=1", imageAlt: "man happy with cleaning service", }, ]} @@ -131,7 +131,7 @@ export default function LandingPage() { button: { text: "Select Plan", }, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-cleaning_23-2148480344.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-cleaning_23-2148480344.jpg?_wi=1", imageAlt: "family living room clean", }, { @@ -147,7 +147,7 @@ export default function LandingPage() { button: { text: "Select Plan", }, - imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg?_wi=1", imageAlt: "young woman happy home", }, { @@ -163,7 +163,7 @@ export default function LandingPage() { button: { text: "Select Plan", }, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-cleaning-building_23-2150454495.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-cleaning-building_23-2150454495.jpg?_wi=1", imageAlt: "man smiling home office", }, ]} @@ -179,27 +179,27 @@ export default function LandingPage() { { id: "1", name: "Alice Johnson", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-young-woman-talking-phone-laying-down-floor-living-room_176420-5955.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-young-woman-talking-phone-laying-down-floor-living-room_176420-5955.jpg?_wi=2", }, { id: "2", name: "Mark Spencer", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-using-rag-clean_23-2148456975.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-using-rag-clean_23-2148456975.jpg?_wi=2", }, { id: "3", name: "Sarah Miller", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-cleaning_23-2148480344.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-cleaning_23-2148480344.jpg?_wi=2", }, { id: "4", name: "Emma Wilson", - imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg?_wi=2", }, { id: "5", name: "James Brown", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-cleaning-building_23-2150454495.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-cleaning-building_23-2150454495.jpg?_wi=2", }, ]} cardTitle="What Our Clients Say" -- 2.49.1