Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-03 20:50:43 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -109,7 +109,7 @@ export default function HomePage() {
title: "Express Air Shipping",
subtitle: "Fast-track global delivery",
description: "Expedited air freight services for time-sensitive cargo. Door-to-door delivery with complete tracking and customs handling. Perfect for high-value goods and urgent shipments.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APcPPGlmpz3PX1PfghLmUmGStH/a-modern-commercial-cargo-airplane-in-fl-1772570967336-5861c490.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APcPPGlmpz3PX1PfghLmUmGStH/a-modern-commercial-cargo-airplane-in-fl-1772570967336-5861c490.png?_wi=1",
imageAlt: "Commercial cargo airplane",
buttons: [{ text: "Get Quote", href: "/quote" }],
},
@@ -119,7 +119,7 @@ export default function HomePage() {
title: "Container Shipping",
subtitle: "Cost-effective bulk transport",
description: "Full container load (FCL) and less than container load (LCL) services. Consolidated shipments with competitive rates and flexible scheduling for larger volumes.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APcPPGlmpz3PX1PfghLmUmGStH/a-busy-international-port-terminal-with--1772570966666-2d35aa13.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APcPPGlmpz3PX1PfghLmUmGStH/a-busy-international-port-terminal-with--1772570966666-2d35aa13.png?_wi=1",
imageAlt: "Modern port terminal with containers",
buttons: [{ text: "Get Quote", href: "/quote" }],
},
@@ -129,7 +129,7 @@ export default function HomePage() {
title: "Inventory Management",
subtitle: "Secure storage solutions",
description: "State-of-the-art warehousing facilities with climate control, security, and inventory management systems. Strategic locations for efficient distribution.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APcPPGlmpz3PX1PfghLmUmGStH/a-modern-well-organized-warehouse-interi-1772570966785-9338a5cf.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APcPPGlmpz3PX1PfghLmUmGStH/a-modern-well-organized-warehouse-interi-1772570966785-9338a5cf.png?_wi=1",
imageAlt: "Modern warehouse with organized inventory",
buttons: [{ text: "Get Quote", href: "/quote" }],
},

View File

@@ -88,7 +88,7 @@ export default function ServicesPage() {
title: "Express Air Shipping",
subtitle: "Fast-track global delivery",
description: "Expedited air freight services for time-sensitive cargo. Door-to-door delivery with complete tracking and customs handling. Perfect for high-value goods and urgent shipments. We partner with leading international carriers to ensure reliability.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APcPPGlmpz3PX1PfghLmUmGStH/a-modern-commercial-cargo-airplane-in-fl-1772570967336-5861c490.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APcPPGlmpz3PX1PfghLmUmGStH/a-modern-commercial-cargo-airplane-in-fl-1772570967336-5861c490.png?_wi=2",
imageAlt: "Commercial cargo airplane",
buttons: [{ text: "Get Quote", href: "/quote" }],
},
@@ -98,7 +98,7 @@ export default function ServicesPage() {
title: "Container Shipping",
subtitle: "Cost-effective bulk transport",
description: "Full container load (FCL) and less than container load (LCL) services. Consolidated shipments with competitive rates and flexible scheduling for larger volumes. Our ocean freight network spans major ports worldwide.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APcPPGlmpz3PX1PfghLmUmGStH/a-busy-international-port-terminal-with--1772570966666-2d35aa13.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APcPPGlmpz3PX1PfghLmUmGStH/a-busy-international-port-terminal-with--1772570966666-2d35aa13.png?_wi=2",
imageAlt: "Modern port terminal with containers",
buttons: [{ text: "Get Quote", href: "/quote" }],
},
@@ -108,7 +108,7 @@ export default function ServicesPage() {
title: "Inventory Management",
subtitle: "Secure storage solutions",
description: "State-of-the-art warehousing facilities with climate control, security, and inventory management systems. Strategic locations for efficient distribution. Our facilities support bonded warehouse operations for customs compliance.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APcPPGlmpz3PX1PfghLmUmGStH/a-modern-well-organized-warehouse-interi-1772570966785-9338a5cf.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APcPPGlmpz3PX1PfghLmUmGStH/a-modern-well-organized-warehouse-interi-1772570966785-9338a5cf.png?_wi=2",
imageAlt: "Modern warehouse with organized inventory",
buttons: [{ text: "Get Quote", href: "/quote" }],
},