From 5c9303d3f28083581d763c093137a29ef747cb75 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 07:50:34 +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 5cec90e..02a418a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -49,8 +49,8 @@ export default function ContactPage() { layout="section" title="Privacy Information" sections={[ - { heading: "Data Policy", content: "We value your privacy and keep your details secure." }, - { heading: "Terms", content: "By using our site, you agree to our terms of service." } + { heading: "Data Policy", content: { type: "paragraph", text: "We value your privacy and keep your details secure." } }, + { heading: "Terms", content: { type: "paragraph", text: "By using our site, you agree to our terms of service." } } ]} />