From 14dfbd2b667f99bef4a8854232d0b8b6e11855c4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 17:50:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ed5212b..16520cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -154,6 +154,7 @@ export default function LandingPage() { useInvertedBackground={true} background={{ variant: "animated-grid" }} text="Need a reliable automation partner? Neem contact met ons op via info@tekotechniek.nl" + buttons={[{ text: "Email Us Now", href: "mailto:info@tekotechniek.nl" }]} /> @@ -167,4 +168,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1