7 Commits

Author SHA1 Message Date
7c929ac0c6 Update src/app/layout.tsx 2026-03-06 20:53:43 +00:00
39343424f5 Update src/app/browse/page.tsx 2026-03-06 20:53:43 +00:00
e2e2d3a28c Merge version_2 into main
Merge version_2 into main
2026-03-06 20:34:11 +00:00
a885d92eef Merge version_2 into main
Merge version_2 into main
2026-03-06 20:33:21 +00:00
4672f6795b Merge version_2 into main
Merge version_2 into main
2026-03-06 20:32:12 +00:00
3fb90a10a8 Merge version_2 into main
Merge version_2 into main
2026-03-06 20:30:42 +00:00
11ac1c310f Merge version_2 into main
Merge version_2 into main
2026-03-06 20:29:22 +00:00
2 changed files with 33 additions and 23 deletions

View File

@@ -3,10 +3,11 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import Link from "next/link"; import Link from "next/link";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
import HeroSplit from "@/components/sections/hero/HeroSplit"; import HeroSignup from "@/components/sections/hero/HeroSignup";
import ProductCardThree from "@/components/sections/product/ProductCardThree"; import ProductCardThree from "@/components/sections/product/ProductCardThree";
import SplitAbout from "@/components/sections/about/SplitAbout"; import SplitAbout from "@/components/sections/about/SplitAbout";
import FooterMedia from "@/components/sections/footer/FooterMedia"; import FooterMedia from "@/components/sections/footer/FooterMedia";
import { Sparkles } from "lucide-react";
export default function BrowsePage() { export default function BrowsePage() {
const navItems = [ const navItems = [
@@ -18,7 +19,8 @@ export default function BrowsePage() {
]; ];
const navButton = { const navButton = {
text: "Start Exploring", href: "discover"}; text: "Start Exploring", href: "discover"
};
const footerColumns = [ const footerColumns = [
{ {
@@ -69,18 +71,15 @@ export default function BrowsePage() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplit <HeroSignup
title="Explore Oman's Best Destinations" title="Explore Oman's Best Destinations"
description="Discover breathtaking landscapes, rich culture, and unforgettable experiences across Oman's most remarkable destinations." description="Discover breathtaking landscapes, rich culture, and unforgettable experiences across Oman's most remarkable destinations."
imageSrc="http://img.b2bpic.net/free-photo/landscape-sky-is-reflected-sea-setting-light-city-coastline-with-mountains-horizon_169016-8684.jpg?_wi=1" tag="Adventure Awaits"
imageAlt="Oman landscape" tagIcon={Sparkles}
buttons={[ background={{ variant: "sparkles-gradient" }}
{ text: "Explore More", href: "#all-destinations" }, inputPlaceholder="Enter your email"
{ text: "Plan Your Trip", href: "#destination-guide" }, buttonText="Get Started"
]} onSubmit={(email) => console.log('Email:', email)}
imagePosition="right"
background={{ variant: "plain" }}
mediaAnimation="opacity"
/> />
</div> </div>
@@ -95,22 +94,28 @@ export default function BrowsePage() {
products={[ products={[
{ {
id: "muscat", name: "Muscat", price: "Moderate", imageSrc: 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"}, "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: "nizwa", name: "Nizwa", price: "Budget", imageSrc: 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"}, "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: 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"}, "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: 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"}, "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: id: "musandam", name: "Musandam", price: "Premium", imageSrc:
"http://img.b2bpic.net/free-photo/rowing-sea-water_1312-27.jpg", imageAlt: "Musandam fjords peninsula"}, "http://img.b2bpic.net/free-photo/rowing-sea-water_1312-27.jpg", imageAlt: "Musandam fjords peninsula"
},
{ {
id: "salalah", name: "Salalah", price: "Moderate", imageSrc: id: "salalah", name: "Salalah", price: "Moderate", imageSrc:
"http://img.b2bpic.net/free-photo/green-river-middle-forest_181624-19059.jpg", imageAlt: "Salalah tropical landscape"}, "http://img.b2bpic.net/free-photo/green-river-middle-forest_181624-19059.jpg", imageAlt: "Salalah tropical landscape"
},
]} ]}
/> />
</div> </div>
@@ -127,13 +132,16 @@ export default function BrowsePage() {
bulletPoints={[ bulletPoints={[
{ {
title: "Plan Ahead", description: title: "Plan Ahead", description:
"Book accommodations and activities in advance, especially during peak season (October-April)."}, "Book accommodations and activities in advance, especially during peak season (October-April)."
},
{ {
title: "Best Time to Visit", description: title: "Best Time to Visit", description:
"Experience mild temperatures and clear skies during winter months for optimal travel conditions."}, "Experience mild temperatures and clear skies during winter months for optimal travel conditions."
},
{ {
title: "Local Guides", description: title: "Local Guides", description:
"Hire experienced local guides to unlock hidden gems and authentic cultural connections."}, "Hire experienced local guides to unlock hidden gems and authentic cultural connections."
},
]} ]}
mediaAnimation="opacity" mediaAnimation="opacity"
/> />

View File

@@ -8,7 +8,7 @@ const inter = Inter({
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Visit Oman", description: "Explore the beauty of Oman"}; title: "Visit Oman", description: "Explore Oman's best destinations"};
export default function RootLayout({ export default function RootLayout({
children, children,
@@ -17,7 +17,9 @@ export default function RootLayout({
}) { }) {
return ( return (
<html lang="en"> <html lang="en">
<body className={inter.variable}>{children} <body className={inter.variable}>
{children}
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{
__html: ` __html: `