diff --git a/src/app/page.tsx b/src/app/page.tsx index 72eacb1..940992f 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?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/environmental-pollution-factory-exterior-night_23-2149057718.jpg", imageAlt: "Cargo ship at port at night", }, { - imageSrc: "http://img.b2bpic.net/free-photo/female-worker-using-tablet-pc-warehouse_107420-96539.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/female-worker-using-tablet-pc-warehouse_107420-96539.jpg", imageAlt: "Marine supplies warehouse", }, { - imageSrc: "http://img.b2bpic.net/free-photo/environmental-pollution-factory-exterior-night_23-2149057718.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/environmental-pollution-factory-exterior-night_23-2149057718.jpg", imageAlt: "Cargo ship at port at night", }, { - imageSrc: "http://img.b2bpic.net/free-photo/female-worker-using-tablet-pc-warehouse_107420-96539.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/female-worker-using-tablet-pc-warehouse_107420-96539.jpg", imageAlt: "Marine supplies warehouse", }, { - imageSrc: "http://img.b2bpic.net/free-photo/environmental-pollution-factory-exterior-night_23-2149057718.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-photo/environmental-pollution-factory-exterior-night_23-2149057718.jpg", imageAlt: "Cargo ship at port at night", }, { - imageSrc: "http://img.b2bpic.net/free-photo/female-worker-using-tablet-pc-warehouse_107420-96539.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-photo/female-worker-using-tablet-pc-warehouse_107420-96539.jpg", imageAlt: "Marine supplies warehouse", }, ]} @@ -112,6 +112,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + names={[]} features={[ { icon: Globe2,