diff --git a/src/app/page.tsx b/src/app/page.tsx index e342a91..e90c5a1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,42 +29,29 @@ export default function LandingPage() {
@@ -203,22 +128,13 @@ export default function LandingPage() { title="Terms and Responsible Gaming" sections={[ { - heading: "Responsible Play", - content: { - type: "paragraph", - text: "Yono Games promotes responsible gaming. Ensure you play within your limits and legal boundaries.", - }, + heading: "Responsible Play", content: { + text: "Yono Games promotes responsible gaming. Ensure you play within your limits and legal boundaries."}, }, { - heading: "Terms of Service", - content: { - type: "list", + heading: "Terms of Service", content: { 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.", - ], + "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."], }, }, ]} @@ -229,14 +145,11 @@ export default function LandingPage() {