From 016f83f6a656ea68d2f7b7db15855721a533f32a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:16:11 +0000 Subject: [PATCH] Update src/app/destination/[id]/page.tsx --- src/app/destination/[id]/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/destination/[id]/page.tsx b/src/app/destination/[id]/page.tsx index 180b8a5..a1289e0 100644 --- a/src/app/destination/[id]/page.tsx +++ b/src/app/destination/[id]/page.tsx @@ -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() {