"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import { Sparkles, Heart, Quote, Star, Mail, TrendingUp } from "lucide-react"; export default function LandingPage() { return (
); }