From 6b2d15277591a2f14ac924d204f8cabd4acaceb9 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 24 Jan 2026 17:25:08 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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