"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterCard from '@/components/sections/footer/FooterCard'; import { Facebook, Hammer, Instagram, Linkedin, Phone } from "lucide-react"; export default function LandingPage() { return (
); }