"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit'; import TextAbout from '@/components/sections/about/TextAbout'; import TeamCardTen from '@/components/sections/team/TeamCardTen'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { Sparkles } from "lucide-react"; export default function LandingPage() { return (
); }