From 2cba9d3225377fed1934eec150e59adfc5a83d6a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 13:42:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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." }] } ]} /> -- 2.49.1