From 80fc32c49083a4971a50956071caacc3d9cb7496 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:16:10 +0000 Subject: [PATCH 1/5] Update src/app/browse/page.tsx --- src/app/browse/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/browse/page.tsx b/src/app/browse/page.tsx index f67510d..97e3f88 100644 --- a/src/app/browse/page.tsx +++ b/src/app/browse/page.tsx @@ -86,7 +86,7 @@ export default function BrowsePage() { name: "Muscat", price: "Moderate", 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=2", imageAlt: "Muscat city coastline", }, { @@ -94,7 +94,7 @@ export default function BrowsePage() { name: "Nizwa", price: "Budget", 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=2", imageAlt: "Nizwa historic fort", }, { @@ -102,7 +102,7 @@ export default function BrowsePage() { name: "Jebel Akhdar", price: "Moderate", 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=2", imageAlt: "Jebel Akhdar green mountains", }, { @@ -110,7 +110,7 @@ export default function BrowsePage() { name: "Wahiba Sands", price: "Moderate", 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=2", imageAlt: "Wahiba Sands desert dunes", }, { @@ -118,7 +118,7 @@ export default function BrowsePage() { name: "Musandam", price: "Premium", 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=2", imageAlt: "Musandam fjords peninsula", }, { @@ -126,7 +126,7 @@ export default function BrowsePage() { name: "Salalah", price: "Moderate", 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=2", imageAlt: "Salalah tropical landscape", }, ]} @@ -165,7 +165,7 @@ export default function BrowsePage() {