"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import { Sparkles, TrendingUp, Users, Eye, Heart, MessageSquare } from "lucide-react"; export default function LandingPage() { return (
); }