diff --git a/src/app/page.tsx b/src/app/page.tsx index 245640d..f6aca95 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -117,13 +117,13 @@ export default function HomePage() { useInvertedBackground={true} features={[ { - id: "1", title: "Airport Transfers", description: "Meet & greet service with flight tracking. Quick pickups from Istanbul Airport (IST) and Sabiha Gökçen (SAW) to all districts. Professional drivers ensure safe, comfortable journeys.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-valet-helping-man_23-2149901412.jpg", imageAlt: "Airport Transfer Service" + id: "1", title: "Airport Transfers", description: "Meet & greet service with flight tracking. Quick pickups from Istanbul Airport (IST) and Sabiha Gökçen (SAW) to all districts. Professional drivers ensure safe, comfortable journeys.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-valet-helping-man_23-2149901412.jpg?_wi=1", imageAlt: "Airport Transfer Service" }, { - id: "2", title: "Intercity Transfers", description: "Luxury transportation to Bursa, Sapanca, Bolu, Antalya, and Cappadocia. Premium comfort for longer journeys with experienced drivers familiar with all routes.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-road-traffic-beautiful-nature-blue-clear-sky_181624-54977.jpg", imageAlt: "Intercity Transfer" + id: "2", title: "Intercity Transfers", description: "Luxury transportation to Bursa, Sapanca, Bolu, Antalya, and Cappadocia. Premium comfort for longer journeys with experienced drivers familiar with all routes.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-road-traffic-beautiful-nature-blue-clear-sky_181624-54977.jpg?_wi=1", imageAlt: "Intercity Transfer" }, { - id: "3", title: "City Tours", description: "Private guided or custom tours through Istanbul. Explore the Old City, stunning Bosphorus views, and hidden gems with knowledgeable local drivers.", imageSrc: "http://img.b2bpic.net/free-photo/women-tourists-holding-man-s-hand-leading-him-mosque-konya-turkey_335224-552.jpg", imageAlt: "Istanbul City Tour" + id: "3", title: "City Tours", description: "Private guided or custom tours through Istanbul. Explore the Old City, stunning Bosphorus views, and hidden gems with knowledgeable local drivers.", imageSrc: "http://img.b2bpic.net/free-photo/women-tourists-holding-man-s-hand-leading-him-mosque-konya-turkey_335224-552.jpg?_wi=1", imageAlt: "Istanbul City Tour" }, { id: "4", title: "Corporate Transfers", description: "Dedicated transportation for business travelers and groups. Reliable scheduling, professional vehicles, and discretion for all corporate needs.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-businessman-celebrating-his-success_171337-16193.jpg", imageAlt: "Corporate Transfer Service" diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 88045c5..f59a988 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -73,13 +73,13 @@ export default function ServicesPage() { useInvertedBackground={false} features={[ { - id: "1", title: "Airport Transfers", description: "Meet & greet service with flight tracking. Quick pickups from Istanbul Airport (IST) and Sabiha Gökçen (SAW) to all districts. Professional drivers ensure safe, comfortable journeys with assistance for luggage.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-valet-helping-man_23-2149901412.jpg", imageAlt: "Airport Transfer Service" + id: "1", title: "Airport Transfers", description: "Meet & greet service with flight tracking. Quick pickups from Istanbul Airport (IST) and Sabiha Gökçen (SAW) to all districts. Professional drivers ensure safe, comfortable journeys with assistance for luggage.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-valet-helping-man_23-2149901412.jpg?_wi=2", imageAlt: "Airport Transfer Service" }, { - id: "2", title: "Intercity Transfers", description: "Luxury transportation to Bursa, Sapanca, Bolu, Antalya, and Cappadocia. Premium comfort for longer journeys with experienced drivers familiar with all routes, scenic stops, and travel regulations.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-road-traffic-beautiful-nature-blue-clear-sky_181624-54977.jpg", imageAlt: "Intercity Transfer" + id: "2", title: "Intercity Transfers", description: "Luxury transportation to Bursa, Sapanca, Bolu, Antalya, and Cappadocia. Premium comfort for longer journeys with experienced drivers familiar with all routes, scenic stops, and travel regulations.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-road-traffic-beautiful-nature-blue-clear-sky_181624-54977.jpg?_wi=2", imageAlt: "Intercity Transfer" }, { - id: "3", title: "City Tours", description: "Private guided or custom tours through Istanbul. Explore the Old City, stunning Bosphorus views, and hidden gems with knowledgeable local drivers. Flexible itineraries for your interests.", imageSrc: "http://img.b2bpic.net/free-photo/women-tourists-holding-man-s-hand-leading-him-mosque-konya-turkey_335224-552.jpg", imageAlt: "Istanbul City Tour" + id: "3", title: "City Tours", description: "Private guided or custom tours through Istanbul. Explore the Old City, stunning Bosphorus views, and hidden gems with knowledgeable local drivers. Flexible itineraries for your interests.", imageSrc: "http://img.b2bpic.net/free-photo/women-tourists-holding-man-s-hand-leading-him-mosque-konya-turkey_335224-552.jpg?_wi=2", imageAlt: "Istanbul City Tour" } ]} gridVariant="three-columns-all-equal-width"