Merge version_10 into main #35

Merged
bender merged 1 commits from version_10 into main 2026-04-19 12:20:52 +00:00

View File

@@ -41,12 +41,10 @@ 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: { 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: { type: "list", items: ["Improving website performance", "Analyzing user navigation patterns", "Enhancing accessibility features"] }
heading: "Information Usage", content: { type: "list", items: ["Improving website performance", "Analyzing user navigation patterns", "Enhancing accessibility features"] }
}
]}
/>