From 4c4d41f0688b347ef92d33642920e3f55da8f508 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 13:01:26 +0000 Subject: [PATCH] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 7b8bff1..281d5ee 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -35,10 +35,10 @@ export default function BlogPage() { brandName="PandaCoffee" navItems={[ { name: "Home", id: "/" }, - { name: "Menu", id: "menu" }, - { name: "About", id: "about" }, - { name: "Reviews", id: "testimonials" }, - { name: "Contact", id: "contact" }, + { name: "Menu", id: "/#menu" }, + { name: "About", id: "/#about" }, + { name: "Reviews", id: "/#testimonials" }, + { name: "Contact", id: "/#contact" }, ]} />