From 8f3ef5d4635306676e21b690bfc2979c753b5df1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 10:53:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bbfae16..d3a920f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -128,12 +128,10 @@ 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", items: [ + 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."], }, },