From 29fd4235fbc15ebdd2d21ba6bc02e105d81a1c9e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 13:51:39 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 66b4f0f..c1a1ffe 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -72,10 +72,10 @@ export default function ContactPage() { title="Privacy and Security Terms" 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"] }, }, ]} />