From ced8c09037c107aeb3ccb9cb5d83ffc7fa35cf03 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 10:52:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e90c5a1..bbfae16 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -129,11 +129,11 @@ export default function LandingPage() { sections={[ { heading: "Responsible Play", content: { - text: "Yono Games promotes responsible gaming. Ensure you play within your limits and legal boundaries."}, + type: "paragraph", text: "Yono Games promotes responsible gaming. Ensure you play within your limits and legal boundaries."}, }, { heading: "Terms of Service", content: { - items: [ + 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."], }, }, -- 2.49.1