import React from 'react'; import { Link } from 'react-router-dom'; import { motion } from 'framer-motion'; const Privacy: React.FC = () => { const sections = [ { title: "Information We Collect", content: [ { subtitle: "Account & Order Information", text: "When you make a purchase or create an account, we collect your name, billing and shipping address, email, phone number, and payment information (handled securely by our payment processor)." }, { subtitle: "Site Usage", text: "We may collect data about how you use our website (such as pages visited, items viewed) through cookies and analytics tools. This is non-identifying information to help us improve our site." }, { subtitle: "Communications", text: "If you contact us by email or fill out our contact form, we collect your message and contact details to respond to you." } ] }, { title: "How We Use Information", content: [ { subtitle: "To fulfill orders", text: "Processing payments, shipping purchases, and sending order confirmations and updates." }, { subtitle: "Customer service", text: "Answering your inquiries, providing support, and improving our products and services." }, { subtitle: "Marketing (with consent)", text: "Sending you newsletters or promotional offers if you opt-in. You can unsubscribe at any time." }, { subtitle: "Site improvement", text: "Analyzing site usage trends to enhance our website and customer experience." } ] }, { title: "Sharing & Third Parties", content: [ { subtitle: "We do not sell your personal information", text: "However, we share limited data with trusted third parties as needed:" }, { subtitle: "Shipping and Fulfillment", text: "We provide your address and order details to USPS or other carriers to deliver your items." }, { subtitle: "Payment Processors", text: "Secure payment details (e.g. credit card) are handled by Stripe/PayPal (your full card number is not stored on our site)." }, { subtitle: "Marketing Services", text: "If you subscribe to our newsletter, we use email marketing platforms (e.g. Mailchimp) to send updates." }, { subtitle: "Analytics", text: "We use Google Analytics to understand website traffic. This service may set cookies and collect usage data, but it does not identify you personally." } ] }, { title: "Your Rights", content: [ { subtitle: "Data Access & Control", text: "Depending on where you live (such as California), you may have certain rights regarding your data. Generally, you can: Access or correct the personal information we hold about you; Request deletion of your data (for example, if you delete your account or unsubscribe from communications); Opt-out of certain uses of your data, like marketing emails." }, { subtitle: "Exercise Your Rights", text: "To exercise any of these rights or with questions about your data, contact us at privacy@hotchpotshceramics.com. We will respond within 30 days." } ] }, { title: "Data Security", content: [ { subtitle: "Protection Measures", text: "We take data security seriously. We use HTTPS/SSL for secure data transmission and follow industry-standard practices to protect your data. Only authorized staff have access to order details, and we never store sensitive payment data on our servers. If a data breach occurs, we will notify affected users in accordance with applicable laws." } ] }, { title: "Children's Privacy", content: [ { subtitle: "Age Restrictions", text: "Our site and products are not intended for children under 13. We do not knowingly collect information from children under 13. If we learn that we have collected such data, we will promptly delete it. If you are a parent or guardian and believe we have information about your child, please contact us." } ] } ]; return (
{item.text}
If you have any privacy questions, or if you want to request or update your personal data, please contact us at privacy@hotchpotshceramics.com or use our contact page. We may update this Privacy Policy occasionally to reflect changes in our practices; the latest version will always be posted here with an updated date.
By shopping with us, you acknowledge you have read and agree to this Privacy Policy.