From f263b18eeb51fe304eab7a1357886182511f24d9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 03:02:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5742f54..bc00b12 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -99,6 +99,10 @@ export default function LandingPage() { animationType="blur-reveal" textboxLayout="default" useInvertedBackground={false} + buttons={[ + { text: "Get Started Free", href: "https://apps.apple.com/app/khamsa" } + ]} + buttonAnimation="opacity" /> -- 2.49.1