From 2b97e330ed482340b8eaa222d84ab9ac40a9e5b2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 19:04:01 +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 9b08697..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." } } ]} /> @@ -67,4 +67,4 @@ export default function ContactPage() { ); -} +} \ No newline at end of file -- 2.49.1