From 151a0b337f756a13776b7faa5c28c4d34d03f810 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 10:48:11 +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 c02671a..6a5b9f7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { tagIcon={Sparkles} tagAnimation="blur-reveal" buttons={[ - { text: "Explore Now", href: "#features" }, + { text: "Start Free Today", href: "#features" }, { text: "Learn More", href: "#about" } ]} buttonAnimation="blur-reveal" -- 2.49.1