From a807f1a87afa458db44eedec9e0123798a900c18 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 00:11:35 +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 91a98a7..7675477 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" @@ -215,4 +215,4 @@ export default function LandscapingPage() { ); -} \ No newline at end of file +} -- 2.49.1