"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import FeatureCardTwenty from '@/components/sections/feature/FeatureCardTwenty'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; import TeamCardSeven from '@/components/sections/team/TeamCardSeven'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterSocial from '@/components/sections/footer/FooterSocial'; import { Heart, CheckCircle, Star, Send, Facebook, Instagram, Linkedin } from "lucide-react"; export default function LandingPage() { return (
); }