From ecf5c6f663d8eefffe52e1fa0be7f7cf91675555 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 05:03:33 +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 b4a44d9..0a3a8ec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -94,32 +94,32 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/black-white-vintage-portrait-man-doing-housework-household-chores_23-2151448020.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-white-vintage-portrait-man-doing-housework-household-chores_23-2151448020.jpg?_wi=1", imageAlt: "Sparkling clean window", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-girl-swing_23-2149102513.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-girl-swing_23-2149102513.jpg?_wi=1", imageAlt: "Pressure washing a patio", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/couple-home-with-robotic-wireless-vacuum-cleaner_23-2150783902.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-home-with-robotic-wireless-vacuum-cleaner_23-2150783902.jpg?_wi=1", imageAlt: "Clean solar panels", }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/wiew-through-window-christmas-tree-background-winter-holiday-concept_493343-30113.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wiew-through-window-christmas-tree-background-winter-holiday-concept_493343-30113.jpg?_wi=1", imageAlt: "Interior window cleaning", }, { id: "5", - imageSrc: "http://img.b2bpic.net/free-photo/buildings-around_1127-3105.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/buildings-around_1127-3105.jpg?_wi=1", imageAlt: "Commercial window cleaning", }, { id: "6", - imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-service-person-cleaning-office-window_23-2150520595.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-service-person-cleaning-office-window_23-2150520595.jpg?_wi=1", imageAlt: "Detail window cleaning process", }, ]} @@ -216,7 +216,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/black-white-vintage-portrait-man-doing-housework-household-chores_23-2151448020.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-white-vintage-portrait-man-doing-housework-household-chores_23-2151448020.jpg?_wi=2", imageAlt: "sparkling clean window icon", }, { @@ -241,7 +241,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-girl-swing_23-2149102513.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-girl-swing_23-2149102513.jpg?_wi=2", imageAlt: "sparkling clean window icon", }, { @@ -266,7 +266,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/couple-home-with-robotic-wireless-vacuum-cleaner_23-2150783902.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-home-with-robotic-wireless-vacuum-cleaner_23-2150783902.jpg?_wi=2", imageAlt: "sparkling clean window icon", }, { @@ -291,7 +291,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/wiew-through-window-christmas-tree-background-winter-holiday-concept_493343-30113.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wiew-through-window-christmas-tree-background-winter-holiday-concept_493343-30113.jpg?_wi=2", imageAlt: "sparkling clean window icon", }, { @@ -316,7 +316,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/buildings-around_1127-3105.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/buildings-around_1127-3105.jpg?_wi=2", imageAlt: "sparkling clean window icon", }, { @@ -341,7 +341,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-service-person-cleaning-office-window_23-2150520595.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-service-person-cleaning-office-window_23-2150520595.jpg?_wi=2", imageAlt: "sparkling clean window icon", }, ]}