"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import HeroSplit from '@/components/sections/hero/HeroSplit'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { Mountain, Leaf, Map, Compass, Star, Heart, Phone } from "lucide-react"; export default function WildernessPage() { return (
); }