From e35de5232dfaf56d2e86fe05248b25b5eb9a96a2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 08:13:02 +0000 Subject: [PATCH] Update src/app/destinations/page.tsx --- src/app/destinations/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/destinations/page.tsx b/src/app/destinations/page.tsx index ab60346..54a66e5 100644 --- a/src/app/destinations/page.tsx +++ b/src/app/destinations/page.tsx @@ -45,7 +45,7 @@ export default function DestinationsPage() { description: "Escape to pristine beaches and crystal waters. Experience island living at its finest with white sand shores and turquoise seas.", imageSrc: - "http://img.b2bpic.net/free-photo/stunning-woman-white-shirt-stands-palm_1304-5410.jpg", + "http://img.b2bpic.net/free-photo/stunning-woman-white-shirt-stands-palm_1304-5410.jpg?_wi=3", imageAlt: "Tropical beach destination in the Caribbean", buttons: [{ text: "Book Flights", href: "/booking" }], }, @@ -55,7 +55,7 @@ export default function DestinationsPage() { description: "Discover iconic cities with vibrant culture, cuisine, and attractions. City lights and modern marvels await your arrival.", imageSrc: - "http://img.b2bpic.net/free-photo/vancouver-downtown-architecture-boat-with-water-reflections-dusk-panorama_649448-2636.jpg", + "http://img.b2bpic.net/free-photo/vancouver-downtown-architecture-boat-with-water-reflections-dusk-panorama_649448-2636.jpg?_wi=2", imageAlt: "Modern city skyline in Asia", buttons: [{ text: "Book Flights", href: "/booking" }], }, @@ -65,7 +65,7 @@ export default function DestinationsPage() { description: "Adventure awaits in majestic peaks and scenic valleys. Breathe in fresh alpine air and witness breathtaking mountain vistas.", imageSrc: - "http://img.b2bpic.net/free-photo/young-tourist-hiking-mountains-piedmont-italy-sunny-day_181624-52402.jpg", + "http://img.b2bpic.net/free-photo/young-tourist-hiking-mountains-piedmont-italy-sunny-day_181624-52402.jpg?_wi=2", imageAlt: "Beautiful mountain landscape in the Alps", buttons: [{ text: "Book Flights", href: "/booking" }], }, @@ -90,7 +90,7 @@ export default function DestinationsPage() { description: "Connect from coast to coast with direct flights to major US and Canadian cities. Experience convenient connectivity and competitive pricing.", imageSrc: - "http://img.b2bpic.net/free-photo/vancouver-downtown-architecture-boat-with-water-reflections-dusk-panorama_649448-2636.jpg", + "http://img.b2bpic.net/free-photo/vancouver-downtown-architecture-boat-with-water-reflections-dusk-panorama_649448-2636.jpg?_wi=3", imageAlt: "North American city routes", buttons: [{ text: "View Routes", href: "/booking" }], }, @@ -100,7 +100,7 @@ export default function DestinationsPage() { description: "Explore Europe's most beautiful cities with our extensive network. From Paris to Rome, London to Barcelona, we connect you everywhere.", imageSrc: - "http://img.b2bpic.net/free-photo/stunning-woman-white-shirt-stands-palm_1304-5410.jpg", + "http://img.b2bpic.net/free-photo/stunning-woman-white-shirt-stands-palm_1304-5410.jpg?_wi=4", imageAlt: "European destination connections", buttons: [{ text: "View Routes", href: "/booking" }], }, @@ -110,7 +110,7 @@ export default function DestinationsPage() { description: "Growing network across Asia with connections to Thailand, Japan, Australia and beyond. Discover the vibrant cultures of the East.", imageSrc: - "http://img.b2bpic.net/free-photo/young-tourist-hiking-mountains-piedmont-italy-sunny-day_181624-52402.jpg", + "http://img.b2bpic.net/free-photo/young-tourist-hiking-mountains-piedmont-italy-sunny-day_181624-52402.jpg?_wi=3", imageAlt: "Asia-Pacific route network", buttons: [{ text: "View Routes", href: "/booking" }], },