Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-04-08 17:47:49 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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." }]
}
]}
/>

View File

@@ -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..." }]
}
]}
/>