Update src/app/destinations/page.tsx

This commit is contained in:
2026-03-05 04:21:07 +00:00
parent ae55ffc6d3
commit b425b7d22d

View File

@@ -46,42 +46,42 @@ export default function DestinationsPage() {
id: "maldives",
title: "Maldives",
description: "Crystal-clear waters, overwater bungalows, and world-class diving in this tropical paradise. Experience ultimate relaxation with personalized island experiences.",
imageSrc: "http://img.b2bpic.net/free-photo/blissful-shot-bungalows-beautiful-maldives_181624-38885.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blissful-shot-bungalows-beautiful-maldives_181624-38885.jpg?_wi=2",
imageAlt: "Maldives tropical paradise",
},
{
id: "paris",
title: "Paris",
description: "The City of Light offers timeless elegance, world-renowned cuisine, and iconic cultural experiences. Discover exclusive access to private galleries and Michelin-starred restaurants.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-having-fun-paris_23-2149041262.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-having-fun-paris_23-2149041262.jpg?_wi=2",
imageAlt: "Paris elegant cityscape",
},
{
id: "japan",
title: "Japan",
description: "From ancient temples to modern metropolises, experience the perfect blend of tradition and innovation. Private tours of cultural treasures and luxury ryokan stays.",
imageSrc: "http://img.b2bpic.net/free-photo/golden-pavilion-kinkakuji-temple-kyoto-japan_335224-53.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/golden-pavilion-kinkakuji-temple-kyoto-japan_335224-53.jpg?_wi=2",
imageAlt: "Japan cultural heritage",
},
{
id: "switzerland",
title: "Switzerland",
description: "Alpine majesty meets luxury hospitality in the heart of Europe. Exclusive mountain retreats and personalized alpine experiences.",
imageSrc: "http://img.b2bpic.net/free-photo/santa-maddalena-dolomites-rangesouth-tyrol_661209-233.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/santa-maddalena-dolomites-rangesouth-tyrol_661209-233.jpg?_wi=2",
imageAlt: "Switzerland alpine scenery",
},
{
id: "bali",
title: "Bali",
description: "Spiritual wellness meets tropical luxury in this Indonesian island haven. Private villa experiences with holistic wellness programs.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-is-engaged-meditation_72229-1157.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-is-engaged-meditation_72229-1157.jpg?_wi=3",
imageAlt: "Bali tropical luxury",
},
{
id: "greece",
title: "Greece",
description: "Mediterranean elegance with ancient history. Private yacht charters and exclusive island experiences throughout the Greek archipelago.",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-sailing-ships-ocean-near-grassy-hills-skiathos-greece-sunny-day_181624-7959.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-sailing-ships-ocean-near-grassy-hills-skiathos-greece-sunny-day_181624-7959.jpg?_wi=2",
imageAlt: "Greece Mediterranean islands",
},
]}