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" }} />