diff --git a/packages/app/src/app/privacy/page.tsx b/packages/app/src/app/privacy/page.tsx index c3f91c16..957921c6 100644 --- a/packages/app/src/app/privacy/page.tsx +++ b/packages/app/src/app/privacy/page.tsx @@ -1,13 +1,58 @@ import { Heading } from "@/components/ui/heading"; -function PrivacyPage({}) { +function PrivacyPage() { return ( -
+
- {/* ADD PRIVACY POLICY */} + +
+

+ At Code Racer, we value your privacy and are committed to protecting + your personal information. This Privacy Policy outlines how we collect, + use, and safeguard your data when you use our platform. +

+ +

Information We Collect

+

+ We may collect personal information such as your username, email address, + and race statistics when you register or participate in races. We also + collect usage data to improve the platform. +

+ +

How We Use Your Information

+

+ Your information is used to personalize your experience, track your + progress, and communicate updates. We do not share your personal data + with third parties without your consent. +

+ +

Cookies

+

+ We use cookies to enhance your experience on Code Racer, such as remembering + your login session and preferences. +

+ +

Data Security

+

+ We implement appropriate security measures to protect your data from + unauthorized access, alteration, or disclosure. +

+ +

Changes to This Policy

+

+ We may update our Privacy Policy from time to time. Any changes will be + posted on this page, and the revised date will be updated accordingly. +

+ +

Contact Us

+

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

+
); }