"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import SplitAboutCards from '@/components/sections/about/SplitAboutCards'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBaseSocial from '@/components/sections/footer/FooterBaseSocial'; import { Facebook, Globe, Home, Instagram, Linkedin, Twitter, Zap } from "lucide-react"; export default function LandingPage() { return (
); }