"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import Link from "next/link"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout'; import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function HomePage() { return (
); }