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"] } } ]} />