From b796482df7b47a3eb075bff13baf84c37da44e30 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 13:36:20 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index b3921de..7bac262 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -55,7 +55,7 @@ export default function ContactPage() { layout="section" title="Privacy Policy" sections={[ - { heading: "Data Handling", content: "We handle your information with the utmost confidentiality." }, + { heading: "Data Handling", content: [{ type: "paragraph", text: "We handle your information with the utmost confidentiality." }] }, ]} /> -- 2.49.1