From 0f3278195849c4fb08e1fa31174f5cdc9831bf80 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 02:54:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bbd787a..9eda8fb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { description="Find your inner peace through guided meditation. Join thousands discovering mindfulness, one breath at a time." background={{ variant: "radial-gradient" }} buttons={[ - { text: "Join the Waitlist", href: "#contact" }, + { text: "Start Free Trial", href: "#contact" }, { text: "Learn More", href: "#about" } ]} layoutOrder="default" -- 2.49.1