"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import ParallaxAbout from '@/components/sections/about/ParallaxAbout'; import FeatureCardFourteen from '@/components/sections/feature/FeatureCardFourteen'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterCard from '@/components/sections/footer/FooterCard'; import { Instagram, Facebook, Twitter } from "lucide-react"; export default function LandingPage() { return (
); }