Update src/app/services/page.tsx

This commit is contained in:
2026-03-02 22:18:34 +00:00
parent 455cfba8b5
commit 0dbeb3fbe4

View File

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