From 14103ab5b4ded9a6a36b42a6188f0b8b5672d6f1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 14:07:18 +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 8877dda..47594c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -104,6 +104,9 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={true} + buttons={[ + { text: "Choose Plan", href: "#contact" } + ]} plans={[ { id: "starter", badge: "Essential", price: "$19/mo", subtitle: "For early stage gains", features: [ -- 2.49.1