"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import AboutMetric from '@/components/sections/about/AboutMetric'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { Clock, Users, MapPin, Star } from 'lucide-react'; export default function LandingPage() { return (
); }