From ab3df23bf57c7da3ae56c0577dbbce5ac9d3861f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:17:17 +0000 Subject: [PATCH] Update src/app/browse/page.tsx --- src/app/browse/page.tsx | 89 +++++++++++------------------------------ 1 file changed, 24 insertions(+), 65 deletions(-) diff --git a/src/app/browse/page.tsx b/src/app/browse/page.tsx index 97e3f88..708449b 100644 --- a/src/app/browse/page.tsx +++ b/src/app/browse/page.tsx @@ -17,14 +17,11 @@ export default function BrowsePage() { ]; const navButton = { - text: "Start Exploring", - href: "discover", - }; + text: "Start Exploring", href: "discover"}; const footerColumns = [ { - title: "Explore", - items: [ + title: "Explore", items: [ { label: "Browse Destinations", href: "/browse" }, { label: "Trip Planner", href: "#" }, { label: "Featured Guides", href: "#" }, @@ -32,8 +29,7 @@ export default function BrowsePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "#" }, { label: "Contact", href: "#" }, { label: "Blog", href: "#" }, @@ -41,8 +37,7 @@ export default function BrowsePage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Travel Tips", href: "#" }, { label: "FAQs", href: "#" }, { label: "Privacy Policy", href: "#" }, @@ -78,57 +73,27 @@ export default function BrowsePage() { description="Explore our complete collection of Oman's most remarkable destinations and experiences." textboxLayout="default" useInvertedBackground={false} - animationType="fade" + animationType="blur-reveal" gridVariant="three-columns-all-equal-width" products={[ { - id: "muscat", - 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?_wi=2", - imageAlt: "Muscat city coastline", - }, + id: "muscat", 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", imageAlt: "Muscat city coastline"}, { - id: "nizwa", - name: "Nizwa", - price: "Budget", - imageSrc: - "http://img.b2bpic.net/free-photo/closeup-shot-buildings-made-concrete-sun-morocco_181624-16067.jpg?_wi=2", - imageAlt: "Nizwa historic fort", - }, + id: "nizwa", name: "Nizwa", price: "Budget", imageSrc: + "http://img.b2bpic.net/free-photo/closeup-shot-buildings-made-concrete-sun-morocco_181624-16067.jpg", imageAlt: "Nizwa historic fort"}, { - id: "jebel-akhdar", - name: "Jebel Akhdar", - price: "Moderate", - imageSrc: - "http://img.b2bpic.net/free-photo/aerial-view-gran-canaria-desert-road-through-mountains_181624-37658.jpg?_wi=2", - imageAlt: "Jebel Akhdar green mountains", - }, + id: "jebel-akhdar", name: "Jebel Akhdar", price: "Moderate", imageSrc: + "http://img.b2bpic.net/free-photo/aerial-view-gran-canaria-desert-road-through-mountains_181624-37658.jpg", imageAlt: "Jebel Akhdar green mountains"}, { - id: "wahiba-sands", - name: "Wahiba Sands", - price: "Moderate", - imageSrc: - "http://img.b2bpic.net/free-photo/camel-desert-landscape-morocco_23-2148129819.jpg?_wi=2", - imageAlt: "Wahiba Sands desert dunes", - }, + id: "wahiba-sands", name: "Wahiba Sands", price: "Moderate", imageSrc: + "http://img.b2bpic.net/free-photo/camel-desert-landscape-morocco_23-2148129819.jpg", imageAlt: "Wahiba Sands desert dunes"}, { - id: "musandam", - name: "Musandam", - price: "Premium", - imageSrc: - "http://img.b2bpic.net/free-photo/rowing-sea-water_1312-27.jpg?_wi=2", - imageAlt: "Musandam fjords peninsula", - }, + id: "musandam", name: "Musandam", price: "Premium", imageSrc: + "http://img.b2bpic.net/free-photo/rowing-sea-water_1312-27.jpg", imageAlt: "Musandam fjords peninsula"}, { - id: "salalah", - name: "Salalah", - price: "Moderate", - imageSrc: - "http://img.b2bpic.net/free-photo/green-river-middle-forest_181624-19059.jpg?_wi=2", - imageAlt: "Salalah tropical landscape", - }, + id: "salalah", name: "Salalah", price: "Moderate", imageSrc: + "http://img.b2bpic.net/free-photo/green-river-middle-forest_181624-19059.jpg", imageAlt: "Salalah tropical landscape"}, ]} /> @@ -144,20 +109,14 @@ export default function BrowsePage() { imageAlt="Cultural heritage experience" bulletPoints={[ { - title: "Plan Ahead", - description: - "Book accommodations and activities in advance, especially during peak season (October-April).", - }, + title: "Plan Ahead", description: + "Book accommodations and activities in advance, especially during peak season (October-April)."}, { - title: "Best Time to Visit", - description: - "Experience mild temperatures and clear skies during winter months for optimal travel conditions.", - }, + title: "Best Time to Visit", description: + "Experience mild temperatures and clear skies during winter months for optimal travel conditions."}, { - title: "Local Guides", - description: - "Hire experienced local guides to unlock hidden gems and authentic cultural connections.", - }, + title: "Local Guides", description: + "Hire experienced local guides to unlock hidden gems and authentic cultural connections."}, ]} mediaAnimation="opacity" /> @@ -165,7 +124,7 @@ export default function BrowsePage() {