diff --git a/src/app/page.tsx b/src/app/page.tsx index ff5438e..40e824e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,16 +54,16 @@ export default function LandingPage() { buttonAnimation="slide-up" background={{ variant: "plain" }} leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/lady-with-cleaning-products_1150-17828.jpg", imageAlt: "Professional cleaning team" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-with-brush_23-2148520995.jpg", imageAlt: "Spotless clean home" }, - { imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-cleaning-together_23-2148396119.jpg", imageAlt: "Premium cleaning supplies" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-servant-cooking-kitchen_23-2149530816.jpg", imageAlt: "Satisfied customer" } + { imageSrc: "http://img.b2bpic.net/free-photo/lady-with-cleaning-products_1150-17828.jpg?_wi=1", imageAlt: "Professional cleaning team" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-with-brush_23-2148520995.jpg?_wi=1", imageAlt: "Spotless clean home" }, + { imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-cleaning-together_23-2148396119.jpg?_wi=1", imageAlt: "Premium cleaning supplies" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-servant-cooking-kitchen_23-2149530816.jpg?_wi=1", imageAlt: "Satisfied customer" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/man-servant-cooking-kitchen_23-2149530816.jpg", imageAlt: "Happy satisfied clients" }, - { imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-cleaning-together_23-2148396119.jpg", imageAlt: "Professional equipment" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-with-brush_23-2148520995.jpg", imageAlt: "Immaculate home" }, - { imageSrc: "http://img.b2bpic.net/free-photo/lady-with-cleaning-products_1150-17828.jpg", imageAlt: "Expert team at work" } + { imageSrc: "http://img.b2bpic.net/free-photo/man-servant-cooking-kitchen_23-2149530816.jpg?_wi=2", imageAlt: "Happy satisfied clients" }, + { imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-cleaning-together_23-2148396119.jpg?_wi=2", imageAlt: "Professional equipment" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-with-brush_23-2148520995.jpg?_wi=2", imageAlt: "Immaculate home" }, + { imageSrc: "http://img.b2bpic.net/free-photo/lady-with-cleaning-products_1150-17828.jpg?_wi=2", imageAlt: "Expert team at work" } ]} carouselPosition="right" ariaLabel="Hero section showcasing MaidPro cleaning services"