"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import TextAbout from '@/components/sections/about/TextAbout'; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterCard from '@/components/sections/footer/FooterCard'; import { Facebook, Instagram, Linkedin } from 'lucide-react'; export default function LandingPage() { return (
); }