diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 9b08697..de27a3b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -52,7 +52,7 @@ export default function ContactPage() { title="Privacy Policy" sections={[ { - heading: "Data Usage", content: { text: "We respect your privacy." } + heading: "Data Usage", content: { type: "paragraph", text: "We respect your privacy." } } ]} /> @@ -67,4 +67,4 @@ export default function ContactPage() { ); -} +} \ No newline at end of file