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