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({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 7437a31..c564f09 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,8 +31,8 @@ export default function HomePage() { 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" @@ -145,4 +145,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 3234be1..0a285bb 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -27,8 +27,8 @@ export default function ShopPage() { 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" @@ -96,4 +96,4 @@ export default function ShopPage() { ); -} +} \ No newline at end of file