Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-07 20:45:04 +00:00

View File

@@ -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}