Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-10 03:49:24 +00:00
5 changed files with 1383 additions and 16 deletions

View File

@@ -126,7 +126,7 @@ export default function ContactPage() {
required: true,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-working-outdoors_23-2148902555.jpg"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-working-outdoors_23-2148902555.jpg?_wi=4"
imageAlt="SOS Expedited operations center"
mediaAnimation="slide-up"
mediaPosition="right"

File diff suppressed because it is too large Load Diff

View File

@@ -113,42 +113,42 @@ export default function HomePage() {
{
title: "Dry Van Freight",
description: "Standard enclosed trailers for general freight nationwide",
imageSrc: "http://img.b2bpic.net/free-photo/transport-logistics-concept_23-2151541923.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/transport-logistics-concept_23-2151541923.jpg?_wi=1",
imageAlt: "Dry van freight trailer",
buttonIcon: ArrowRight,
},
{
title: "Refrigerated (Reefer) Freight",
description: "Temperature-controlled transport for perishable goods",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-delivery-man-wearing-mask_23-2149035864.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-delivery-man-wearing-mask_23-2149035864.jpg?_wi=1",
imageAlt: "Refrigerated reefer truck",
buttonIcon: ArrowRight,
},
{
title: "Dedicated Freight",
description: "Exclusive truck allocation for your consistent shipment needs",
imageSrc: "http://img.b2bpic.net/free-photo/truck-logistics-operation-dusk_23-2151468836.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/truck-logistics-operation-dusk_23-2151468836.jpg?_wi=1",
imageAlt: "Dedicated freight service",
buttonIcon: ArrowRight,
},
{
title: "Expedited Shipping",
description: "Time-critical deliveries when every hour matters",
imageSrc: "http://img.b2bpic.net/free-photo/black-female-courier-communicating-mobile-phone-taking-notes-while-sitting-delivery-van-view-is-through-window_637285-2208.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/black-female-courier-communicating-mobile-phone-taking-notes-while-sitting-delivery-van-view-is-through-window_637285-2208.jpg?_wi=1",
imageAlt: "Expedited shipping service",
buttonIcon: ArrowRight,
},
{
title: "Long-Haul Logistics",
description: "Cross-country transportation with professional driver teams",
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-traffic-roundabout-highway-night_335224-696.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-traffic-roundabout-highway-night_335224-696.jpg?_wi=1",
imageAlt: "Long-haul truck service",
buttonIcon: ArrowRight,
},
{
title: "Specialized Transport",
description: "Heavy equipment and oversized freight solutions",
imageSrc: "http://img.b2bpic.net/free-photo/truck-loading-containers-rain-night_23-2151989562.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/truck-loading-containers-rain-night_23-2151989562.jpg?_wi=1",
imageAlt: "Specialized freight transport",
buttonIcon: ArrowRight,
},
@@ -399,7 +399,7 @@ export default function HomePage() {
required: true,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-working-outdoors_23-2148902555.jpg"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-working-outdoors_23-2148902555.jpg?_wi=1"
imageAlt="SOS Expedited operations center"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -120,7 +120,7 @@ export default function QuotePage() {
required: true,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-working-outdoors_23-2148902555.jpg"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-working-outdoors_23-2148902555.jpg?_wi=3"
imageAlt="SOS Expedited operations center"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -106,42 +106,42 @@ export default function ServicesPage() {
{
title: "Dry Van Freight",
description: "Standard enclosed trailers for general freight nationwide",
imageSrc: "http://img.b2bpic.net/free-photo/transport-logistics-concept_23-2151541923.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/transport-logistics-concept_23-2151541923.jpg?_wi=2",
imageAlt: "Dry van freight trailer",
buttonIcon: ArrowRight,
},
{
title: "Refrigerated (Reefer) Freight",
description: "Temperature-controlled transport for perishable goods",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-delivery-man-wearing-mask_23-2149035864.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-delivery-man-wearing-mask_23-2149035864.jpg?_wi=2",
imageAlt: "Refrigerated reefer truck",
buttonIcon: ArrowRight,
},
{
title: "Dedicated Freight",
description: "Exclusive truck allocation for your consistent shipment needs",
imageSrc: "http://img.b2bpic.net/free-photo/truck-logistics-operation-dusk_23-2151468836.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/truck-logistics-operation-dusk_23-2151468836.jpg?_wi=2",
imageAlt: "Dedicated freight service",
buttonIcon: ArrowRight,
},
{
title: "Expedited Shipping",
description: "Time-critical deliveries when every hour matters",
imageSrc: "http://img.b2bpic.net/free-photo/black-female-courier-communicating-mobile-phone-taking-notes-while-sitting-delivery-van-view-is-through-window_637285-2208.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/black-female-courier-communicating-mobile-phone-taking-notes-while-sitting-delivery-van-view-is-through-window_637285-2208.jpg?_wi=2",
imageAlt: "Expedited shipping service",
buttonIcon: ArrowRight,
},
{
title: "Long-Haul Logistics",
description: "Cross-country transportation with professional driver teams",
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-traffic-roundabout-highway-night_335224-696.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-traffic-roundabout-highway-night_335224-696.jpg?_wi=2",
imageAlt: "Long-haul truck service",
buttonIcon: ArrowRight,
},
{
title: "Specialized Transport",
description: "Heavy equipment and oversized freight solutions",
imageSrc: "http://img.b2bpic.net/free-photo/truck-loading-containers-rain-night_23-2151989562.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/truck-loading-containers-rain-night_23-2151989562.jpg?_wi=2",
imageAlt: "Specialized freight transport",
buttonIcon: ArrowRight,
},
@@ -234,7 +234,7 @@ export default function ServicesPage() {
required: true,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-working-outdoors_23-2148902555.jpg"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-working-outdoors_23-2148902555.jpg?_wi=2"
imageAlt="SOS Expedited operations center"
mediaAnimation="slide-up"
mediaPosition="right"