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." } } ]} />