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