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