Update src/app/page.tsx

This commit is contained in:
2026-04-07 20:44:06 +00:00
parent 724f42c59f
commit ca45472c73

View File

@@ -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",
},
]}