Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-13 03:48:35 +00:00

View File

@@ -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"]
},
]}
/>