From 567d613ab339c34f7067789b65387f1dc37ccd24 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:50:36 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 23183f4..b477c1a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }], }, -- 2.49.1 From c20504c9b2cb1ef70bc6ba17858564065026ea3a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:50:37 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 3c74bd1..60fd74b 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -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" }], }, -- 2.49.1