"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery"; import FeatureCardTwelve from "@/components/sections/feature/FeatureCardTwelve"; import ProductCardThree from "@/components/sections/product/ProductCardThree"; import PricingCardThree from "@/components/sections/pricing/PricingCardThree"; import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; import { Clock, Building2, Sparkles, UtensilsCrossed, Wine, Phone, Coffee, Star } from "lucide-react"; export default function LandingPage() { return (
); }