Update src/app/page.tsx

This commit is contained in:
2026-03-05 15:44:08 +00:00
parent 8c8d93b203
commit e2d342ce75

View File

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