"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import MediaSplitAbout from '@/components/sections/about/MediaSplitAbout'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import ProductCardSeven from '@/components/sections/product/ProductCardSeven'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { Sparkles, Zap, Star, Quote, HelpCircle } from "lucide-react"; export default function LandingPage() { return (
); }