Update src/app/services/page.tsx

This commit is contained in:
2026-03-03 12:47:00 +00:00
parent b6b2fd70f8
commit 69bd742ebc

View File

@@ -20,7 +20,7 @@ export default function ServicesPage() {
{
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" },
],