From fe71d5323daded28bbbb0b5791236894df71246b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 19:07:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1471ae8..347e489 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,12 +83,12 @@ export default function LandingPage() { carouselItems={[ { id: "hero-carousel-1", - imageSrc: "http://img.b2bpic.net/free-photo/remote-worker-optimizing-kpis-with-colleagues-videocall_482257-91847.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/remote-worker-optimizing-kpis-with-colleagues-videocall_482257-91847.jpg?_wi=1", imageAlt: "Modern kitchen renovation with new appliances", }, { id: "hero-carousel-2", - imageSrc: "http://img.b2bpic.net/free-photo/dining-room-with-plants-table-chairs_23-2152008245.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dining-room-with-plants-table-chairs_23-2152008245.jpg?_wi=1", imageAlt: "Beautifully landscaped garden and patio area", }, { @@ -184,7 +184,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/remote-worker-optimizing-kpis-with-colleagues-videocall_482257-91847.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/remote-worker-optimizing-kpis-with-colleagues-videocall_482257-91847.jpg?_wi=2", imageAlt: "modern kitchen appliance installation", }, { @@ -209,7 +209,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/dining-room-with-plants-table-chairs_23-2152008245.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dining-room-with-plants-table-chairs_23-2152008245.jpg?_wi=2", imageAlt: "modern kitchen appliance installation", }, ]} -- 2.49.1