Merge version_11 into main #42
@@ -41,10 +41,10 @@ export default function PrivacyPolicyPage() {
|
||||
subtitle="Last updated: May 2024"
|
||||
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." }
|
||||
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: { 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"] }
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user