From 8f79e1f4af3d4f835bec4905ed5b254fa09b39f2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 16:51:45 +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 41fae96..3ce3454 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,11 +64,11 @@ export default function LandingPage() { description="Eco-friendly, professional cleaning services for your peace of mind. We bring health and harmony back to your living space using only safe, green products." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-with-large-windows-gray-sofa-tv_9975-33067.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-with-large-windows-gray-sofa-tv_9975-33067.jpg?_wi=1", imageAlt: "Cleaning living room", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-using-her-laptop-home-quarantine_23-2149374516.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-using-her-laptop-home-quarantine_23-2149374516.jpg?_wi=1", imageAlt: "Cleaning bedroom", }, { @@ -76,21 +76,21 @@ export default function LandingPage() { imageAlt: "Cleaning kitchen", }, { - imageSrc: "http://img.b2bpic.net/free-photo/robot-vacuum-cleaning-floor_23-2151319081.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/robot-vacuum-cleaning-floor_23-2151319081.jpg?_wi=1", imageAlt: "Professional team", }, { - imageSrc: "http://img.b2bpic.net/free-photo/cropped-woman-spraying-detergent-coffee-table_1098-19037.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cropped-woman-spraying-detergent-coffee-table_1098-19037.jpg?_wi=1", imageAlt: "Eco-friendly supplies", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/robot-vacuum-cleaning-floor_23-2151319081.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/robot-vacuum-cleaning-floor_23-2151319081.jpg?_wi=2", imageAlt: "Professional team", }, { - imageSrc: "http://img.b2bpic.net/free-photo/cropped-woman-spraying-detergent-coffee-table_1098-19037.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cropped-woman-spraying-detergent-coffee-table_1098-19037.jpg?_wi=2", imageAlt: "Eco-friendly supplies", }, { @@ -98,11 +98,11 @@ export default function LandingPage() { imageAlt: "Sparkling results", }, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-with-large-windows-gray-sofa-tv_9975-33067.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-with-large-windows-gray-sofa-tv_9975-33067.jpg?_wi=2", imageAlt: "Living room setup", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-using-her-laptop-home-quarantine_23-2149374516.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-using-her-laptop-home-quarantine_23-2149374516.jpg?_wi=2", imageAlt: "Bedroom sanitization", }, ]}