diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 310fa3f..4f87109 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 3c35f3a..fc2814f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,7 +83,8 @@ export default function HomePage() { tagAnimation="slide-up" buttons={[ { text: "See How It Works", href: "#features" }, - { text: "Start Trading Now", href: "/signup" } + { text: "Start Trading Now", href: "/signup" }, + { text: "Join 50,000+ Traders", href: "#metrics" } ]} buttonAnimation="slide-up" mediaItems={[ @@ -248,4 +249,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file