Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #17.
This commit is contained in:
2026-05-10 01:28:49 +00:00

View File

@@ -39,13 +39,13 @@ export default function PrivacyPolicyPage() {
subtitle="Last updated: May 2024"
sections={[
{
heading: "Information We Collect", content: { type: "paragraph", text: "We collect information you provide directly to us when you contact us or book our services, including name, email, and phone number." }
heading: "Information We Collect", content: { text: "We collect information you provide directly to us when you contact us or book our services, including name, email, and phone number." }
},
{
heading: "How We Use Your Information", content: { type: "list", items: ["To provide and maintain our cleaning services", "To notify you about changes to our services", "To respond to your inquiries and support requests"] }
heading: "How We Use Your Information", content: { items: ["To provide and maintain our cleaning services", "To notify you about changes to our services", "To respond to your inquiries and support requests"] }
},
{
heading: "Data Protection", content: { type: "paragraph", text: "We implement appropriate security measures to protect your personal information from unauthorized access, alteration, or destruction." }
heading: "Data Protection", content: { text: "We implement appropriate security measures to protect your personal information from unauthorized access, alteration, or destruction." }
}
]}
/>