Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-04-09 10:54:04 +00:00

View File

@@ -128,10 +128,10 @@ export default function LandingPage() {
title="Terms and Responsible Gaming"
sections={[
{
heading: "Responsible Play", content: { text: "Yono Games promotes responsible gaming. Ensure you play within your limits and legal boundaries." },
heading: "Responsible Play", content: { type: "paragraph", text: "Yono Games promotes responsible gaming. Ensure you play within your limits and legal boundaries." },
},
{
heading: "Terms of Service", content: { items: [
heading: "Terms of Service", content: { type: "list", items: [
"Players must be 18+ years of age.", "Real money gaming is subject to local laws.", "Withdrawals are processed within 24 hours.", "Accounts found in violation of terms will be suspended."],
},
},