diff --git a/src/app/page.tsx b/src/app/page.tsx index b9e336c..e52bb0d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,11 +79,11 @@ export default function LandingPage() { description="S&rind srl delivers innovative solutions and strategic insights, empowering businesses to achieve sustainable growth and operational excellence." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/more-concepts-we-share-better_329181-17092.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/more-concepts-we-share-better_329181-17092.jpg?_wi=1", imageAlt: "Diverse business team collaborating in a modern office", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-wheelchair-having-inclusive-office-job_23-2149571037.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-wheelchair-having-inclusive-office-job_23-2149571037.jpg?_wi=1", imageAlt: "Team of professionals working on a digital project", }, { @@ -279,7 +279,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/more-concepts-we-share-better_329181-17092.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/more-concepts-we-share-better_329181-17092.jpg?_wi=2", imageAlt: "focused professional at computer desk", }, { @@ -304,7 +304,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/man-wheelchair-having-inclusive-office-job_23-2149571037.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-wheelchair-having-inclusive-office-job_23-2149571037.jpg?_wi=2", imageAlt: "focused professional at computer desk", }, ]}