Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-10 04:12:46 +00:00
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -47,8 +47,8 @@ export default function GameHubPage() {
logoText="GameHub"
description="Discover Epic Adventures, Join the Community, Compete Globally"
buttons={[
{ text: "Start Playing Free", href: "featured" },
{ text: "Claim Your Welcome Bonus", href: "contact" }
{ text: "Play Free Now", href: "featured" },
{ text: "Get Free $50 Bonus", href: "contact" }
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ajoo0KN9cEU17ylPTf1Xc44jjP/an-epic-gaming-scene-with-glowing-neon-c-1773115603764-f19a1a9e.png"
imageAlt="Epic gaming environment with neon lights"
@@ -266,4 +266,4 @@ export default function GameHubPage() {
</div>
</ThemeProvider>
);
}
}