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 +}