From ddffe6ab89632adabe8e4dc882c676e9a443b13e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 06:24:08 +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 554bc24..e1925ee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,53 +56,53 @@ export default function LandingPage() { description="Dave Stiles provides reliable, safe carpet cleaning using premium, non-toxic solutions. We bring back the fresh look and feel of your home's carpets." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112751.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112751.jpg?_wi=1", imageAlt: "Professional cleaning", }, { - imageSrc: "http://img.b2bpic.net/free-photo/barista-prepares-coffee-coffee-holder-gloved-hands_1157-47296.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barista-prepares-coffee-coffee-holder-gloved-hands_1157-47296.jpg?_wi=1", imageAlt: "Fresh carpets", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112734.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112734.jpg?_wi=1", imageAlt: "Cleaning detail", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150359020.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150359020.jpg?_wi=1", imageAlt: "Cleaning machine", }, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-cleaning-his-house_23-2148112739.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-cleaning-his-house_23-2148112739.jpg?_wi=1", imageAlt: "Restoration detail", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150359020.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150359020.jpg?_wi=2", imageAlt: "Professional equipment", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150359020.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150359020.jpg?_wi=3", imageAlt: "Equipment 1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-cleaning-his-house_23-2148112739.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-cleaning-his-house_23-2148112739.jpg?_wi=2", imageAlt: "Equipment 2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150359020.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150359020.jpg?_wi=4", imageAlt: "Equipment 3", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112734.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112734.jpg?_wi=2", imageAlt: "Equipment 4", }, { - imageSrc: "http://img.b2bpic.net/free-photo/barista-prepares-coffee-coffee-holder-gloved-hands_1157-47296.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barista-prepares-coffee-coffee-holder-gloved-hands_1157-47296.jpg?_wi=2", imageAlt: "Equipment 5", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112751.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112751.jpg?_wi=2", imageAlt: "Equipment 6", }, ]} -- 2.49.1