Update src/app/blog/page.tsx
This commit is contained in:
@@ -101,8 +101,8 @@ export default function BlogPage() {
|
|||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/home" },
|
{ name: "Home", id: "/home" },
|
||||||
{ name: "Home", id: "home" },
|
{ name: "Home", id: "home" },
|
||||||
{ name: "Over Ons", id: "about" },
|
{ name: "Over mij", id: "about" },
|
||||||
{ name: "Winkel", id: "products" },
|
{ name: "Shop", id: "products" },
|
||||||
{ name: "Proces", id: "process" },
|
{ name: "Proces", id: "process" },
|
||||||
{ name: "Contact", id: "contact" }
|
{ name: "Contact", id: "contact" }
|
||||||
]}
|
]}
|
||||||
@@ -133,4 +133,4 @@ export default function BlogPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user