瀏覽代碼

feat: FooterBlock 组件新增公司邮箱显示

nahida 4 月之前
父節點
當前提交
0051866ecb
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      src/components/footerBlock.tsx

+ 6 - 0
src/components/footerBlock.tsx

@@ -82,6 +82,12 @@ export default async function FooterBlock() {
                   {basicInfo.address}
                 </p>
               </div>
+              <div>
+                <h4 className="font-medium mb-2">公司邮箱</h4>
+                <p className="text-blue-200 text-sm leading-relaxed">
+                  {basicInfo.email}
+                </p>
+              </div>
             </div>
           </div>