From caf33d8d575b1135faa185f817e17cc8a682c38d Mon Sep 17 00:00:00 2001 From: haricharan61108 <116500176+haricharan61108@users.noreply.github.com> Date: Sun, 29 Sep 2024 11:33:34 +0530 Subject: [PATCH] Added Privacy policy page and styled it according to website --- packages/app/src/app/privacy/page.tsx | 55 +++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/packages/app/src/app/privacy/page.tsx b/packages/app/src/app/privacy/page.tsx index c3f91c16..598e274e 100644 --- a/packages/app/src/app/privacy/page.tsx +++ b/packages/app/src/app/privacy/page.tsx @@ -8,6 +8,61 @@ function PrivacyPage({}) { description="Privacy policies for Code Racer" /> {/* ADD PRIVACY POLICY */} +
+

Introduction

+

+ Welcome to Code Racer. We are comitted to protecting your personal information and your right to Privacy. +

+ +

Information We Collect

+

+ We collect personal information that you provide to us, such as name, + address, contact information, passwords and security data, and payment + information. +

+ +

How We Use Your Information

+

+ We use personal information collected via our services for a variety + of business purposes described below. We process your personal + information for these purposes with your consent, to comply with legal + obligations, and/or because we have a legitimate interest in doing so. +

+ +

Sharing Your Information

+

+ We only share information with your consent, to comply with laws, to + provide you with services, to protect your rights, or to fulfill + business obligations. +

+ +

Cookies and Tracking Technologies

+

+ We may use cookies and similar tracking technologies to access or + store information. Specific information about how we use such + technologies and how you can refuse certain cookies is set out in our + Cookie Policy. +

+ +

Your Privacy Rights

+

+ In some regions, you have rights that allow you greater access to and + control over your personal information. You may review, change, or + terminate your account at any time. +

+ +

Data Security

+

+ We aim to protect your personal information through a system of + organizational and technical security measures. +

+ +

Contact Us

+

+ If you have questions or comments about this policy, you may email us + at support@coderacer.com. +

+
); }