From f7f10325c461ce742d38b844a7898e5b00c10334 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 3 May 2026 21:03:57 +0000 Subject: [PATCH] Update src/app/privacy/page.tsx --- src/app/privacy/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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." } } ]} /> -- 2.49.1