"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterCard from '@/components/sections/footer/FooterCard'; import { Briefcase, Building2, CheckCircle, Star, Mail } from 'lucide-react'; export default function LandingPage() { return (
); }