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