diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5c06992..687df92 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?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/industrial-harbor-port-cranes-maritime-infrastructure_169016-68423.jpg" imageAlt="Maritime operations and port infrastructure" mediaAnimation="slide-up" imagePosition="right" @@ -153,7 +153,7 @@ export default function AboutPage() { }, ]} animationType="slide-up" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={false} carouselMode="buttons" /> diff --git a/src/app/compliance/page.tsx b/src/app/compliance/page.tsx index 7ae60af..bec760f 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?_wi=4" + imageSrc="http://img.b2bpic.net/free-photo/industrial-harbor-port-cranes-maritime-infrastructure_169016-68423.jpg" imageAlt="Maritime logistics port operations team" mediaAnimation="slide-up" imagePosition="right" @@ -144,7 +144,7 @@ export default function CompliancePage() { }, ]} animationType="slide-up" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={true} carouselMode="buttons" /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 792a4c5..9a71bb4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,7 +91,7 @@ export default function HomePage() { { text: "Partner With Us", href: "/contact" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/beautiful-photo-sea-waves_58702-11156.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-photo-sea-waves_58702-11156.jpg" imageAlt="Luxury cargo ships at sunset" mediaAnimation="slide-up" imagePosition="right" @@ -160,11 +160,11 @@ export default function HomePage() { icon: Waves, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-dock-body-ocean-surrounded-by-island-trees_181624-2095.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-dock-body-ocean-surrounded-by-island-trees_181624-2095.jpg", 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?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/hiring-process-meeting-confident-candidate-professional-team-from-hr-department_482257-136441.jpg", imageAlt: "Cargo management systems", }, ], @@ -175,11 +175,11 @@ export default function HomePage() { icon: Truck, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/industry-4-0-engineer-programs-automated-assembly-line-robot-arm-using-cad-software-tablet_482257-135813.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/industry-4-0-engineer-programs-automated-assembly-line-robot-arm-using-cad-software-tablet_482257-135813.jpg", imageAlt: "Freight coordination center", }, { - imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-plant-shareholders-talking-about-business-growth_482257-119822.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-plant-shareholders-talking-about-business-growth_482257-119822.jpg", imageAlt: "Port operations facility", }, ], @@ -190,11 +190,11 @@ export default function HomePage() { icon: Building2, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/safety-inspector-consulting-female-logistic-worker-while-completing-form-warehouse-copy-space-front-view-labor-inspection-concept_74855-14261.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/safety-inspector-consulting-female-logistic-worker-while-completing-form-warehouse-copy-space-front-view-labor-inspection-concept_74855-14261.jpg", imageAlt: "Port cargo handling operations", }, { - imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-plant-shareholders-talking-about-business-growth_482257-119822.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-plant-shareholders-talking-about-business-growth_482257-119822.jpg", 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?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/hiring-process-meeting-confident-candidate-professional-team-from-hr-department_482257-136441.jpg", imageAlt: "Custom logistics planning", }, { - imageSrc: "http://img.b2bpic.net/free-photo/industrial-harbor-port-cranes-maritime-infrastructure_169016-68423.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/industrial-harbor-port-cranes-maritime-infrastructure_169016-68423.jpg", imageAlt: "Operations coordination", }, ], @@ -274,7 +274,7 @@ export default function HomePage() { }, ]} animationType="slide-up" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={true} carouselMode="buttons" />