diff --git a/client/src/component/Footers/Privacypolicy.jsx b/client/src/component/Footers/Privacypolicy.jsx index 17149d1..8162943 100644 --- a/client/src/component/Footers/Privacypolicy.jsx +++ b/client/src/component/Footers/Privacypolicy.jsx @@ -5,66 +5,159 @@ export default function PrivacyPolicy() { const VITE_CLIENT_PORT = import.meta.env.VITE_CLIENT_PORT; return ( -
-

Privacy Policy

+
+

+ Privacy Policy +

-
-

Effective Date: October 2024

-

- This Privacy Policy describes how BITBOX ("we," "us," or "our") collects, uses, and discloses your information when you use our website, located at - {VITE_CLIENT_PORT}/privacy. -

-
+
+
+ Last updated: April 13, 2024 +
-
-

Information We Collect

-

- We collect various types of information in connection with the services we provide, including information you provide directly and information collected automatically. -

-
+
+ This Privacy Policy describes our policies and procedures on the + collection, use, and disclosure of your information when you use the + Service. It also explains your privacy rights and how the law protects + you. +
-
-

Use of Information

-

- We use the information we collect to provide, operate, and maintain our services, including improving our offerings and ensuring the security of the site. +

+ Interpretation +

+

+ Words with capitalized initials have meanings defined under the following + conditions. These definitions shall apply whether they appear in singular + or plural.

-
-
-

Sharing of Information

-

- We may share your information with third parties, such as service providers, to help us operate our business, or where required by law. -

-
+

+ Definitions +

+
+
    +
  • + Account: A unique account created for you to access + our Service or parts of our Service. +
  • +
  • + Company: Refers to BitBox (also referred to as "the + Company", "We", "Us", or "Our"). +
  • +
  • + Cookies: Small files placed on your device (computer, + mobile, or tablet) that store details of your browsing history. +
  • +
  • + Device: Any device that can access the Service, such + as a computer, cellphone, or tablet. +
  • +
  • + Personal Data: Information that relates to an + identifiable individual. +
  • +
  • + Service: Refers to the Website. +
  • +
  • + Service Provider: Any person or company who processes + data on behalf of the Company. +
  • +
  • + Usage Data: Data collected automatically (such as the + duration of a page visit). +
  • +
  • + Website: Refers to BitBox, accessible from{' '} + + {VITE_CLIENT_PORT}/ + +
  • +
  • + You: The individual using the Service, or the company + represented by that individual. +
  • +
+
-
-

Data Security

-

- We implement security measures designed to protect your information from unauthorized access, alteration, disclosure, or destruction. -

-
+

+ Collecting and Using Your Personal Data +

-
-

Your Rights

-

- Depending on your location, you may have certain rights regarding your personal information, including the right to access, correct, or delete your data. +

+ Types of Data Collected +

+ +

+ Personal Data +

+

+ We may ask you to provide personally identifiable information to contact + or identify you, including:

-
+
    +
  • Email address
  • +
  • First name and last name
  • +
  • Usage Data
  • +
-
-

Changes to this Privacy Policy

-

- We may update this Privacy Policy from time to time. When we make changes, we will notify you by revising the effective date or providing additional notice. +

+ Usage Data +

+

+ Usage Data is collected automatically and may include information like + your IP address, browser type, device details, and time spent on our + Service.

-
-
-

Contact Us

-

- If you have any questions about this Privacy Policy, please contact us at support@bitbox.com. +

+ Tracking Technologies and Cookies +

+

+ We use cookies and similar tracking technologies (beacons, tags, and + scripts) to collect and analyze information to improve our Service. The + types of tracking we use include:

-
+
    +
  • + Cookies: Small files placed on your device. You can + instruct your browser to refuse cookies or indicate when a cookie is + sent. Without cookies, parts of our Service may not work properly. +
  • +
  • + Web Beacons: Small electronic files that permit the + Company to count users who visit certain pages or read emails. +
  • +
+
+
+ + ); } diff --git a/client/src/css/Main.css b/client/src/css/Main.css index c3ce60b..fe7e682 100644 --- a/client/src/css/Main.css +++ b/client/src/css/Main.css @@ -4,6 +4,7 @@ margin-top: 100px; margin-bottom: 40px; } + .terms-container { background-color: #ffffff; border: 1px solid #e5e7eb; @@ -35,7 +36,8 @@ p { border: 1px solid #e5e7eb; padding: 1.5rem; box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1); - margin-top: 7rem; /* Adds space above the container */ + margin-top: 7rem; + /* Adds space above the container */ } ul { @@ -132,7 +134,7 @@ ul { /* Privacy Policy */ .privacy-policy-container { - margin-top: 100px; + margin-top: 40px; margin-bottom: 40px; } @@ -179,6 +181,6 @@ ul { /* Testimonail Stars */ -.stars-testimonial{ +.stars-testimonial { color: #ffd700 !important; } \ No newline at end of file