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