diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 882acdb..a46e9ad 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -102,7 +102,7 @@ export default function BlogPage() { 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" } ]} @@ -158,4 +158,4 @@ export default function BlogPage() { ); -} \ No newline at end of file +}