Merge version_11 into main #44

Merged
bender merged 1 commits from version_11 into main 2026-04-19 18:52:42 +00:00

View File

@@ -42,11 +42,11 @@ export default function PrivacyPolicyPage() {
sections={[
{
heading: "Data Collection",
content: { text: "We collect minimal information to improve your browsing experience. This includes basic analytical data used to monitor site performance and usage trends." }
content: { type: "paragraph", text: "We collect minimal information to improve your browsing experience. This includes basic analytical data used to monitor site performance and usage trends." }
},
{
heading: "Information Usage",
content: { items: ["Improving website performance", "Analyzing user navigation patterns", "Enhancing accessibility features"] }
content: { type: "list", items: ["Improving website performance", "Analyzing user navigation patterns", "Enhancing accessibility features"] }
}
]}
/>