diff --git a/src/app/page.tsx b/src/app/page.tsx index b8df823..aecb75f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,11 +5,10 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery"; import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow"; -import ProductCardThree from "@/components/sections/product/ProductCardThree"; import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { MapPin, Mountain, UtensilsCrossed, Users, Camera, Sparkles, Backpack, MessageSquare } from "lucide-react"; +import { MapPin, Mountain, Users, Camera, Sparkles, Backpack, MessageSquare } from "lucide-react"; export default function LandingPage() { return ( @@ -31,8 +30,6 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "hero" }, { name: "About Us", id: "about" }, - { name: "Tours", id: "tours" }, - { name: "Dining", id: "dining" }, ]} button={{ text: "Book Your Adventure", href: "contact" @@ -91,68 +88,6 @@ export default function LandingPage() { /> -
- -
- -
- -
-