From a46dc0def4658239ca43a34ed6c85aaceea5036d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 05:32:03 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 687df92..a55417b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -87,7 +87,7 @@ export default function AboutPage() { { text: "Contact Us", href: "/contact" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/industrial-harbor-port-cranes-maritime-infrastructure_169016-68423.jpg" + imageSrc="http://img.b2bpic.net/free-photo/industrial-harbor-port-cranes-maritime-infrastructure_169016-68423.jpg?_wi=2" imageAlt="Maritime operations and port infrastructure" mediaAnimation="slide-up" imagePosition="right" -- 2.49.1 From d9050dd4118ad98eb9a9c1cd75d216d481c70e4f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 05:32:03 +0000 Subject: [PATCH 2/3] Update src/app/compliance/page.tsx --- src/app/compliance/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/compliance/page.tsx b/src/app/compliance/page.tsx index bec760f..e3ffa35 100644 --- a/src/app/compliance/page.tsx +++ b/src/app/compliance/page.tsx @@ -87,7 +87,7 @@ export default function CompliancePage() { { text: "Contact Compliance Team", href: "/contact" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/industrial-harbor-port-cranes-maritime-infrastructure_169016-68423.jpg" + imageSrc="http://img.b2bpic.net/free-photo/industrial-harbor-port-cranes-maritime-infrastructure_169016-68423.jpg?_wi=3" imageAlt="Maritime logistics port operations team" mediaAnimation="slide-up" imagePosition="right" -- 2.49.1 From c93c5964e074e709cbf8cad1bbb5e0d44ba70572 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 05:32:04 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9a71bb4..efbfbaa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -164,7 +164,7 @@ export default function HomePage() { imageAlt: "Container ships on ocean route", }, { - imageSrc: "http://img.b2bpic.net/free-photo/hiring-process-meeting-confident-candidate-professional-team-from-hr-department_482257-136441.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hiring-process-meeting-confident-candidate-professional-team-from-hr-department_482257-136441.jpg?_wi=1", imageAlt: "Cargo management systems", }, ], @@ -179,7 +179,7 @@ export default function HomePage() { imageAlt: "Freight coordination center", }, { - imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-plant-shareholders-talking-about-business-growth_482257-119822.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-plant-shareholders-talking-about-business-growth_482257-119822.jpg?_wi=1", imageAlt: "Port operations facility", }, ], @@ -194,7 +194,7 @@ export default function HomePage() { imageAlt: "Port cargo handling operations", }, { - imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-plant-shareholders-talking-about-business-growth_482257-119822.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-plant-shareholders-talking-about-business-growth_482257-119822.jpg?_wi=2", imageAlt: "Strategic port location", }, ], @@ -205,11 +205,11 @@ export default function HomePage() { icon: Cog, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/hiring-process-meeting-confident-candidate-professional-team-from-hr-department_482257-136441.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hiring-process-meeting-confident-candidate-professional-team-from-hr-department_482257-136441.jpg?_wi=2", imageAlt: "Custom logistics planning", }, { - imageSrc: "http://img.b2bpic.net/free-photo/industrial-harbor-port-cranes-maritime-infrastructure_169016-68423.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/industrial-harbor-port-cranes-maritime-infrastructure_169016-68423.jpg?_wi=1", imageAlt: "Operations coordination", }, ], -- 2.49.1