diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 791a9b3..9b615c1 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -68,7 +68,7 @@ export default function ContactPage() { layout="section" title="Privacy Policy" sections={[ - { heading: "Data Usage", content: [{ text: "We value your privacy and only use data to improve your experience." }] } + { heading: "Data Usage", content: [{ type: "paragraph", text: "We value your privacy and only use data to improve your experience." }] } ]} />