From ca45472c7385a455f8734a8889b3183d063e00e4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 20:44:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7859e4a..40dcd69 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,23 +68,23 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/semi-truck-dusk_23-2152009015.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/semi-truck-dusk_23-2152009015.jpg?_wi=1", imageAlt: "Professional freight trucking", }, { - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-busy-highway-interchange-with-trucks_84443-73924.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-busy-highway-interchange-with-trucks_84443-73924.jpg?_wi=1", imageAlt: "Modern transport truck", }, { - imageSrc: "http://img.b2bpic.net/free-photo/semi-truck-dusk_23-2152009015.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/semi-truck-dusk_23-2152009015.jpg?_wi=2", imageAlt: "Truck on highway sunset", }, { - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-busy-highway-interchange-with-trucks_84443-73924.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-busy-highway-interchange-with-trucks_84443-73924.jpg?_wi=2", imageAlt: "Trucking company fleet", }, { - imageSrc: "http://img.b2bpic.net/free-photo/semi-truck-dusk_23-2152009015.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/semi-truck-dusk_23-2152009015.jpg?_wi=3", imageAlt: "Freight shipping highway", }, ]} @@ -105,36 +105,36 @@ export default function LandingPage() { title: "Long-Haul Freight", description: "Reliable over-the-road transport for heavy goods across the Northeast.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/delivery-van-loaded-with-boxes-warehouse_23-2151998679.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delivery-van-loaded-with-boxes-warehouse_23-2151998679.jpg?_wi=1", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-logistic-center_23-2148902562.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-logistic-center_23-2148902562.jpg?_wi=1", }, - imageSrc: "http://img.b2bpic.net/free-photo/semi-truck-dusk_23-2152009015.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/semi-truck-dusk_23-2152009015.jpg?_wi=4", imageAlt: "truck on highway sunset", }, { title: "Regional Delivery", description: "Dependable short-haul services throughout New York and Southern Tier.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-logistic-center_23-2148902562.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-logistic-center_23-2148902562.jpg?_wi=2", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/delivery-van-loaded-with-boxes-warehouse_23-2151998679.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delivery-van-loaded-with-boxes-warehouse_23-2151998679.jpg?_wi=2", }, - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-busy-highway-interchange-with-trucks_84443-73924.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-busy-highway-interchange-with-trucks_84443-73924.jpg?_wi=3", imageAlt: "modern transport truck", }, { title: "Flatbed & Specialty", description: "Safe transport for oversized and non-containerized cargo.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/delivery-van-loaded-with-boxes-warehouse_23-2151998679.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delivery-van-loaded-with-boxes-warehouse_23-2151998679.jpg?_wi=3", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-logistic-center_23-2148902562.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-logistic-center_23-2148902562.jpg?_wi=3", }, - imageSrc: "http://img.b2bpic.net/free-photo/delivery-van-loaded-with-boxes-warehouse_23-2151998679.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delivery-van-loaded-with-boxes-warehouse_23-2151998679.jpg?_wi=4", imageAlt: "flatbed truck hauling cargo", }, ]}