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