Merge version_1 into main #2
@@ -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"]
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user