diff --git a/src/app/page.tsx b/src/app/page.tsx index 85f9f55..35f6c13 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { tag="Live Trading Available" tagIcon={Zap} buttons={[ - { text: "Start Trading Now", href: "#contact" }, + { text: "Open Free Account", href: "#contact" }, { text: "View Demo", href: "#features" } ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoE9gd9os0wcaDXfvSdm1ao3aw/a-modern-sleek-trading-dashboard-interfa-1773250463948-344e5b1f.png" @@ -317,4 +317,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}