Update src/app/page.tsx

This commit is contained in:
2026-04-12 08:52:38 +00:00
parent 1ca9c64aeb
commit 7921f736ec

View File

@@ -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"] }]
}
]}
/>
</div>