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" } + ]} />