From 4f73c3717c89c484ad157e7a5fe929efd0419c47 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 13:53:53 +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..070d95d 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: { description: "We handle all client data with maximum encryption." }, }, { - heading: "Client Confidentiality", content: { items: ["Non-disclosure Agreements", "Secure Data Disposal"] }, + heading: "Client Confidentiality", content: { listItems: ["Non-disclosure Agreements", "Secure Data Disposal"] }, }, ]} />