Update src/app/blog/page.tsx
This commit is contained in:
@@ -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() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user