diff --git a/src/app/cultural-experiences/page.tsx b/src/app/cultural-experiences/page.tsx new file mode 100644 index 0000000..c8d4d11 --- /dev/null +++ b/src/app/cultural-experiences/page.tsx @@ -0,0 +1,45 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; +import FooterBase from '@/components/sections/footer/FooterBase'; + +export default function CulturalExperiencesPage() { + const navItems = [ + { name: "Home", id: "/" }, + { name: "Wildlife", id: "/wildlife" }, + { name: "Zanzibar", id: "/zanzibar" }, + { name: "Trekking", id: "/trekking" }, + { name: "Culture", id: "#" }, + ]; + + return ( + + + + + + + + ); +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 008e628..93915f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -27,7 +27,7 @@ export default function LandingPage() { headingFontWeight="normal" > -