import React from "react" import { motion } from "framer-motion" import { ShieldCheck, Database, Lock, Users, Bell, Mail, } from "lucide-react" /* ========= reusable card ========= */ function PolicyCard({ icon: Icon, title, children }) { return (

{title}

{children}
) } export default function PrivacyPolicy() { return (
{/* ================= HERO ================= */}
{/* amber glow */}

Privacy Policy

Your trust matters. Here’s how LDMA collects, uses and protects your information when you use our app and services.

Effective date: 2026-03-02

{/* ================= CARDS GRID ================= */}
Account details, profile info, project records, device data and notification tokens necessary for app functionality. Authentication, project management, notifications, admin tools and improving the app experience. Firebase authentication, server checks and Firestore security rules protect your information. We keep data only as long as necessary. You may request deletion anytime from your account settings. Push notifications use FCM tokens. You can disable them anytime from device settings. support@ldma.in
+91 77094173777
Latur, Maharashtra, India
{/* ================= FULL TEXT (legal) ================= */}

This Privacy Policy explains how LDMA collects, uses, shares and protects information when you use our mobile app.

We do not sell or rent personal data. Third-party services such as Firebase are used strictly for hosting and infrastructure.

You may update your profile, reset password or delete your account at any time. For questions contact support@ldma.in.

) }