diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8fc6210..a1fabe4 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -64,7 +64,8 @@ export default function ContactPage() { title="Privacy Policy" sections={[ { - heading: "Data Usage", content: "We respect your privacy."}, + heading: "Data Usage", content: [{ type: "paragraph", text: "We respect your privacy." }] + }, ]} />