From 822d7019e1c94add5248f999402d0f1842bb7fbf Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:50:31 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index f327acc..3dbc5d3 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -87,7 +87,7 @@ export default function ContactPage() { description="Multiple ways to reach us. Choose the method that works best for you. We provide 24/7 support for all your transfer needs." textboxLayout="default" useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/stylish-male-white-shirt-using-smartphone-luxury-car_613910-797.jpg" + imageSrc="http://img.b2bpic.net/free-photo/stylish-male-white-shirt-using-smartphone-luxury-car_613910-797.jpg?_wi=2" imageAlt="Professional Driver and Luxury Vehicle" imagePosition="left" mediaAnimation="slide-up" -- 2.49.1 From 26dd64aef8585e071862d71e839b49cb38619f8d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:50:32 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 011da5c..c87bb32 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -139,21 +139,21 @@ export default function HomePage() { 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", + 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", + 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", + 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" }, { @@ -176,7 +176,7 @@ export default function HomePage() { tag="Our Promise" textboxLayout="default" useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/stylish-male-white-shirt-using-smartphone-luxury-car_613910-797.jpg" + imageSrc="http://img.b2bpic.net/free-photo/stylish-male-white-shirt-using-smartphone-luxury-car_613910-797.jpg?_wi=1" imageAlt="Professional Driver and Luxury Vehicle" imagePosition="right" mediaAnimation="slide-up" -- 2.49.1 From ffecaa0d96aea2787651344b4bc7d62305c0c391 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:50:32 +0000 Subject: [PATCH 3/3] 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 c76dc2a..55a73d3 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -79,21 +79,21 @@ export default function ServicesPage() { 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", + 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", + 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", + 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" } ]} -- 2.49.1