Merge version_1 into main #4
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user