"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel"; import MediaAbout from "@/components/sections/about/MediaAbout"; import FeatureBento from "@/components/sections/feature/FeatureBento"; import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; import { CheckCircle, Heart, Phone, Star, Utensils } from "lucide-react"; export default function LandingPage() { return (
); }