From 3090e89a4709b8745f0915969e9485062c743830 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 20:44:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3f7c427..c29a53c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,16 +66,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - 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", imageAlt: "van" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-logistic-center_23-2148902562.jpg", imageAlt: "logistic" } + 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?_wi=1", imageAlt: "van" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-logistic-center_23-2148902562.jpg?_wi=1", imageAlt: "logistic" } }, { - 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", imageAlt: "logistic" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/delivery-van-loaded-with-boxes-warehouse_23-2151998679.jpg", imageAlt: "van" } + 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?_wi=2", imageAlt: "logistic" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/delivery-van-loaded-with-boxes-warehouse_23-2151998679.jpg?_wi=2", imageAlt: "van" } }, { - 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", imageAlt: "van" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-logistic-center_23-2148902562.jpg", imageAlt: "logistic" } + 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?_wi=3", imageAlt: "van" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-logistic-center_23-2148902562.jpg?_wi=3", imageAlt: "logistic" } } ]} showStepNumbers={false} -- 2.49.1