From c5f30164641c5beabba85d7e9f376e9f5b208dd3 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 08:30:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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() {
); -} \ No newline at end of file +}