Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-04 13:42:38 +00:00

View File

@@ -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>