From 3cd71538ccf9ccac73deb70dc4bcbdd8f9eb8bd8 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 08:30:50 +0000 Subject: [PATCH] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}