From 69a03b3165cfc1bb81ea25de14304bf61a6d0925 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:03:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b552ff4..08da39a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,18 +71,18 @@ export default function LandingPage() { title: "Unit Turns for Apartment Complexes", description: "Fast, efficient cleaning for vacant units to prepare them for new residents. Comprehensive deep cleaning ensuring every unit meets move-in standards.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg", imageAlt: "Unit turn cleaning service"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg?_wi=1", imageAlt: "Unit turn cleaning service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg", imageAlt: "Professional apartment preparation"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg?_wi=2", imageAlt: "Professional apartment preparation"}, ], }, { title: "Move-Out Cleaning", description: "Complete move-out cleaning services for residential properties and apartment residents. Deposit-friendly cleaning ensuring properties are returned to landlord standards.", icon: Home, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg", imageAlt: "Move-out cleaning service"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg?_wi=3", imageAlt: "Move-out cleaning service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg", imageAlt: "Residential property cleaning"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg?_wi=4", imageAlt: "Residential property cleaning"}, ], }, { @@ -91,14 +91,14 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-men-high-five-office_23-2149345549.jpg", imageAlt: "Regular maintenance cleaning"}, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg", imageAlt: "Apartment complex maintenance"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg?_wi=5", imageAlt: "Apartment complex maintenance"}, ], }, { title: "Residential Property Cleaning", description: "Professional cleaning for homeowners and landlords throughout the DFW area. Customized cleaning plans for your specific property needs.", icon: Building2, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg", imageAlt: "Residential cleaning service"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg?_wi=6", imageAlt: "Residential cleaning service"}, { imageSrc: "http://img.b2bpic.net/free-photo/man-servant-cleaning-house_23-2149530805.jpg", imageAlt: "Home cleaning professionals"}, ], @@ -138,7 +138,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", role: "Property Manager", company: "DFW Residential Properties", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-real-estate-agent-standing-house-entrance-smiling-woman-with-short-graying-hair-pink-suit-getting-ready-meet-customers-real-estate-business-work-concept_74855-22183.jpg", imageAlt: "professional woman property manager portrait"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-real-estate-agent-standing-house-entrance-smiling-woman-with-short-graying-hair-pink-suit-getting-ready-meet-customers-real-estate-business-work-concept_74855-22183.jpg?_wi=1", imageAlt: "professional woman property manager portrait"}, { id: "2", name: "James Rodriguez", role: "Apartment Complex Director", company: "Arlington Heights Apartments", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-bearded-man-standing-with-crossed-arms-near-desktop-office-with-loft-interior_613910-18715.jpg", imageAlt: "man professional apartment manager portrait"}, @@ -150,7 +150,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg", imageAlt: "man operations business manager portrait"}, { id: "5", name: "Patricia Garcia", role: "Real Estate Agent", company: "DFW Property Management", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-real-estate-agent-standing-house-entrance-smiling-woman-with-short-graying-hair-pink-suit-getting-ready-meet-customers-real-estate-business-work-concept_74855-22183.jpg", imageAlt: "woman real estate agent professional portrait"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-real-estate-agent-standing-house-entrance-smiling-woman-with-short-graying-hair-pink-suit-getting-ready-meet-customers-real-estate-business-work-concept_74855-22183.jpg?_wi=2", imageAlt: "woman real estate agent professional portrait"}, { id: "6", name: "Robert Wilson", role: "Portfolio Manager", company: "Fort Worth Properties LLC", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businessman_23-2148006260.jpg", imageAlt: "man portfolio property manager portrait"}, -- 2.49.1