From e2d342ce752c6fd62ca20b16796890f88ba76a9c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 15:44:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 63a4b06..7ac545c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,7 +80,7 @@ export default function LandingPage() { } ]} buttons={[ - { text: "Start Playing", href: "https://stake.com" }, + { text: "Start Playing", href: "/signup" }, { text: "Explore Games", href: "#games" } ]} carouselPosition="right" @@ -223,8 +223,8 @@ export default function LandingPage() { title="Ready to Win Big?" description="Create your account now and claim your welcome bonus. Get instant access to 500+ games, provably fair gameplay, and lightning-fast payouts." buttons={[ - { text: "Play Now", href: "https://stake.com" }, - { text: "Claim Bonus", href: "https://stake.com/signup" } + { text: "Play Now", href: "/signup" }, + { text: "Claim Bonus", href: "/signup" } ]} background={{ variant: "plain" }} useInvertedBackground={false}