"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { Zap, Sparkles, Star, Mail } from "lucide-react"; export default function LandingPage() { return (
); }