"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import SplitAbout from '@/components/sections/about/SplitAbout'; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { Waves, Anchor, Users, BookOpen, Calendar, Leaf, Zap, Heart, CheckCircle, Award, HelpCircle } from "lucide-react"; export default function LandingPage() { return (
); }