From 1230c4f7ba247c7aa2be9c33e03c90108e41b8d7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 00:12:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7675477..6408c22 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,7 +37,7 @@ export default function LandscapingPage() { { name: "FAQ", id: "faq" }, { name: "Contact", id: "contact" }, ]} - button={{ text: "Offerte Aanvragen", href: "#contact" }} + button={{ text: "Offerte Aanvragen", href: "/contact" }} /> @@ -215,4 +215,4 @@ export default function LandscapingPage() { ); -} +} \ No newline at end of file -- 2.49.1