"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import MediaAbout from '@/components/sections/about/MediaAbout'; import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { Sparkles, CheckCircle, Zap, Award, Star } from 'lucide-react'; export default function LandingPage() { return (
); }