Update src/app/blog/page.tsx

This commit is contained in:
2026-02-20 13:01:26 +00:00
parent 92b76cbcf8
commit 4c4d41f068

View File

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