From 6976b702fa1f36e9931cfcf5fdb21a7a8f515786 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 00:09:09 +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 6f3f41e..91a98a7 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" }} /> @@ -48,7 +48,7 @@ export default function LandscapingPage() { title="Duurzame energie voor jouw thuis of bedrijf" description="Volt Duurzame Techniek installeert zonnepanelen en laadpalen in de regio Kerkrade. Vakkundig, eerlijk en lokaal." buttons={[ - { text: "Gratis Offerte Aanvragen", href: "#contact" }, + { text: "Gratis Offerte Aanvragen", href: "/contact" }, { text: "Onze Diensten", href: "#services" }, ]} buttonAnimation="slide-up" -- 2.49.1