From d628d4e028ad76bc4f128030af7ee17f215fd583 Mon Sep 17 00:00:00 2001 From: Caleb <2021.cee.jay@gmail.com> Date: Sat, 20 Jul 2024 23:58:14 +0100 Subject: [PATCH] fix lint issue 2 --- app/routes/privacy.tsx | 139 ++++++++++++++++++++--------------------- 1 file changed, 68 insertions(+), 71 deletions(-) diff --git a/app/routes/privacy.tsx b/app/routes/privacy.tsx index 0a63a8d9..2d4cfbf3 100644 --- a/app/routes/privacy.tsx +++ b/app/routes/privacy.tsx @@ -1,26 +1,24 @@ const PrivacyPage = () => { return (
-
-

+
+

Privacy Policy

-

+

Achieve your dreams with us today

-
+

home > Legal Terms > Privacy

-
+
-

+

Introduction

-

+

At Boilerplate Hng, we prioritize your privacy and are committed to protecting your personal information. This Privacy Policy outlines the types of information we collect, how we use it, and @@ -31,16 +29,16 @@ const PrivacyPage = () => {

-

+

Information We Collect

-

+

We collect various types of information in connection with the services we provide, including:

-

- +

+ Personal Information:{" "} This includes any information that can be used to identify you @@ -49,8 +47,8 @@ const PrivacyPage = () => { create an account, make a purchase, or interact with our customer support.

-

- +

+ Usage Information:{" "} This refers to information about how you use our services, such @@ -59,8 +57,8 @@ const PrivacyPage = () => { how our users interact with our services and to improve our offerings.

-

- +

+ Cookies and Tracking Technologies:{" "} We use cookies and other tracking technologies to enhance your @@ -72,45 +70,45 @@ const PrivacyPage = () => {

-

+

How We Use Your Information

-

+

We use the information we collect to:

-

- +

+ Provide and Improve Our Services:{" "} Your information helps us deliver the services you request and improve our offerings based on your feedback and interactions.

-

- +

+ Personalize Your Experience:{" "} We use your information to tailor our services to your preferences and provide you with relevant content and recommendations.

-

- +

+ Communicate with You:{" "} We may use your contact information to send you updates, newsletters, and promotional materials. You can opt-out of receiving marketing communications at any time.

-

- +

+ Ensure Security and Prevent Fraud:{" "} Your information helps us protect your account and our services from unauthorized access and other security threats.

-

- +

+ Comply with Legal Obligations:{" "} We may use your information to comply with legal requirements, @@ -119,16 +117,16 @@ const PrivacyPage = () => {

-

+

Sharing Your Information

-

+

We do not sell your personal information to third parties. We may share your information with:

-

- +

+ Service Providers:{" "} We work with trusted third-party companies that perform services @@ -137,16 +135,16 @@ const PrivacyPage = () => { information only to perform these tasks and are obligated to protect your information.

-

- +

+ Legal Authorities:{" "} We may disclose your information if required by law or if we believe that such action is necessary to comply with legal processes, protect our rights, or ensure the safety of our users

-

- +

+ Business Transfers:{" "} If we are involved in a merger, acquisition, or sale of assets, @@ -157,39 +155,39 @@ const PrivacyPage = () => {

-

+

Your Choices and Rights

-

+

You have certain rights regarding your personal information, including:

-

- +

+ Access and Correction:{" "} You can request access to and correction of your personal information by contacting us at [Your Contact Information].

-

- +

+ Deletion:{" "} You can request the deletion of your personal information, subject to certain legal obligations we may have to retain your information

-

- +

+ Opt-Out of Marketing Communications:{" "} You can opt-out of receiving marketing communications from us by following the unsubscribe instructions in the emails or contacting us directly.

-

- +

+ Cookies Management:{" "} You can manage your cookie preferences through your browser @@ -199,10 +197,10 @@ const PrivacyPage = () => {

-

+

Security Measures

-

+

We implement robust security measures to protect your information from unauthorized access, disclosure, alteration, and destruction. These measures include encryption, secure @@ -213,10 +211,10 @@ const PrivacyPage = () => {

-

+

Changes to This Privacy Policy

-

+

We may update this Privacy Policy from time to time to reflect changes in our practices or legal requirements. When we make changes, we will notify you by updating the date at the top of @@ -228,10 +226,10 @@ const PrivacyPage = () => {

-

+

Contact Us

-

+

If you have any questions or concerns about this Privacy Policy or our data practices, please contact us at [Your Contact Information]. @@ -239,16 +237,15 @@ const PrivacyPage = () => {

-

+

Last Updated

-

+

This Privacy Policy was last updated on 13/07/2024.

-
+
For more information about our terms and conditions, please visit our{" "} @@ -258,39 +255,39 @@ const PrivacyPage = () => {
-
-

+
+

Table of Content

-
    -
  • +
      +
    • Introductions
    • -
    • +
    • Information We Collect
    • -
    • +
    • How We Use Your Information
    • -
    • +
    • Sharing Your Information
    • -
    • +
    • Your choices and Rights
    • -
    • +
    • Security Measures
    • -
    • +
    • Security Measures{" "}
    • -
    • +
    • Changes to This Privacy Policy
    • -
    • +
    • Contact Us{" "}
    • -
    • +
    • Last Updated
    @@ -304,7 +301,7 @@ const PrivacyPage = () => { }; export const loader = async () => { - return null; + return undefined; }; export default PrivacyPage;