"use client" import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroSplitLarge from '@/components/sections/hero/HeroSplitLarge'; import MediaAbout from '@/components/sections/about/MediaAbout'; import ProductCardSeven from '@/components/sections/product/ProductCardSeven'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TeamCardSix from '@/components/sections/team/TeamCardSix'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactInline from '@/components/sections/contact/ContactInline'; import FooterBaseSocial from '@/components/sections/footer/FooterBaseSocial'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { Instagram, Facebook, Mail } from "lucide-react"; export default function LandingPage() { return (
); }