From 92ea610fbf497e84ef91346decdaeda50aec73c5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 18:00:56 +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 5d7f1dd..1aea4a5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { description="Experience lightning-fast trading, institutional-grade security, and seamless asset management in one unified crypto ecosystem." buttons={[ { - text: "Start Trading", href: "#"}, + text: "Start Trading Now", href: "#"}, { text: "Learn More", href: "#"}, ]} @@ -274,4 +274,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1