Update src/app/destinations/page.tsx

This commit is contained in:
2026-03-06 08:13:02 +00:00
parent 3575c1c283
commit e35de5232d

View File

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