diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 0848683..9ecf2f8 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -54,7 +54,7 @@ export default function ContactPage() { title="Privacy Policy" sections={[ { - heading: "Data Collection", content: { text: "We respect your privacy and protect your data." } + heading: "Data Collection", content: { type: "paragraph", text: "We respect your privacy and protect your data." } } ]} />