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" }, ], }, diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 58052c6..f33d692 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -12,7 +12,7 @@ export default function ContactPage() { 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 ContactPage() { title: "Vinnige Skakels", items: [ { label: "Tuis", href: "/" }, { label: "About Me", href: "/about" }, - { label: "Dienste", href: "/services" }, + { label: "Services", href: "/services" }, { label: "Kontak", href: "/contact" }, ], }, diff --git a/src/app/page.tsx b/src/app/page.tsx index 6ff764f..a460415 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,7 +93,7 @@ I believe that therapy is a safe space where your voice can be heard."