From 77dcbe13e55f17a61622655cbc13e0efeb3645ff Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 21:17:07 +0000 Subject: [PATCH] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index f31b35a..18a572f 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -29,11 +29,12 @@ export default function BlogPage() { brandName="Beirut Kitchen" navItems={[ { name: "Home", id: "/" }, - { name: "Menu", id: "product" }, - { name: "About", id: "about" }, - { name: "Contact", id: "contact" } + { name: "Menu", id: "/menu" }, + { name: "About", id: "/about" }, + { name: "Contact", id: "/contact" }, + { name: "Shop", id: "/shop" } ]} - button={{ text: "Reserve Now", href: "contact" }} + button={{ text: "Reserve Now", href: "/contact" }} />