From affc8821110f862a48e22177c1fe5e939e633610 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 13:51:09 +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 c1a1ffe..66b4f0f 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: { text: "We handle all client data with maximum encryption." }, + heading: "Data Protection", content: { type: "paragraph", text: "We handle all client data with maximum encryption." }, }, { - heading: "Client Confidentiality", content: { items: ["Non-disclosure Agreements", "Secure Data Disposal"] }, + heading: "Client Confidentiality", content: { type: "list", items: ["Non-disclosure Agreements", "Secure Data Disposal"] }, }, ]} /> -- 2.49.1