Update src/app/page.tsx

This commit is contained in:
2026-03-10 04:12:41 +00:00
parent 76ce2e4925
commit ecbee46bb3

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>
);
}
}