"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import MediaSplitAbout from '@/components/sections/about/MediaSplitAbout'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import ProductCardFive from '@/components/sections/product/ProductCardFive'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterCard from '@/components/sections/footer/FooterCard'; export default function LandingPage() { return (
); }