Update src/app/contact/page.tsx

This commit is contained in:
2026-05-11 13:51:39 +00:00
parent affc882111
commit 29fd4235fb

View File

@@ -72,10 +72,10 @@ export default function ContactPage() {
title="Privacy and Security Terms" title="Privacy and Security Terms"
sections={[ sections={[
{ {
heading: "Data Protection", content: { type: "paragraph", text: "We handle all client data with maximum encryption." }, heading: "Data Protection", content: { text: "We handle all client data with maximum encryption." },
}, },
{ {
heading: "Client Confidentiality", content: { type: "list", items: ["Non-disclosure Agreements", "Secure Data Disposal"] }, heading: "Client Confidentiality", content: { items: ["Non-disclosure Agreements", "Secure Data Disposal"] },
}, },
]} ]}
/> />