"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 FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import TeamCardThree from '@/components/sections/team/TeamCardThree'; import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight'; import ContactText from '@/components/sections/contact/ContactText'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { Linkedin } from "lucide-react"; export default function LandingPage() { return (
); }