Merge version_11 into main

Merge version_11 into main
This commit was merged in pull request #43.
This commit is contained in:
2026-04-19 18:52:13 +00:00

View File

@@ -41,10 +41,12 @@ export default function PrivacyPolicyPage() {
subtitle="Last updated: May 2024"
sections={[
{
heading: "Data Collection", 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: "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." }
},
{
heading: "Information Usage", content: { type: "list", items: ["Improving website performance", "Analyzing user navigation patterns", "Enhancing accessibility features"] }
heading: "Information Usage",
content: { items: ["Improving website performance", "Analyzing user navigation patterns", "Enhancing accessibility features"] }
}
]}
/>