"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroLogoCarousel from '@/components/sections/hero/HeroLogoCarousel'; import ParallaxAbout from '@/components/sections/about/ParallaxAbout'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterSocial from '@/components/sections/footer/FooterSocial'; import { Calendar, Instagram, Facebook } from "lucide-react"; export default function LandingPage() { return (
); }