From 66311085c5143f1b939f97c0a2fc224fb1ba3227 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 01:46:57 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e0c27d6..831fcb0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function LandingPage() { href: "/contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/semi-truck-highway-sunset_23-2152009008.jpg" + imageSrc="http://img.b2bpic.net/free-photo/semi-truck-highway-sunset_23-2152009008.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -88,7 +88,7 @@ export default function LandingPage() { role: "Logistics Manager", company: "Midwest Supply", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-men-wearing-helmets-vests_23-2149426477.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-men-wearing-helmets-vests_23-2149426477.jpg?_wi=1", }, { id: "2", -- 2.49.1 From 33e545ab3a69674dbbbfff6ef36a5416e2e734e9 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 01:46:57 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 3fd0fd9..2fb0053 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { title: "General Freight", subtitle: "Local & Regional", description: "Fast and reliable general cargo transport throughout the region.", - imageSrc: "http://img.b2bpic.net/free-photo/semi-truck-highway-sunset_23-2152009008.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/semi-truck-highway-sunset_23-2152009008.jpg?_wi=2", }, { tag: "Long-Haul", @@ -74,7 +74,7 @@ export default function LandingPage() { title: "Specialized Transport", subtitle: "Custom Handling", description: "Expert solutions for complex or oversized cargo requirements.", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-men-wearing-helmets-vests_23-2149426477.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-men-wearing-helmets-vests_23-2149426477.jpg?_wi=2", }, ]} title="Comprehensive Logistics Solutions" -- 2.49.1