diff --git a/src/app/page.tsx b/src/app/page.tsx index 527e9c8..6f3f41e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,8 +32,8 @@ export default function LandscapingPage() { logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP49IjyDLKjYOSDo6iWTsZZiTQ/uploaded-1776377688661-negoqo85.png" logoClassName="!w-20 !h-20 md:!w-28 md:!h-28" navItems={[ - { name: "Services", id: "services" }, - { name: "About", id: "about" }, + { name: "Diensten", id: "services" }, + { name: "Over ons", id: "about" }, { name: "FAQ", id: "faq" }, { name: "Contact", id: "contact" }, ]} @@ -215,4 +215,4 @@ export default function LandscapingPage() { ); -} +} \ No newline at end of file