Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-05-09 12:32:32 +00:00

View File

@@ -54,7 +54,7 @@ export default function ContactPage() {
title="Privacy Policy" title="Privacy Policy"
sections={[ 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." }
} }
]} ]}
/> />