Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-03 09:25:18 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -62,7 +62,7 @@ export default function LandingPage() {
]}
buttons={[
{ text: "Download Now", href: "games" },
{ text: "Play Online", href: "games" }
{ text: "Start Playing Free", href: "games" }
]}
buttonAnimation="slide-up"
/>
@@ -245,4 +245,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}