diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index d8d70a8..db1180c 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -26,8 +26,8 @@ export default function AboutPage() {
brandName="Geüpcycled Threads"
navItems={[
{ name: "Home", id: "/" },
- { name: "Over Ons", id: "/about" },
- { name: "Winkel", id: "/shop" },
+ { name: "Over mij", id: "/about" },
+ { name: "Shop", id: "/shop" },
{ name: "Contact", id: "/contact" }
]}
bottomLeftText="Duurzame Mode"
@@ -79,4 +79,4 @@ export default function AboutPage() {
);
-}
+}
\ No newline at end of file
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
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 98c8dab..bcee1a5 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -26,8 +26,8 @@ export default function ContactPage() {
brandName="Geüpcycled Threads"
navItems={[
{ name: "Home", id: "/" },
- { name: "Over Ons", id: "/about" },
- { name: "Winkel", id: "/shop" },
+ { name: "Over mij", id: "/about" },
+ { name: "Shop", id: "/shop" },
{ name: "Contact", id: "/contact" }
]}
bottomLeftText="Duurzame Mode"
@@ -79,4 +79,4 @@ export default function ContactPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 0c0aad1..c279e3f 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -1249,4 +1249,4 @@ export default function RootLayout({