You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

152 lines
6.2 KiB

import React from 'react'
import { Container, chakra } from '@chakra-ui/react'
export default function PrivacyPolicyPage() {
return (
<Container maxW={'7xl'}>
<chakra.h1>Privacy Policy</chakra.h1>
<chakra.h2>Effective Date: May 2022</chakra.h2>
<chakra.p>
Thank you for using our TextBee SMS Gateway Platform
(&quot;Platform&quot;). This Privacy Policy is intended to inform you
about how we collect, use, and disclose information when you use our
Platform. We are committed to protecting your privacy and ensuring the
security of your personal information. By using our Platform, you
consent to the practices described in this Privacy Policy.
</chakra.p>
<chakra.h2>1. Information We Collect</chakra.h2>
<chakra.h3>1.1 Personal Information:</chakra.h3>
<chakra.p>
We may collect the following types of personal information from you when
you use our Platform:
</chakra.p>
<chakra.ul>
<chakra.li>Your name</chakra.li>
<chakra.li>
Contact information (such as email address and phone number)
</chakra.li>
<chakra.li>
Device information (such as device ID, model, and operating system)
</chakra.li>
<chakra.li>SMS content and metadata</chakra.li>
</chakra.ul>
<chakra.h3>1.2 Usage Information:</chakra.h3>
<chakra.p>
We may collect non-personal information about your use of the Platform,
including:
</chakra.p>
<chakra.ul>
<chakra.li>
Log data (such as IP address, browser type, and access times)
</chakra.li>
<chakra.li>Usage patterns and preferences</chakra.li>
<chakra.li>
Statistical information regarding your interactions with the Platform
</chakra.li>
</chakra.ul>
<chakra.h2>2. How We Use Your Information</chakra.h2>
<chakra.h3>2.1 Personal Information:</chakra.h3>
<chakra.p>
We may use your personal information for the following purposes:
</chakra.p>
<chakra.ul>
<chakra.li>To provide and maintain the Platform</chakra.li>
<chakra.li>
To personalize your experience and improve our services
</chakra.li>
<chakra.li>
To communicate with you regarding updates, notifications, and support
</chakra.li>
<chakra.li>To respond to your inquiries or requests</chakra.li>
<chakra.li>To comply with legal obligations</chakra.li>
</chakra.ul>
<chakra.h3>2.2 Usage Information:</chakra.h3>
<chakra.p>
We may aggregate and anonymize usage information to analyze trends,
monitor the effectiveness of our Platform, and improve our services.
</chakra.p>
<chakra.h2>3. Information Sharing and Disclosure</chakra.h2>
<chakra.h3>3.1 Service Providers:</chakra.h3>
<chakra.p>
We do not share your personal information with third parties except as
necessary to provide the services offered by the Platform. We may engage
third-party service providers to assist us in delivering the Platform,
such as analytics providers, and customer support. These service
providers are authorized to use your personal information only as
necessary to provide the services to us.
</chakra.p>
<chakra.h3>3.2 Legal Requirements:</chakra.h3>
<chakra.p>
We may disclose your personal information if required to do so by law or
in response to a valid legal request, including to law enforcement or
government agencies.
</chakra.p>
<chakra.h3>3.3 Business Transfers:</chakra.h3>
<chakra.p>
In the event of a merger, acquisition, or sale of our Platform, your
personal information may be transferred as part of the transaction. We
will notify you via email or prominent notice on our website if such a
transfer occurs.
</chakra.p>
<chakra.h2>4. Data Security</chakra.h2>
<chakra.p>
We implement reasonable security measures to protect your personal
information from unauthorized access, disclosure, alteration, or
destruction. However, please be aware that no method of transmission
over the internet or electronic storage is completely secure, and we
cannot guarantee absolute security.
</chakra.p>
<chakra.h2>5. Your Choices and Rights</chakra.h2>
<chakra.h3>5.1 Opt-Out:</chakra.h3>
<chakra.p>
You may opt-out of receiving promotional communications from us by
following the instructions provided in the communication or contacting
us directly.
</chakra.p>
<chakra.h3>5.2 Access and Correction:</chakra.h3>
<chakra.p>
You have the right to access and update your personal information. If
you require assistance in accessing or correcting your personal
information, please contact us using the information provided at the end
of this Privacy Policy.
</chakra.p>
<chakra.h2>6. Children&apos;s Privacy</chakra.h2>
<chakra.p>
Our Platform is not intended for use by individuals under the age of 16.
We do not knowingly collect personal information from children. If we
become aware that we have collected personal information from a child
without parental consent, we will take steps to remove that information
from our servers.
</chakra.p>
<chakra.h2>7. Changes to this Privacy Policy</chakra.h2>
<chakra.p>
We may update this Privacy Policy from time to time. We will notify you
of any changes by posting the revised policy on our website or through
other reasonable means. Your continued use of the Platform after the
effective date of the revised Privacy Policy constitutes acceptance of
the updated terms.
</chakra.p>
<chakra.h2>8. Contact Us</chakra.h2>
<chakra.p>
If you have any questions or concerns about this Privacy Policy or our
data practices, please contact us at{' '}
<a href='mailto:textbee.dev@gmail.com' target='_blank'>
textbee.dev@gmail.com
</a>
.
</chakra.p>
</Container>
)
}