diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7f281c2..c33da67 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -20,7 +20,7 @@ export default function AboutPage() { { title: "Vinnige Skakels", items: [ { label: "Tuis", href: "/" }, - { label: "Oor My", href: "/about" }, + { label: "About Me", href: "/about" }, { label: "Dienste", href: "/services" }, { label: "Kontak", href: "/contact" }, ], @@ -87,7 +87,7 @@ export default function AboutPage() {