From 8c18f24b480e516f98439c5430d2b87ef2fe8e28 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:14:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 46cc988..60b7d53 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,13 +96,13 @@ export default function LandingPage() { id: 3, title: "Move-In / Move-Out Cleaning", description: "Complete property cleaning for transitions. Leave the space spotless for new occupants.", imageSrc: - "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg", imageAlt: "Move-out cleaning service" + "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg?_wi=1", imageAlt: "Move-out cleaning service" }, { id: 4, title: "Condo Cleaning", description: "Specialized cleaning for condo units. Respects building rules and maximizes efficiency.", imageSrc: - "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg", imageAlt: "Condo cleaning service" + "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg?_wi=2", imageAlt: "Condo cleaning service" }, ]} /> @@ -171,22 +171,22 @@ export default function LandingPage() { { id: "1", name: "Safir Market", role: "Condo Owner", testimonial: "Professional, punctual, and meticulous. Impeccable results every single time. ProClean has transformed how my condo looks and feels.", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", imageAlt: "Safir Market" + "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg?_wi=1", imageAlt: "Safir Market" }, { id: "2", name: "Michelle Lambert", role: "Busy Professional", testimonial: "Reliable and thorough. They respect my space and complete the job efficiently. Highly recommended for anyone with a busy schedule.", imageSrc: - "http://img.b2bpic.net/free-photo/smiling-business-leader-looking-through-window_1262-5623.jpg", imageAlt: "Michelle Lambert" + "http://img.b2bpic.net/free-photo/smiling-business-leader-looking-through-window_1262-5623.jpg?_wi=1", imageAlt: "Michelle Lambert" }, { id: "3", name: "David Chen", role: "Property Manager", testimonial: "ProClean has been fantastic for managing multiple properties. Consistent quality and professional communication every time.", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", imageAlt: "David Chen" + "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg?_wi=2", imageAlt: "David Chen" }, { id: "4", name: "Jennifer Dubois", role: "Airbnb Host", testimonial: "Fast turnarounds between guests. ProClean keeps my Airbnb immaculate and my guests consistently give five-star reviews for cleanliness.", imageSrc: - "http://img.b2bpic.net/free-photo/smiling-business-leader-looking-through-window_1262-5623.jpg", imageAlt: "Jennifer Dubois" + "http://img.b2bpic.net/free-photo/smiling-business-leader-looking-through-window_1262-5623.jpg?_wi=2", imageAlt: "Jennifer Dubois" }, ]} carouselMode="buttons" -- 2.49.1