From f679d63ead3fc32faa5cacf190c2fa715babc469 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 12:47:08 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c33da67..f808ee0 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -12,7 +12,7 @@ export default function AboutPage() { const navItems = [ { name: "Tuis", id: "/" }, { name: "Oor Mij", id: "/about" }, - { name: "Dienste", id: "/services" }, + { name: "Services", id: "/services" }, { name: "Kontak", id: "/contact" }, ]; @@ -21,7 +21,7 @@ export default function AboutPage() { title: "Vinnige Skakels", items: [ { label: "Tuis", href: "/" }, { label: "About Me", href: "/about" }, - { label: "Dienste", href: "/services" }, + { label: "Services", href: "/services" }, { label: "Kontak", href: "/contact" }, ], },