"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import MediaAbout from '@/components/sections/about/MediaAbout'; import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseSocial from '@/components/sections/footer/FooterBaseSocial'; import { Instagram, Facebook, Pinterest, Youtube } from "lucide-react"; export default function LandingPage() { return (
); }