4 Commits

Author SHA1 Message Date
41cfb5e8e5 Merge version_4 into main
Merge version_4 into main
2026-03-03 07:32:21 +00:00
dc71ea4bec Update src/app/page.tsx 2026-03-03 07:32:16 +00:00
5d9bd4da29 Update src/app/layout.tsx 2026-03-03 07:32:16 +00:00
ebc7c94fad Merge version_3 into main
Merge version_3 into main
2026-03-03 07:27:12 +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>
);
}
}