From 2698811a7539bbec48fa7884582a25d7cc982f83 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 11:39:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 943e586..e03db14 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -163,6 +163,9 @@ export default function LandingPage() { textboxLayout="default" animationType="slide-up" useInvertedBackground={false} + buttons={[ + { text: "Get Started", href: "contact" } + ]} /> -- 2.49.1