diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index f5cd27e..d34b874 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: { type: "paragraph", text: "We value your privacy and only use data to improve your experience." } } + { heading: "Data Usage", content: { text: "We value your privacy and only use data to improve your experience." } } ]} />