|
| 1 | +import type { Metadata } from 'next' |
| 2 | +import Section from '@/components/Section' |
| 3 | + |
| 4 | +export const metadata: Metadata = { |
| 5 | + title: 'Privacy Policy', |
| 6 | + description: 'Privacy Policy for ABAB Labs products and services.', |
| 7 | +} |
| 8 | + |
| 9 | +export default function PrivacyPage() { |
| 10 | + return ( |
| 11 | + <Section className="bg-white"> |
| 12 | + <div className="max-w-3xl"> |
| 13 | + <h1 className="text-3xl md:text-4xl font-bold text-gray-900 mb-8"> |
| 14 | + Privacy Policy |
| 15 | + </h1> |
| 16 | + |
| 17 | + <div className="space-y-8 text-gray-700 leading-relaxed text-sm"> |
| 18 | + <p className="text-gray-500"> |
| 19 | + Effective Date: February 1, 2026 |
| 20 | + </p> |
| 21 | + |
| 22 | + <div> |
| 23 | + <h2 className="text-lg font-semibold text-gray-900 mb-3">1. Introduction</h2> |
| 24 | + <p> |
| 25 | + ABAB Labs LLC ("ABAB Labs," "we," "us," or "our") respects your privacy and is committed to protecting your personal information. This Privacy Policy explains how we collect, use, disclose, and safeguard your information when you use our websites, applications, and services. |
| 26 | + </p> |
| 27 | + </div> |
| 28 | + |
| 29 | + <div> |
| 30 | + <h2 className="text-lg font-semibold text-gray-900 mb-3">2. Information We Collect</h2> |
| 31 | + <p className="mb-3"> |
| 32 | + We may collect information that you provide directly to us, including: |
| 33 | + </p> |
| 34 | + <ul className="list-disc list-inside space-y-1 ml-4"> |
| 35 | + <li>Contact information (such as email address) when you reach out to us</li> |
| 36 | + <li>Account information if you create an account on any of our platforms</li> |
| 37 | + <li>Usage data and preferences when you interact with our services</li> |
| 38 | + </ul> |
| 39 | + <p className="mt-3"> |
| 40 | + We may also automatically collect certain information when you use our services, including your IP address, browser type, operating system, referring URLs, and information about how you interact with our services. |
| 41 | + </p> |
| 42 | + </div> |
| 43 | + |
| 44 | + <div> |
| 45 | + <h2 className="text-lg font-semibold text-gray-900 mb-3">3. How We Use Your Information</h2> |
| 46 | + <p className="mb-3"> |
| 47 | + We use the information we collect to: |
| 48 | + </p> |
| 49 | + <ul className="list-disc list-inside space-y-1 ml-4"> |
| 50 | + <li>Provide, maintain, and improve our services</li> |
| 51 | + <li>Respond to your comments, questions, and requests</li> |
| 52 | + <li>Send you technical notices and support messages</li> |
| 53 | + <li>Monitor and analyze trends, usage, and activities in connection with our services</li> |
| 54 | + <li>Detect, investigate, and prevent fraudulent transactions and other illegal activities</li> |
| 55 | + </ul> |
| 56 | + </div> |
| 57 | + |
| 58 | + <div> |
| 59 | + <h2 className="text-lg font-semibold text-gray-900 mb-3">4. Cookies and Analytics</h2> |
| 60 | + <p> |
| 61 | + We may use cookies and similar tracking technologies to collect information about your browsing activities. These technologies help us analyze website traffic and understand how visitors interact with our services. You can instruct your browser to refuse all cookies or to indicate when a cookie is being sent. |
| 62 | + </p> |
| 63 | + </div> |
| 64 | + |
| 65 | + <div> |
| 66 | + <h2 className="text-lg font-semibold text-gray-900 mb-3">5. Information Sharing</h2> |
| 67 | + <p> |
| 68 | + We do not sell, trade, or otherwise transfer your personal information to third parties for marketing purposes. We may share information with trusted third parties who assist us in operating our services, conducting our business, or servicing you, so long as those parties agree to keep this information confidential. |
| 69 | + </p> |
| 70 | + </div> |
| 71 | + |
| 72 | + <div> |
| 73 | + <h2 className="text-lg font-semibold text-gray-900 mb-3">6. Data Security</h2> |
| 74 | + <p> |
| 75 | + We implement appropriate technical and organizational security measures to protect your personal information against unauthorized access, alteration, disclosure, or destruction. However, no method of transmission over the Internet or method of electronic storage is 100% secure, and we cannot guarantee absolute security. |
| 76 | + </p> |
| 77 | + </div> |
| 78 | + |
| 79 | + <div> |
| 80 | + <h2 className="text-lg font-semibold text-gray-900 mb-3">7. Your Rights</h2> |
| 81 | + <p> |
| 82 | + Depending on your location, you may have certain rights regarding your personal information, including the right to access, correct, or delete your data. To exercise any of these rights, please contact us at the email address provided below. |
| 83 | + </p> |
| 84 | + </div> |
| 85 | + |
| 86 | + <div> |
| 87 | + <h2 className="text-lg font-semibold text-gray-900 mb-3">8. Children's Privacy</h2> |
| 88 | + <p> |
| 89 | + Our services are not intended for children under the age of 13. We do not knowingly collect personal information from children under 13. If we learn that we have collected personal information from a child under 13, we will take steps to delete such information. |
| 90 | + </p> |
| 91 | + </div> |
| 92 | + |
| 93 | + <div> |
| 94 | + <h2 className="text-lg font-semibold text-gray-900 mb-3">9. Changes to This Policy</h2> |
| 95 | + <p> |
| 96 | + We may update this Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page and updating the effective date. You are advised to review this Privacy Policy periodically for any changes. |
| 97 | + </p> |
| 98 | + </div> |
| 99 | + |
| 100 | + <div> |
| 101 | + <h2 className="text-lg font-semibold text-gray-900 mb-3">10. Contact Us</h2> |
| 102 | + <p> |
| 103 | + If you have any questions about this Privacy Policy or our data practices, please contact us at{' '} |
| 104 | + <a href="mailto:support@abablabs.com" className="text-ababTeal hover:underline"> |
| 105 | + support@abablabs.com |
| 106 | + </a>. |
| 107 | + </p> |
| 108 | + </div> |
| 109 | + </div> |
| 110 | + </div> |
| 111 | + </Section> |
| 112 | + ) |
| 113 | +} |
0 commit comments