"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import TagMediaSplitAbout from '@/components/sections/about/TagMediaSplitAbout'; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight'; import TeamCardSeven from '@/components/sections/team/TeamCardSeven'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { Target, Zap, Star, Crown, Mail } from "lucide-react"; export default function LandingPage() { return (
); }