From da785ef2a3be047ac00860859e80b4da6a6fa581 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 06:25:04 +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 2956376..3797858 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,20 +45,20 @@ export default function LandingPage() { title="Professional Carpet Cleaning in Ajax" 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", imageAlt: "professional carpet cleaner service ajax" }, - { imageSrc: "http://img.b2bpic.net/free-photo/barista-prepares-coffee-coffee-holder-gloved-hands_1157-47296.jpg", imageAlt: "fresh clean carpets living room" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112734.jpg", imageAlt: "carpet cleaning service close up" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150359020.jpg", imageAlt: "carpet cleaning machine in use" }, - { imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-cleaning-his-house_23-2148112739.jpg", imageAlt: "clean carpet detail shot" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150359020.jpg", imageAlt: "carpet cleaning technician work" } + { imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112751.jpg?_wi=1", imageAlt: "professional carpet cleaner service ajax" }, + { imageSrc: "http://img.b2bpic.net/free-photo/barista-prepares-coffee-coffee-holder-gloved-hands_1157-47296.jpg?_wi=1", imageAlt: "fresh clean carpets living room" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112734.jpg?_wi=1", imageAlt: "carpet cleaning service close up" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150359020.jpg?_wi=1", imageAlt: "carpet cleaning machine in use" }, + { imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-cleaning-his-house_23-2148112739.jpg?_wi=1", imageAlt: "clean carpet detail shot" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150359020.jpg?_wi=2", imageAlt: "carpet cleaning technician work" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150359020.jpg", imageAlt: "carpet cleaning technician work" }, - { imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-cleaning-his-house_23-2148112739.jpg", imageAlt: "clean carpet detail shot" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150359020.jpg", imageAlt: "carpet cleaning machine in use" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112734.jpg", imageAlt: "carpet cleaning service close up" }, - { imageSrc: "http://img.b2bpic.net/free-photo/barista-prepares-coffee-coffee-holder-gloved-hands_1157-47296.jpg", imageAlt: "fresh clean carpets living room" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112751.jpg", imageAlt: "professional carpet cleaner service ajax" } + { imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150359020.jpg?_wi=3", imageAlt: "carpet cleaning technician work" }, + { imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-cleaning-his-house_23-2148112739.jpg?_wi=2", imageAlt: "clean carpet detail shot" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150359020.jpg?_wi=4", imageAlt: "carpet cleaning machine in use" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112734.jpg?_wi=2", imageAlt: "carpet cleaning service close up" }, + { imageSrc: "http://img.b2bpic.net/free-photo/barista-prepares-coffee-coffee-holder-gloved-hands_1157-47296.jpg?_wi=2", imageAlt: "fresh clean carpets living room" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112751.jpg?_wi=2", imageAlt: "professional carpet cleaner service ajax" } ]} buttons={[{ text: "Book Now", href: "#contact" }, { text: "Our Services", href: "#features" }]} avatars={[ -- 2.49.1