Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Update frontend/src/pages/Login.jsx
Browse files- frontend/src/pages/Login.jsx +11 -1
frontend/src/pages/Login.jsx
CHANGED
|
@@ -352,7 +352,17 @@ export const Login = () => {
|
|
| 352 |
|
| 353 |
<div>
|
| 354 |
<h4 className="font-bold text-slate-900 text-sm">2. How We Use Your Information</h4>
|
| 355 |
-
<p className="mt-1">We use your data strictly to provide, maintain, and improve the Service, process payments, and ensure legal compliance.</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 356 |
</div>
|
| 357 |
</div>
|
| 358 |
</div>
|
|
|
|
| 352 |
|
| 353 |
<div>
|
| 354 |
<h4 className="font-bold text-slate-900 text-sm">2. How We Use Your Information</h4>
|
| 355 |
+
<p className="mt-1">We use your data strictly to provide, maintain, and improve the Service, process payments, and ensure legal compliance. We do not sell your personal data or scan results to third parties.</p>
|
| 356 |
+
</div>
|
| 357 |
+
|
| 358 |
+
<div>
|
| 359 |
+
<h4 className="font-bold text-slate-900 text-sm">3. Data Security</h4>
|
| 360 |
+
<p className="mt-1">Scan results and user data are encrypted at rest (AES-256) and in transit (TLS 1.3). We enforce strict role-based access controls internally. However, no internet transmission is entirely secure, and you use the Service at your own risk.</p>
|
| 361 |
+
</div>
|
| 362 |
+
|
| 363 |
+
<div>
|
| 364 |
+
<h4 className="font-bold text-slate-900 text-sm">4. Your Rights (GDPR & CCPA)</h4>
|
| 365 |
+
<p className="mt-1">Depending on your jurisdiction, you have the right to access, correct, delete, or restrict the processing of your personal data. You can request a complete data export or account deletion by contacting <a href="mailto:info@larxius.com" className="text-blue-600 font-semibold hover:underline">info@larxius.com</a>.</p>
|
| 366 |
</div>
|
| 367 |
</div>
|
| 368 |
</div>
|