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