import Typography from 'antd/es/typography';
import Card from 'antd/es/card';
const { Title, Paragraph } = Typography;
export default function PrivacyPolicy() {
return (
Privacy Policy
This is a general-purpose starter policy. Have it reviewed by a lawyer before relying on it —
it is not legal advice and may not reflect your specific obligations.
What we collect
If you create an account, we collect your email address, name (optional), and a securely
hashed password. If you make a purchase, we record the item, amount, and payment processor
transaction reference. We do not store your card or PayPal login details — payment is handled
entirely by our payment processor.
Marketing emails
We only send you marketing emails if you explicitly opt in during signup or in your account
settings. You can withdraw consent at any time from your account page, or via the unsubscribe
link included in every marketing email — no login required.
Your rights
You may request a copy of your data ("Download my data" in your account page), or delete your
account entirely at any time. Deleting your account removes your personal information; past
order records are retained in anonymized form for accounting purposes.
Data retention
Account data is retained until you delete your account. Order records are retained as required
for financial recordkeeping, disconnected from your identity upon account deletion.
Contact
For privacy questions or data requests, contact us at the email address listed on this site.
);
}