From 38a7100305904fd7a2cdb124ccaa2c6724f5a00a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 22:35:21 +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 ba5d27b..5861284 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,13 +54,13 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-relaxing-with-hot-drink_1163-1511.jpg", imageAlt: "Clean windows overlooking lake"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-relaxing-with-hot-drink_1163-1511.jpg?_wi=1", imageAlt: "Clean windows overlooking lake"}, { - imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-cleaning-product_23-2148104644.jpg", imageAlt: "Professional cleaning equipment"}, + imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-cleaning-product_23-2148104644.jpg?_wi=1", imageAlt: "Professional cleaning equipment"}, { - imageSrc: "http://img.b2bpic.net/free-photo/glass-skyscraper-against-blue-sky-view-from-bottom_93675-134914.jpg", imageAlt: "Sunlight on clean window pane"}, + imageSrc: "http://img.b2bpic.net/free-photo/glass-skyscraper-against-blue-sky-view-from-bottom_93675-134914.jpg?_wi=1", imageAlt: "Sunlight on clean window pane"}, { - imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112428.jpg", imageAlt: "Friendly staff working"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112428.jpg?_wi=1", imageAlt: "Friendly staff working"}, { imageSrc: "http://img.b2bpic.net/free-photo/commercial-building-downtown-district-with-cloud-reflection_181624-61737.jpg", imageAlt: "Reflective window surface"}, { @@ -125,16 +125,16 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/close-up-glasses-with-champagne-bubbles_23-2148339537.jpg", imageAlt: "Close-up glasses with champagne bubbles"}, { id: "t2", name: "Tom D.", handle: "Local Business Owner", testimonial: "Very professional and friendly team. Highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-relaxing-with-hot-drink_1163-1511.jpg", imageAlt: "Close-up glasses with champagne bubbles"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-relaxing-with-hot-drink_1163-1511.jpg?_wi=2", imageAlt: "Close-up glasses with champagne bubbles"}, { id: "t3", name: "Susan P.", handle: "Clear Lake Resident", testimonial: "On time and great attention to detail.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-cleaning-product_23-2148104644.jpg", imageAlt: "Close-up glasses with champagne bubbles"}, + imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-cleaning-product_23-2148104644.jpg?_wi=2", imageAlt: "Close-up glasses with champagne bubbles"}, { id: "t4", name: "Brian J.", handle: "Clear Lake Resident", testimonial: "The best window cleaners in town!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/glass-skyscraper-against-blue-sky-view-from-bottom_93675-134914.jpg", imageAlt: "Close-up glasses with champagne bubbles"}, + imageSrc: "http://img.b2bpic.net/free-photo/glass-skyscraper-against-blue-sky-view-from-bottom_93675-134914.jpg?_wi=2", imageAlt: "Close-up glasses with champagne bubbles"}, { id: "t5", name: "Karen R.", handle: "Clear Lake Resident", testimonial: "Knowledgeable and reliable. Will use again.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112428.jpg", imageAlt: "Close-up glasses with champagne bubbles"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112428.jpg?_wi=2", imageAlt: "Close-up glasses with champagne bubbles"}, ]} showRating={true} title="What Our Neighbors Say" -- 2.49.1