"use client"; import { Coffee, Sparkles, Heart, HelpCircle, MessageSquare, Linkedin } from "lucide-react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import TextAbout from '@/components/sections/about/TextAbout'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; export default function LandingPage() { return (
); }