Merge version_110 into main #151

Merged
bender merged 1 commits from version_110 into main 2026-05-03 21:04:01 +00:00

View File

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