From 1cec70b95e5324471f6ce8b5722030a98536db29 Mon Sep 17 00:00:00 2001
From: Bastien Faivre <faivre.bast@gmail.com>
Date: Wed, 31 Jul 2024 22:06:56 +0200
Subject: [PATCH] fix: email addresses

---
 src/app/privacy/page.tsx | 2 +-
 src/app/terms/page.tsx   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/app/privacy/page.tsx b/src/app/privacy/page.tsx
index 1010562..a55c2d0 100644
--- a/src/app/privacy/page.tsx
+++ b/src/app/privacy/page.tsx
@@ -109,7 +109,7 @@ const PrivacyPolicy = () => {
                 We retain your personal information for as long as your account
                 is active or as needed to provide you services. If you wish to
                 cancel your account or request that we no longer use your
-                information, please contact us at support@metacube.com. We will
+                information, please contact us at contact@metacube.com. We will
                 retain and use your information as necessary to comply with our
                 legal obligations, resolve disputes, and enforce our agreements.
               </p>
diff --git a/src/app/terms/page.tsx b/src/app/terms/page.tsx
index 4e350dc..49dbdfb 100644
--- a/src/app/terms/page.tsx
+++ b/src/app/terms/page.tsx
@@ -209,10 +209,10 @@ const TermsOfService = () => {
                 If you have any questions about these Terms, please contact us
                 at{" "}
                 <a
-                  href="mailto:support@metacube.com"
+                  href="mailto:contact@metacube.com"
                   className="text-green-400 hover:underline"
                 >
-                  support@metacube.com
+                  contact@metacube.com
                 </a>
                 .
               </p>