Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-06 20:17:22 +00:00

View File

@@ -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"},
]}
/>
</div>
@@ -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() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/beautiful-photo-sea-sky_58702-11547.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-photo-sea-sky_58702-11547.jpg"
imageAlt="Oman sunset landscape"
logoText="Visit Oman"
copyrightText="© 2025 Visit Oman. All rights reserved."