From a096e6b3a42e7510d9b4c95114fb0018274f4e07 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 12:47:41 +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 b85c387..160891c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { tagIcon={Zap} tagAnimation="slide-up" buttons={[ - { text: "Start Free Trial", href: "/trial" }, + { text: "Launch Free Trial", href: "/trial" }, { text: "View Demo", href: "/demo" } ]} buttonAnimation="slide-up" -- 2.49.1