4 Commits

Author SHA1 Message Date
2916bfad4f Merge version_3 into main
Merge version_3 into main
2026-03-10 04:12:45 +00:00
ecbee46bb3 Update src/app/page.tsx 2026-03-10 04:12:41 +00:00
76ce2e4925 Update src/app/layout.tsx 2026-03-10 04:12:41 +00:00
94be053695 Merge version_2 into main
Merge version_2 into main
2026-03-10 04:10: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>
);
}
}