Update src/app/about/page.tsx
This commit is contained in:
@@ -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" },
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user