Update src/app/privacy/page.tsx

This commit is contained in:
2026-05-10 01:29:13 +00:00
parent f95bf588d6
commit b68b0ba914

View File

@@ -39,13 +39,13 @@ export default function PrivacyPolicyPage() {
subtitle="Last updated: May 2024"
sections={[
{
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: "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: "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: "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: "Data Protection", content: { text: "We implement appropriate security measures to protect your personal information from unauthorized access, alteration, or destruction." }
heading: "Data Protection", content: { type: "paragraph", text: "We implement appropriate security measures to protect your personal information from unauthorized access, alteration, or destruction." }
}
]}
/>