From ad91d2e61319be4b8884d235a97a3133c1b3a1f1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:04:00 +0000 Subject: [PATCH] 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 126368e..ba002f4 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -47,13 +47,13 @@ export default function ServicesPage() { features={[ { id: 1, - title: "Express Freight Forwarding", description: "Fast and reliable international freight services with guaranteed delivery windows and full tracking capabilities.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-international-trade_23-2149164061.jpg", imageAlt: "Express freight forwarding"}, + title: "Express Freight Forwarding", description: "Fast and reliable international freight services with guaranteed delivery windows and full tracking capabilities.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-international-trade_23-2149164061.jpg?_wi=2", imageAlt: "Express freight forwarding"}, { id: 2, - title: "Inventory Management Solutions", description: "Automated warehouse management systems with real-time inventory tracking and smart replenishment strategies.", imageSrc: "http://img.b2bpic.net/free-photo/home-business-employees-preparing-products-boxes-local-delivery_482257-132083.jpg", imageAlt: "Inventory management"}, + title: "Inventory Management Solutions", description: "Automated warehouse management systems with real-time inventory tracking and smart replenishment strategies.", imageSrc: "http://img.b2bpic.net/free-photo/home-business-employees-preparing-products-boxes-local-delivery_482257-132083.jpg?_wi=2", imageAlt: "Inventory management"}, { id: 3, - title: "Same-Day Local Delivery", description: "Urgent local deliveries with real-time driver tracking and customer notifications for maximum transparency.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-delivery-people_23-2149103420.jpg", imageAlt: "Same-day delivery"}, + title: "Same-Day Local Delivery", description: "Urgent local deliveries with real-time driver tracking and customer notifications for maximum transparency.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-delivery-people_23-2149103420.jpg?_wi=2", imageAlt: "Same-day delivery"}, ]} animationType="blur-reveal" buttons={[{ text: "Request Quote", href: "/contact" }]}