diff --git a/src/app/page.tsx b/src/app/page.tsx index 6dd077e..a3e4d87 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { ChefHat, Clock, Heart, History, Leaf, Sparkles, Star, Wine, Package } from 'lucide-react'; +import { ChefHat, Clock, Heart, History, Leaf, Sparkles, Star, Wine, Package, UtensilsCrossed } from 'lucide-react'; export default function LandingPage() { return ( @@ -31,7 +31,7 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "hero" }, { name: "About", id: "about" }, - { name: "Cuisine", id: "features" }, + { name: "Menu", id: "features" }, { name: "Testimonials", id: "testimonial" }, { name: "Contact", id: "contact" } ]} @@ -79,24 +79,24 @@ export default function LandingPage() {