diff --git a/src/app/privacy/page.tsx b/src/app/privacy/page.tsx index bfce8ed..ffbb841 100644 --- a/src/app/privacy/page.tsx +++ b/src/app/privacy/page.tsx @@ -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"] } } ]} />