From e93de2b1030dcf946cd8a6026273492f5dfc0228 Mon Sep 17 00:00:00 2001 From: wxj Date: Tue, 28 Jul 2026 09:57:30 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=96=B0=E5=A2=9E=E8=81=94?= =?UTF-8?q?=E7=B3=BB=E6=88=91=E4=BB=AC=E6=A8=A1=E5=9D=97=EF=BC=9A=E9=82=AE?= =?UTF-8?q?=E7=AE=B1=E8=81=94=E7=B3=BB=E3=80=81=E5=9C=A8=E7=BA=BF=E5=AE=A2?= =?UTF-8?q?=E6=9C=8D=E3=80=81=E5=95=86=E5=8A=A1=E5=90=88=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/pages/Home/index.jsx | 43 ++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/web/src/pages/Home/index.jsx b/web/src/pages/Home/index.jsx index cffaf33..c2cf0c1 100644 --- a/web/src/pages/Home/index.jsx +++ b/web/src/pages/Home/index.jsx @@ -605,6 +605,48 @@ function FAQ() { ); } +/* ═══════════════ SECTION: CONTACT US ═══════════════ */ +function ContactUs() { + const { t } = useTranslation(); + return ( +
+
+

{t('联系我们')}

+

如有任何问题或合作需求,欢迎随时联系

+
+
+
+ + + +
+

{t('邮箱联系')}

+

support@turingtoken.com

+
+
+
+ + + +
+

{t('在线客服')}

+

工作日 9:00 - 18:00 在线

+
+
+
+ + + +
+

{t('商务合作')}

+

business@turingtoken.com

+
+
+
+
+ ); +} + /* ═══════════════ FOOTER ═══════════════ */ function Footer() { const { t } = useTranslation(); @@ -665,6 +707,7 @@ const Home = () => ( +