From ef53502acbb8150702b96a68f5c1e0517607e9a7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 07:37:45 +0000 Subject: [PATCH 1/2] Update src/app/careers/page.tsx --- src/app/careers/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/careers/page.tsx b/src/app/careers/page.tsx index f97df34..560f46a 100644 --- a/src/app/careers/page.tsx +++ b/src/app/careers/page.tsx @@ -62,19 +62,19 @@ export default function LandingPage() { id: "1", name: "Sarah Jenkins", role: "Logistics Coordinator", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWFWxJy9IxLHihXNXgeItzuwF3/group-of-professional-logistics-workers--1774597054556-4052268a.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWFWxJy9IxLHihXNXgeItzuwF3/group-of-professional-logistics-workers--1774597054556-4052268a.png?_wi=1", }, { id: "2", name: "Mark Sterling", role: "Fleet Manager", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWFWxJy9IxLHihXNXgeItzuwF3/professional-heavy-duty-freight-cargo-tr-1774597055935-989ee868.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWFWxJy9IxLHihXNXgeItzuwF3/professional-heavy-duty-freight-cargo-tr-1774597055935-989ee868.png?_wi=2", }, { id: "3", name: "Elena Rodriguez", role: "Supply Chain Analyst", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWFWxJy9IxLHihXNXgeItzuwF3/a-large-cargo-container-being-loaded-ont-1774597054045-d66a6ea3.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWFWxJy9IxLHihXNXgeItzuwF3/a-large-cargo-container-being-loaded-ont-1774597054045-d66a6ea3.png?_wi=1", }, ]} title="Join the Axen Express Team" @@ -91,13 +91,13 @@ export default function LandingPage() { id: 1, title: "Competitive Benefits", description: "Industry-leading health coverage, retirement planning, and paid time off to ensure you and your family are taken care of.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWFWxJy9IxLHihXNXgeItzuwF3/group-of-professional-logistics-workers--1774597054556-4052268a.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWFWxJy9IxLHihXNXgeItzuwF3/group-of-professional-logistics-workers--1774597054556-4052268a.png?_wi=2", }, { id: 2, title: "Growth Opportunities", description: "We invest in your professional development with training programs, certifications, and clear career progression paths.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWFWxJy9IxLHihXNXgeItzuwF3/a-large-cargo-container-being-loaded-ont-1774597054045-d66a6ea3.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWFWxJy9IxLHihXNXgeItzuwF3/a-large-cargo-container-being-loaded-ont-1774597054045-d66a6ea3.png?_wi=2", }, ]} title="Why Work With Us?" -- 2.49.1 From ea56395f8bcc75ce4103cc800e87f2b2d59a5138 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 07:37:45 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 16edfcf..380a1d2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,7 +72,7 @@ export default function LandingPage() { }, ]} enableKpiAnimation={true} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWFWxJy9IxLHihXNXgeItzuwF3/professional-heavy-duty-freight-cargo-tr-1774597055935-989ee868.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWFWxJy9IxLHihXNXgeItzuwF3/professional-heavy-duty-freight-cargo-tr-1774597055935-989ee868.png?_wi=1" mediaAnimation="slide-up" /> -- 2.49.1