Update src/app/privacy/page.tsx

This commit is contained in:
2026-04-19 18:53:21 +00:00
parent a92eb006e4
commit 6b7971bf65

View File

@@ -27,7 +27,8 @@ export default function PrivacyPolicyPage() {
{ name: "Home", id: "/" },
{ name: "Features", id: "/features" },
{ name: "Services", id: "/services" },
{ name: "FAQ", id: "/faq" },
{ name: "Impact", id: "/" },
{ name: "FAQ", id: "/" },
{ name: "Privacy", id: "/privacy" },
{ name: "Contact", id: "/contact" },
]}
@@ -41,12 +42,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"] }
}
]}
/>