Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-05-17 19:04:04 +00:00

View File

@@ -52,7 +52,7 @@ export default function ContactPage() {
title="Privacy Policy"
sections={[
{
heading: "Data Usage", content: { text: "We respect your privacy." }
heading: "Data Usage", content: { type: "paragraph", text: "We respect your privacy." }
}
]}
/>
@@ -67,4 +67,4 @@ export default function ContactPage() {
</ReactLenis>
</ThemeProvider>
);
}
}