Update src/app/page.tsx
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user