"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import FeatureCardTwenty from '@/components/sections/feature/FeatureCardTwenty'; import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBaseSocial from '@/components/sections/footer/FooterBaseSocial'; import { BookOpen, Star, Rocket, Facebook, Twitter, Instagram, Youtube, Linkedin, Github } from "lucide-react"; export default function LandingPage() { return (
); }