From 5566f4a73ba7c243f6e028ac2a983ede461dacb4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 18:52:38 +0000 Subject: [PATCH] Update src/app/privacy/page.tsx --- src/app/privacy/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/privacy/page.tsx b/src/app/privacy/page.tsx index 3ddacce..bfce8ed 100644 --- a/src/app/privacy/page.tsx +++ b/src/app/privacy/page.tsx @@ -42,11 +42,11 @@ export default function PrivacyPolicyPage() { 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." } + 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"] } + content: { type: "list", items: ["Improving website performance", "Analyzing user navigation patterns", "Enhancing accessibility features"] } } ]} /> -- 2.49.1