diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 709204e..fa86793 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -101,8 +101,8 @@ export default function BlogPage() { navItems={[ { name: "Home", id: "/home" }, { name: "Home", id: "home" }, - { name: "Over Ons", id: "about" }, - { name: "Winkel", id: "products" }, + { name: "Over mij", id: "about" }, + { name: "Shop", id: "products" }, { name: "Proces", id: "process" }, { name: "Contact", id: "contact" } ]} @@ -133,4 +133,4 @@ export default function BlogPage() { ); -} +} \ No newline at end of file