From cc85ec12f09e36f7d4b0fee0feda219cc3c9f4fe Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Mon, 28 Jul 2025 12:56:53 +0200 Subject: [PATCH] WAdd privacy --- app/privacy/page.tsx | 52 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 app/privacy/page.tsx diff --git a/app/privacy/page.tsx b/app/privacy/page.tsx new file mode 100644 index 00000000..cbe3f2b5 --- /dev/null +++ b/app/privacy/page.tsx @@ -0,0 +1,52 @@ +export default function PrivacyPage() { + return ( +
+

Privacy Policy

+ +

+ Effective Date: January 1, 2025 +

+ +
+

+ At BayesBond, we value transparency + and respect for your data. This Privacy Policy explains how we handle your information. +

+ +

1. Information We Collect

+

+ We collect basic account details such as your name, email, and profile data. + Additionally, we may collect usage data to improve platform functionality. +

+ +

2. How We Use Your Data

+

+ Your data is used solely to operate, personalize, and improve the platform. + We do not sell your personal information to third parties. +

+ +

3. Data Storage & Security

+

+ We use modern encryption and security practices to protect your data. + However, no online system is completely secure, so use the platform responsibly. +

+ +

4. Third-Party Services

+

+ BayesBond may integrate with third-party tools (e.g., Google Sign-In). + These services have their own privacy policies that we encourage you to review. +

+ +

5. Your Rights

+

+ You can request deletion of your account and data at any time by contacting + support@bayesbond.com. +

+ +

+ For questions about this Privacy Policy, reach out at support@bayesbond.com. +

+
+
+ ); +}