From fead075f5c9cfd9df6556530b66c9c19e53a01a5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 17:56:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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", }, ]} -- 2.49.1