Update src/app/destination/[id]/page.tsx

This commit is contained in:
2026-03-06 20:16:11 +00:00
parent 80fc32c490
commit 016f83f6a6

View File

@@ -38,7 +38,7 @@ const destinationData: Record<
description:
"Discover the vibrant heart of Oman where modern meets traditional. Muscat seamlessly blends historic heritage with contemporary architecture along its stunning waterfront.",
imageSrc:
"http://img.b2bpic.net/free-photo/landscape-sky-is-reflected-sea-setting-light-city-coastline-with-mountains-horizon_169016-8684.jpg",
"http://img.b2bpic.net/free-photo/landscape-sky-is-reflected-sea-setting-light-city-coastline-with-mountains-horizon_169016-8684.jpg?_wi=3",
imageAlt: "Muscat city coastline",
highlights: [
{
@@ -86,7 +86,7 @@ const destinationData: Record<
description:
"Step into history in Oman's ancient interior city. Nizwa serves as the cultural and commercial gateway to the stunning Hajar Mountains and traditional Omani heritage.",
imageSrc:
"http://img.b2bpic.net/free-photo/closeup-shot-buildings-made-concrete-sun-morocco_181624-16067.jpg",
"http://img.b2bpic.net/free-photo/closeup-shot-buildings-made-concrete-sun-morocco_181624-16067.jpg?_wi=3",
imageAlt: "Nizwa historic fort",
highlights: [
{
@@ -130,7 +130,7 @@ const destinationData: Record<
description:
"Escape to Oman's highest and greenest mountain plateau. Jebel Akhdar offers cool alpine air, terraced villages, and breathtaking views of the surrounding desert.",
imageSrc:
"http://img.b2bpic.net/free-photo/aerial-view-gran-canaria-desert-road-through-mountains_181624-37658.jpg",
"http://img.b2bpic.net/free-photo/aerial-view-gran-canaria-desert-road-through-mountains_181624-37658.jpg?_wi=3",
imageAlt: "Jebel Akhdar green mountains",
highlights: [
{
@@ -174,7 +174,7 @@ const destinationData: Record<
description:
"Immerse yourself in the endless golden dunes of Wahiba Sands. This vast desert landscape offers authentic Bedouin experiences and unforgettable desert adventures.",
imageSrc:
"http://img.b2bpic.net/free-photo/camel-desert-landscape-morocco_23-2148129819.jpg",
"http://img.b2bpic.net/free-photo/camel-desert-landscape-morocco_23-2148129819.jpg?_wi=3",
imageAlt: "Wahiba Sands desert dunes",
highlights: [
{
@@ -218,7 +218,7 @@ const destinationData: Record<
description:
"Discover Oman's dramatic fjord peninsula where mountains meet the sea. Musandam offers stunning coastal scenery, water activities, and stunning viewpoints.",
imageSrc:
"http://img.b2bpic.net/free-photo/rowing-sea-water_1312-27.jpg",
"http://img.b2bpic.net/free-photo/rowing-sea-water_1312-27.jpg?_wi=3",
imageAlt: "Musandam peninsula fjords",
highlights: [
{
@@ -262,7 +262,7 @@ const destinationData: Record<
description:
"Experience Oman's hidden southern gem where the monsoon transforms the landscape into a lush green paradise. Salalah offers beaches, culture, and unique seasonal beauty.",
imageSrc:
"http://img.b2bpic.net/free-photo/green-river-middle-forest_181624-19059.jpg",
"http://img.b2bpic.net/free-photo/green-river-middle-forest_181624-19059.jpg?_wi=3",
imageAlt: "Salalah tropical landscape",
highlights: [
{
@@ -351,7 +351,7 @@ export default function DestinationPage() {
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/beautiful-photo-sea-sky_58702-11547.jpg"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-photo-sea-sky_58702-11547.jpg?_wi=3"
imageAlt="Oman sunset landscape"
logoText="Visit Oman"
copyrightText="© 2025 Visit Oman. All rights reserved."
@@ -454,7 +454,7 @@ export default function DestinationPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/beautiful-photo-sea-sky_58702-11547.jpg"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-photo-sea-sky_58702-11547.jpg?_wi=4"
imageAlt="Oman sunset landscape"
logoText="Visit Oman"
copyrightText="© 2025 Visit Oman. All rights reserved."