diff --git a/src/app/page.tsx b/src/app/page.tsx index b7504b2..bdfc075 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." }] } ]} />