"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroBillboardCarouselSplit from '@/components/sections/hero/HeroBillboardCarouselSplit'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import FeatureCardFourteen from '@/components/sections/feature/FeatureCardFourteen'; import TestimonialCardNine from '@/components/sections/testimonial/TestimonialCardNine'; import ContactText from '@/components/sections/contact/ContactText'; import FooterBase from '@/components/sections/footer/FooterBase'; export default function LandingPage() { return (
); }