From a5ac1217b71a2cf98ccb93dca028b92414b9449d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 00:07:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.49.1