56 lines
2.7 KiB
JavaScript
56 lines
2.7 KiB
JavaScript
export default function PrivacyPolicyEN() {
|
|
return (
|
|
<div className="max-w-4xl mx-auto p-4">
|
|
<h1 className="text-2xl font-bold mb-4">Privacy Policy</h1>
|
|
|
|
<p className="mb-4">
|
|
This privacy policy outlines how we collect, use, and protect your personal data in accordance with the General Data Protection Regulation (GDPR).
|
|
</p>
|
|
|
|
<h2 className="text-xl font-semibold mb-2">Information We Collect</h2>
|
|
|
|
<p className="mb-4">
|
|
We only collect personal data that you voluntarily provide to us, such as your name, email address, phone number, etc.. The personal information we collect is used to provide, maintain, and improve our services, manage user accounts, and communicate with you about services or products.
|
|
</p>
|
|
|
|
<h2 className="text-xl font-semibold mb-2">How We Use Information</h2>
|
|
|
|
<p className="mb-4">
|
|
We use your personal data to provide services and improve your experience on our site. We do not sell or share your personal data with third parties, except when required by law.
|
|
</p>
|
|
|
|
<h2 className="text-xl font-semibold mb-2">Data Protection and Security</h2>
|
|
|
|
<p className="mb-4">
|
|
We implement a variety of security measures to maintain the safety of your personal information, including HTTPS and data encryption. Access to your personal data is limited to authorized staff only.
|
|
</p>
|
|
|
|
<h2 className="text-xl font-semibold mb-2">Your Rights and Choices</h2>
|
|
|
|
<p className="mb-4">
|
|
Under GDPR, you have the right to access, update, or delete the information we have on you. You also have the rights of rectification, objection, restriction, and data portability. You can opt-out of communications from us at any time and have the right to withdraw consent.
|
|
</p>
|
|
|
|
<p className="mb-4">
|
|
To exercise these rights, please contact us at <a href="mailto:specialnosvidetelstvanesofia@gmail.com" className="text-blue-500 hover:text-blue-600">specialnosvidetelstvanesofia@gmail.com</a>.
|
|
</p>
|
|
|
|
<h2 className="text-xl font-semibold mb-2">Changes to this Policy</h2>
|
|
|
|
<p className="mb-4">
|
|
We may update our 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 "Last updated" date.
|
|
</p>
|
|
|
|
<p className="mb-4">
|
|
Last updated: 03.02.2024
|
|
</p>
|
|
|
|
<h2 className="text-xl font-semibold mb-2">Contact Us</h2>
|
|
|
|
<p className="mb-4">
|
|
If you have any questions about our privacy practices or this Privacy Policy, please contact us at <a href="mailto:specialnosvidetelstvanesofia@gmail.com" className="text-blue-500 hover:text-blue-600">specialnosvidetelstvanesofia@gmail.com</a>.
|
|
</p>
|
|
</div>
|
|
)
|
|
}
|