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", }, ]}