From b2b51f271a552f4c63f42891d1bc072f8960fb75 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 11:38:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cc7a63c..943e586 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { tagIcon={Zap} tagAnimation="slide-up" buttons={[ - { text: "Start Trading Free", href: "contact" }, + { text: "Begin Trading Risk-Free", href: "contact" }, { text: "View Markets", href: "#features" } ]} buttonAnimation="blur-reveal" @@ -228,4 +228,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1