"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import TextAbout from '@/components/sections/about/TextAbout'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import ContactText from '@/components/sections/contact/ContactText'; import FooterMedia from '@/components/sections/footer/FooterMedia'; export default function LandingPage() { return (
); }