Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-28 13:36:23 +00:00

View File

@@ -55,7 +55,7 @@ export default function ContactPage() {
layout="section"
title="Privacy Policy"
sections={[
{ heading: "Data Handling", content: "We handle your information with the utmost confidentiality." },
{ heading: "Data Handling", content: [{ type: "paragraph", text: "We handle your information with the utmost confidentiality." }] },
]}
/>
</div>