Update src/app/page.tsx

This commit is contained in:
2026-03-03 07:32:16 +00:00
parent 5d9bd4da29
commit dc71ea4bec

View File

@@ -42,7 +42,7 @@ export default function LandingPage() {
logoText="Grow Your Power" logoText="Grow Your Power"
description="Train Hard. Level Up. Dominate the Leaderboard." description="Train Hard. Level Up. Dominate the Leaderboard."
buttons={[ buttons={[
{ text: "Play Now on Roblox", href: "https://www.roblox.com/games/0" }, { text: "Play Now - Join 100K Players", href: "https://www.roblox.com/games/0" },
{ text: "View Features", href: "#features" } { text: "View Features", href: "#features" }
]} ]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQORv2lk0ELSEoktSjIXsiHsbX/an-intense-high-energy-gaming-scene-feat-1772521540973-ecedc6fe.png" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQORv2lk0ELSEoktSjIXsiHsbX/an-intense-high-energy-gaming-scene-feat-1772521540973-ecedc6fe.png"
@@ -173,4 +173,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }