"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import HeroLogo from "@/components/sections/hero/HeroLogo"; import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven"; import MediaAbout from "@/components/sections/about/MediaAbout"; import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo"; import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; import { Phone } from "lucide-react"; export default function LandingPage() { return (
); }