"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import AboutMetric from '@/components/sections/about/AboutMetric'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import ContactText from '@/components/sections/contact/ContactText'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import { Award, ChefHat, Gift, Heart, Star, Users, UtensilsCrossed, Waves, Wine, Zap, Sparkles } from "lucide-react"; export default function LandingPage() { return (
); }