diff --git a/src/app/privacy/page.tsx b/src/app/privacy/page.tsx index 66e639d..6b00fd7 100644 --- a/src/app/privacy/page.tsx +++ b/src/app/privacy/page.tsx @@ -41,9 +41,9 @@ export default function PrivacyPage() { layout="page" title="Privacy Policy" sections={[ - { heading: "Information Collection", content: { text: "We collect information you provide directly to us when you request an estimate or contact us through our website." } }, - { heading: "Information Use", content: { text: "We use the information we collect to provide, maintain, and improve our services, and to communicate with you regarding your event requirements." } }, - { heading: "Data Security", content: { text: "We implement reasonable security measures to protect your personal information from unauthorized access, alteration, or disclosure." } } + { heading: "Information Collection", content: { type: "paragraph", text: "We collect information you provide directly to us when you request an estimate or contact us through our website." } }, + { heading: "Information Use", content: { type: "paragraph", text: "We use the information we collect to provide, maintain, and improve our services, and to communicate with you regarding your event requirements." } }, + { heading: "Data Security", content: { type: "paragraph", text: "We implement reasonable security measures to protect your personal information from unauthorized access, alteration, or disclosure." } } ]} />