Merge version_4 into main #4

Merged
bender merged 2 commits from version_4 into main 2026-03-03 07:32:21 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1406,4 +1406,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -42,7 +42,7 @@ export default function LandingPage() {
logoText="Grow Your Power"
description="Train Hard. Level Up. Dominate the Leaderboard."
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" }
]}
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>
</ThemeProvider>
);
}
}