"use client" import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { BookOpen, Mail } from "lucide-react"; import FooterBase from '@/components/sections/footer/FooterBase'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; export default function LandingPage() { return (
); }