"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel"; import AboutMetric from "@/components/sections/about/AboutMetric"; import FeatureCardNine from "@/components/sections/feature/FeatureCardNine"; import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import ContactText from "@/components/sections/contact/ContactText"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; import { Award, Briefcase, CheckCircle, Globe, Sparkles, Users } from "lucide-react"; export default function LandingPage() { return (
); }