From ecbee46bb3b0e87c220d7efd961ba8ec3b8d7dff Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 04:12:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 54c125e..bb8d694 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file