"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import TeamCardThree from '@/components/sections/team/TeamCardThree'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import MetricCardFive from '@/components/sections/metrics/MetricCardFive'; import ContactText from '@/components/sections/contact/ContactText'; import FooterCard from '@/components/sections/footer/FooterCard'; import { Linkedin } from "lucide-react"; export default function LandingPage() { return (
); }