Update src/app/privacy/page.tsx
This commit is contained in:
@@ -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." }
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user