"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroLogo from '@/components/sections/hero/HeroLogo'; import AboutMetric from '@/components/sections/about/AboutMetric'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import ContactText from '@/components/sections/contact/ContactText'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { Utensils, Calendar, Users, Award, MapPin, ChefHat, Star, Heart, Wine, Quote } from 'lucide-react'; export default function LandingPage() { return (
); }