From 264990fdb661678f0445b41c01ab067d9d799241 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 13:35:53 +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 6e8af59..b3921de 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: { type: "paragraph", text: "We handle your information with the utmost confidentiality." } }, + { heading: "Data Handling", content: "We handle your information with the utmost confidentiality." }, ]} /> -- 2.49.1