"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import MediaAbout from '@/components/sections/about/MediaAbout'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; export default function LandingPage() { return (
); }