diff --git a/src/app/privacy/page.tsx b/src/app/privacy/page.tsx index ea681e5..e540179 100644 --- a/src/app/privacy/page.tsx +++ b/src/app/privacy/page.tsx @@ -39,7 +39,7 @@ export default function PrivacyPage() { title="Privacy Policy" sections={[ { - heading: "Data", content: "We value your data." + heading: "Data", content: [{ type: "paragraph", text: "We value your data." }] } ]} /> diff --git a/src/app/terms/page.tsx b/src/app/terms/page.tsx index 71a7949..acbd2ff 100644 --- a/src/app/terms/page.tsx +++ b/src/app/terms/page.tsx @@ -39,7 +39,7 @@ export default function TermsPage() { title="Terms of Service" sections={[ { - heading: "Agreement", content: "By using our site..." + heading: "Agreement", content: [{ type: "paragraph", text: "By using our site..." }] } ]} />