diff --git a/src/app/page.tsx b/src/app/page.tsx index 2261089..4e73647 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,16 +49,16 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "plain" }} leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/serious-male-manager-making-note-smartphone_1262-7306.jpg", imageAlt: "Professional window cleaning transformation" }, - { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-face-mask_23-2148665390.jpg", imageAlt: "Crystal clear windows after professional cleaning" }, - { imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27418.jpg", imageAlt: "Professional window cleaning in progress" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358984.jpg", imageAlt: "Residential window cleaning service completed" } + { imageSrc: "http://img.b2bpic.net/free-photo/serious-male-manager-making-note-smartphone_1262-7306.jpg?_wi=1", imageAlt: "Professional window cleaning transformation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-face-mask_23-2148665390.jpg?_wi=1", imageAlt: "Crystal clear windows after professional cleaning" }, + { imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27418.jpg?_wi=1", imageAlt: "Professional window cleaning in progress" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358984.jpg?_wi=1", imageAlt: "Residential window cleaning service completed" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27418.jpg", imageAlt: "Professional cleaner working with precision" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358984.jpg", imageAlt: "Window cleaning equipment and tools" }, - { imageSrc: "http://img.b2bpic.net/free-photo/serious-male-manager-making-note-smartphone_1262-7306.jpg", imageAlt: "Before and after window cleaning results" }, - { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-face-mask_23-2148665390.jpg", imageAlt: "Commercial building clean windows" } + { imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27418.jpg?_wi=2", imageAlt: "Professional cleaner working with precision" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358984.jpg?_wi=2", imageAlt: "Window cleaning equipment and tools" }, + { imageSrc: "http://img.b2bpic.net/free-photo/serious-male-manager-making-note-smartphone_1262-7306.jpg?_wi=2", imageAlt: "Before and after window cleaning results" }, + { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-face-mask_23-2148665390.jpg?_wi=2", imageAlt: "Commercial building clean windows" } ]} buttons={[ { text: "Book Your Sparkle Today", href: "#contact" },