diff --git a/src/app/page.tsx b/src/app/page.tsx index 170f052..942fde9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,27 +80,27 @@ export default function LandingPage() { buttonAnimation="blur-reveal" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/environmental-pollution-factory-exterior-night_23-2149057718.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/environmental-pollution-factory-exterior-night_23-2149057718.jpg?_wi=1", imageAlt: "Cargo ship at port at night", }, { - imageSrc: "http://img.b2bpic.net/free-photo/female-worker-using-tablet-pc-warehouse_107420-96539.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-worker-using-tablet-pc-warehouse_107420-96539.jpg?_wi=1", imageAlt: "Marine supplies warehouse", }, { - imageSrc: "http://img.b2bpic.net/free-photo/environmental-pollution-factory-exterior-night_23-2149057718.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/environmental-pollution-factory-exterior-night_23-2149057718.jpg?_wi=2", imageAlt: "Cargo ship at port at night", }, { - imageSrc: "http://img.b2bpic.net/free-photo/female-worker-using-tablet-pc-warehouse_107420-96539.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-worker-using-tablet-pc-warehouse_107420-96539.jpg?_wi=2", imageAlt: "Marine supplies warehouse", }, { - imageSrc: "http://img.b2bpic.net/free-photo/environmental-pollution-factory-exterior-night_23-2149057718.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/environmental-pollution-factory-exterior-night_23-2149057718.jpg?_wi=3", imageAlt: "Cargo ship at port at night", }, { - imageSrc: "http://img.b2bpic.net/free-photo/female-worker-using-tablet-pc-warehouse_107420-96539.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-worker-using-tablet-pc-warehouse_107420-96539.jpg?_wi=3", imageAlt: "Marine supplies warehouse", }, ]}