Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-04-12 08:52:45 +00:00

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>