"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; import TagMediaSplitAbout from '@/components/sections/about/TagMediaSplitAbout'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import { Award, Sparkles, Star, Zap, HelpCircle } from "lucide-react"; export default function LandingPage() { return (
); }