From 0dbeb3fbe40652c609707b1cc33aa0d887c9eaac Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 22:18:34 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 6ca6c29..76046cf 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -50,35 +50,35 @@ export default function ServicesPage() { id: "1", title: "Airport Transfers", tags: ["24/7 Available", "Fixed Pricing"], - imageSrc: "http://img.b2bpic.net/free-photo/full-length-handsome-young-man-suit-walking-with-luggage-outside-office-building_662251-2111.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-length-handsome-young-man-suit-walking-with-luggage-outside-office-building_662251-2111.jpg?_wi=2", imageAlt: "Airport transportation service", }, { id: "2", title: "City Tours", tags: ["Professional Guides", "Flexible Hours"], - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-looking-each-other_23-2148656203.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-looking-each-other_23-2148656203.jpg?_wi=2", imageAlt: "City tour experience", }, { id: "3", title: "Business Transport", tags: ["Corporate Rates", "Reliable"], - imageSrc: "http://img.b2bpic.net/free-photo/confident-businesspeople-with-luggage-walking-hotel-wheeling-suitcases-talking-full-length-front-view-business-travel-corporate-communication-concept_74855-6875.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confident-businesspeople-with-luggage-walking-hotel-wheeling-suitcases-talking-full-length-front-view-business-travel-corporate-communication-concept_74855-6875.jpg?_wi=2", imageAlt: "Business transportation", }, { id: "4", title: "Wedding Transportation", tags: ["Luxury Vehicles", "Special Events"], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-couple-is-smiling-black-car-sunny-day-dressed-elegant-wedding-outfits-with-red-bouquet_8353-11161.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-couple-is-smiling-black-car-sunny-day-dressed-elegant-wedding-outfits-with-red-bouquet_8353-11161.jpg?_wi=2", imageAlt: "Wedding transportation", }, { id: "5", title: "Group Transfers", tags: ["Large Fleet", "Group Discounts"], - imageSrc: "http://img.b2bpic.net/free-photo/young-man-sitting-top-car_23-2147828238.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-sitting-top-car_23-2147828238.jpg?_wi=2", imageAlt: "Group transportation service", }, ]}