diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d9ca15c..97149f2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1406,4 +1406,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 6e859d5..71eda73 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file