From 7921f736ec97b3285e5988a062144cc0f3f27780 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 08:52:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 445e763..18c7b01 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,13 +102,11 @@ export default function LandingPage() { title="Terms and Policies" sections={[ { - heading: "Acceptable Use", paragraph: "By using InfinityAI, you agree to generate content responsibly and adhere to all community guidelines regarding safe and ethical media production." + heading: "Acceptable Use", content: [{ type: "paragraph", text: "By using InfinityAI, you agree to generate content responsibly and adhere to all community guidelines regarding safe and ethical media production." }] }, { - heading: "Data Privacy", items: [ - "Temporary session data", "No long-term server storage", "Encryption by default" - ], - }, + heading: "Data Privacy", content: [{ type: "list", items: ["Temporary session data", "No long-term server storage", "Encryption by default"] }] + } ]} />