"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import TextAbout from '@/components/sections/about/TextAbout'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { Sparkles } from "lucide-react"; export default function LandingPage() { return (
); }