From b03e5fa47b1f648d60f671e8bebd1023ccc563e7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 12:34:42 +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 87ac924..68679e5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,15 +69,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/escalator-building_23-2149397595.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/escalator-building_23-2149397595.jpg?_wi=1", imageAlt: "Chemical Manufacturing Plant", }, { - imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-industrial-seaport-cloudy-sky_181624-29022.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-industrial-seaport-cloudy-sky_181624-29022.jpg?_wi=1", imageAlt: "Global Shipping Logistics", }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-scientist-white-medical-suit-fell-into-ground_140725-83053.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-scientist-white-medical-suit-fell-into-ground_140725-83053.jpg?_wi=1", imageAlt: "Laboratory Quality Testing", }, { @@ -196,7 +196,7 @@ export default function LandingPage() { descriptions: [ "Full adherence to international export standards and safety certifications.", ], - imageSrc: "http://img.b2bpic.net/free-photo/escalator-building_23-2149397595.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/escalator-building_23-2149397595.jpg?_wi=2", imageAlt: "chemical plant interior high tech", }, { @@ -205,7 +205,7 @@ export default function LandingPage() { descriptions: [ "Competitive quotes with no hidden costs and reliable cost planning.", ], - imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-industrial-seaport-cloudy-sky_181624-29022.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-industrial-seaport-cloudy-sky_181624-29022.jpg?_wi=2", imageAlt: "global shipping logistics cargo container", }, { @@ -214,7 +214,7 @@ export default function LandingPage() { descriptions: [ "Seamless handling of complex documentation for smooth international customs.", ], - imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-scientist-white-medical-suit-fell-into-ground_140725-83053.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-scientist-white-medical-suit-fell-into-ground_140725-83053.jpg?_wi=2", imageAlt: "glass chemical flask lab background", }, ]} -- 2.49.1