"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import HeroBillboardMetrics from '@/components/sections/hero/HeroBillboardMetrics'; import TextAbout from '@/components/sections/about/TextAbout'; import FeatureCardEleven from '@/components/sections/feature/FeatureCardEleven'; import ProductCardFive from '@/components/sections/product/ProductCardFive'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactCenterForm from '@/components/sections/contact/ContactCenterForm'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { Sparkles, Zap, Award } from "lucide-react"; export default function LandingPage() { return (
); }