"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroOverlayBottomSplit from '@/components/sections/hero/HeroOverlayBottomSplit'; import TextAbout from '@/components/sections/about/TextAbout'; import ProductCardSix from '@/components/sections/product/ProductCardSix'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import SocialProofThree from '@/components/sections/socialProof/SocialProofThree'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; export default function LandingPage() { return (
); }