From 01e303483f437aac3beb664e82d7a02345806be6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 21:18:48 +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 00ba680..cc5467b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,19 +76,19 @@ export default function LandingPage() { imageAlt: "Absolute Power Cleaning Logo", }, { - imageSrc: "http://img.b2bpic.net/free-photo/positive-young-housewife-using-spray-cleaning_1262-5412.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-young-housewife-using-spray-cleaning_1262-5412.jpg?_wi=1", imageAlt: "Absolute Power Cleaning Logo", }, { - imageSrc: "http://img.b2bpic.net/free-photo/florist-using-tablet-pc-flower-design-home-kitchen_482257-8659.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/florist-using-tablet-pc-flower-design-home-kitchen_482257-8659.jpg?_wi=1", imageAlt: "Absolute Power Cleaning Logo", }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-cleaning-kitchen-cabinets_23-2148465040.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-cleaning-kitchen-cabinets_23-2148465040.jpg?_wi=1", imageAlt: "Absolute Power Cleaning Logo", }, { - imageSrc: "http://img.b2bpic.net/free-photo/pile-winter-sweaters-chair_23-2147955908.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pile-winter-sweaters-chair_23-2147955908.jpg?_wi=1", imageAlt: "Absolute Power Cleaning Logo", }, ]} @@ -229,28 +229,28 @@ export default function LandingPage() { name: "Sarah J.", role: "Homeowner", testimonial: "Absolute Power Cleaning exceeded all expectations. My house has never looked this good!", - imageSrc: "http://img.b2bpic.net/free-photo/positive-young-housewife-using-spray-cleaning_1262-5412.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-young-housewife-using-spray-cleaning_1262-5412.jpg?_wi=2", }, { id: "2", name: "Marcus R.", role: "Professional", testimonial: "Reliable, thorough, and very friendly. Truly a power service.", - imageSrc: "http://img.b2bpic.net/free-photo/florist-using-tablet-pc-flower-design-home-kitchen_482257-8659.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/florist-using-tablet-pc-flower-design-home-kitchen_482257-8659.jpg?_wi=2", }, { id: "3", name: "Elena M.", role: "Parent", testimonial: "They made our move-in so much easier. Highly recommend their services.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-cleaning-kitchen-cabinets_23-2148465040.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-cleaning-kitchen-cabinets_23-2148465040.jpg?_wi=2", }, { id: "4", name: "David W.", role: "Business Owner", testimonial: "Consistent quality every single time they visit.", - imageSrc: "http://img.b2bpic.net/free-photo/pile-winter-sweaters-chair_23-2147955908.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pile-winter-sweaters-chair_23-2147955908.jpg?_wi=2", }, { id: "5", -- 2.49.1