From 1799517dc75b563b691e3a7899f38c902bf7fb9f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 12:20:49 +0000 Subject: [PATCH] Update src/app/privacy/page.tsx --- src/app/privacy/page.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/app/privacy/page.tsx b/src/app/privacy/page.tsx index 7d61383..41f8e87 100644 --- a/src/app/privacy/page.tsx +++ b/src/app/privacy/page.tsx @@ -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"] } } ]} /> -- 2.49.1