Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-08 18:00:12 +00:00

View File

@@ -39,7 +39,7 @@ export default function PrivacyPage() {
title="Privacy Policy"
sections={[
{
heading: "Data", content: [{ type: "paragraph", text: "We value your data." }]
heading: "Data", content: [{ type: "paragraph", text: "**We value your data.**" }]
}
]}
/>
@@ -55,4 +55,4 @@ export default function PrivacyPage() {
</ReactLenis>
</ThemeProvider>
);
}
}