From c37c2af788630191aca1c304f35c0320aa5fab27 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 03:48:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9b76484..45a82e6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -126,10 +126,10 @@ export default function LandingPage() { title="System Compliance & Legal" sections={[ { - heading: "Data Privacy", content: { text: "This system complies with all federal regulations regarding police data privacy and handling of criminal records." }, + heading: "Data Privacy", type: "paragraph", text: "This system complies with all federal regulations regarding police data privacy and handling of criminal records." }, { - heading: "Terms of Use", content: { items: ["Authorized access only", "Audit logs enabled", "Secure terminal usage"] }, + heading: "Terms of Use", type: "list", items: ["Authorized access only", "Audit logs enabled", "Secure terminal usage"] }, ]} /> -- 2.49.1