"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterMedia from '@/components/sections/footer/FooterMedia'; export default function LandingPage() { return (
); }