From 665e74cc654b863b02e3309bed61f18adbfda670 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 19:04:56 +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 4b12638..de27a3b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -52,7 +52,7 @@ export default function ContactPage() { title="Privacy Policy" sections={[ { - heading: "Data Usage", content: { text: "We respect your privacy." } + heading: "Data Usage", content: { type: "paragraph", text: "We respect your privacy." } } ]} /> -- 2.49.1