Update src/app/services/page.tsx

This commit is contained in:
2026-03-02 22:23:58 +00:00
parent 9ace819021
commit 3e57c06e41

View File

@@ -46,19 +46,19 @@ export default function ServicesPage() {
features={[
{
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", imageAlt: "Airport transportation service"},
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", imageAlt: "City tour experience"},
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", imageAlt: "Business transportation"},
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", imageAlt: "Wedding transportation"},
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", imageAlt: "Group transportation service"},
imageSrc: "http://img.b2bpic.net/free-photo/young-man-sitting-top-car_23-2147828238.jpg?_wi=2", imageAlt: "Group transportation service"},
]}
animationType="slide-up"
textboxLayout="default"