Merge version_1 into main #3
@@ -121,12 +121,8 @@ export default function LandingPage() {
|
||||
layout="section"
|
||||
title="Legal Information & Compliance"
|
||||
sections={[
|
||||
{
|
||||
heading: "Data Privacy Commitment", content: "We prioritize the security and confidentiality of your research data. All uploaded projects are encrypted in transit and at rest."
|
||||
},
|
||||
{
|
||||
heading: "Service Agreement", content: "Unauthorized scraping is strictly prohibited. Intellectual property remains with the original researcher. API usage is subject to fair-use policies."
|
||||
}
|
||||
{ heading: "Data Privacy Commitment", content: [{ text: "We prioritize the security and confidentiality of your research data. All uploaded projects are encrypted in transit and at rest." }] },
|
||||
{ heading: "Service Agreement", content: [{ text: "Unauthorized scraping is strictly prohibited." }, { text: "Intellectual property remains with the original researcher." }, { text: "API usage is subject to fair-use policies." }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user