import { Metadata } from 'next'
import { Card, CardContent, CardHeader, CardTitle } from '@/components/ui/card'
import { Badge } from '@/components/ui/badge'
import { Separator } from '@/components/ui/separator'
import { Shield, Eye, Lock, Users, Mail, Phone } from 'lucide-react'
export const metadata: Metadata = {
title: 'Privacy Policy | Padmaaja Rasooi - Your Data Protection Rights',
description: 'Learn how Padmaaja Rasooi protects your personal information, handles data collection, and ensures your privacy rights are respected.',
keywords: 'privacy policy, data protection, personal information, GDPR compliance, data security, Padmaaja Rasooi',
openGraph: {
title: 'Privacy Policy | Padmaaja Rasooi',
description: 'Comprehensive privacy policy outlining how we protect your personal data and respect your privacy rights.',
type: 'website',
},
}
export default function PrivacyPolicyPage() {
return (
{/* Header Section */}
Privacy Policy
At Padmaaja Rasooi, we are committed to protecting your privacy and ensuring
the security of your personal information. This policy explains how we collect,
use, and safeguard your data.
Last Updated: August 30, 2025
{/* Introduction */}
Our Commitment to Privacy
Padmaaja Rasooi ("we," "our," or "us") respects your privacy and is committed to protecting
your personal data. This privacy policy will inform you about how we look after your
personal data when you visit our website, purchase our premium rice products, or engage
with our business partnership program.
This policy applies to all visitors, customers, and participants in our business network.
We are committed to complying with applicable data protection laws, including GDPR and
local privacy regulations.
{/* Information We Collect */}
Information We Collect
Personal Information
- Name, email address, phone number, and postal address
- Date of birth and government-issued ID (for age verification)
- Bank account details and payment information (securely processed)
- Profile photos and identification documents
- Communication preferences and marketing consents
Business Information
- Business network position and referral relationships
- Sales volume, commissions, and earnings data
- Order history and product preferences
- Performance metrics and achievement records
- Training completion and certification status
Technical Information
- IP address, browser type, and device information
- Website usage data and navigation patterns
- Cookie data and local storage information
- Session recordings for customer support purposes
- Location data (with your consent)
{/* How We Use Information */}
How We Use Your Information
Service Provision
- Process orders and deliver products
- Manage your business account and network
- Calculate and process commissions
- Provide customer support services
Communication
- Send order confirmations and updates
- Provide business opportunity information
- Share promotional offers (with consent)
- Send important policy updates
Legal Compliance
- Verify identity and prevent fraud
- Comply with tax reporting requirements
- Meet regulatory obligations
- Respond to legal requests
Business Improvement
- Analyze website usage and performance
- Improve products and services
- Develop new business features
- Conduct market research
{/* Data Sharing */}
Data Sharing and Disclosure
We do not sell, trade, or rent your personal information to third parties.
We may share your information only in the following circumstances:
Authorized Sharing
- With your upline/downline for legitimate business purposes
- With payment processors for transaction processing
- With logistics partners for product delivery
- With government authorities when legally required
- With professional advisors under confidentiality agreements
{/* Data Security */}
Data Security Measures
We implement appropriate technical and organizational measures to protect
your personal data against unauthorized access, alteration, disclosure, or destruction.
Technical Safeguards
- SSL/TLS encryption
- Secure data centers
- Regular security audits
- Access controls
Administrative Controls
- Employee training
- Data handling policies
- Incident response procedures
- Regular updates
Physical Security
- Secured facilities
- Access restrictions
- Surveillance systems
- Device protection
{/* Your Rights */}
Your Privacy Rights
You have several rights regarding your personal data. You may exercise these
rights by contacting us using the information provided below.
Access & Portability
Request access to your personal data and receive a copy in a portable format.
Rectification
Request correction of inaccurate or incomplete personal data.
Erasure
Request deletion of your personal data (subject to legal obligations).
Restriction
Request limitation of processing of your personal data.
{/* Contact Information */}
Contact Us
If you have any questions about this privacy policy or wish to exercise your
privacy rights, please contact us:
Email: privacy@padmaajarasooi.com
Phone: +91 (Customer Service)
📍
Address: Padmaaja Rasooi Headquarters
[Complete Address]
India
{/* Updates Notice */}
We may update this privacy policy from time to time. We will notify you of
any material changes by posting the new policy on our website.
Effective Date: August 30, 2025
)
}