From cf445e60b3af2914b8f1cef1c166dddc83e5ef6f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 12:45:56 +0000 Subject: [PATCH] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index bf27cd2..5b91297 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -28,11 +28,7 @@ export default function BlogPage() { brandName="The Daily Grind" navItems={[ { name: "Home", id: "/" }, - { name: "Menu", id: "menu" }, - { name: "About", id: "about" }, - { name: "Reviews", id: "testimonials" }, - { name: "FAQ", id: "faq" }, - { name: "Contact", id: "contact" }, + { name: "Shop", id: "/shop" }, ]} /> @@ -60,9 +56,8 @@ export default function BlogPage() { columns={[ { title: "Quick Links", items: [ - { label: "Menu", href: "#menu" }, - { label: "About Us", href: "#about" }, - { label: "Reviews", href: "#testimonials" }, + { label: "Home", href: "/" }, + { label: "Shop", href: "/shop" }, ], }, {