checkpoint: before i18n implementation

This commit is contained in:
Leon-in
2026-04-29 00:29:14 +08:00
parent ded6c67a36
commit 437dc976fb
41 changed files with 2167 additions and 1855 deletions
+4 -4
View File
@@ -2,11 +2,11 @@ import type { Metadata } from "next"
import { HeroSection, FormSection, CardsSection } from "@/components/contact"
export const metadata: Metadata = {
title: "Contact",
description: "Get in touch with the DalCode team. We'd love to hear from you about partnerships, support, or general inquiries.",
title: "联系团队",
description: "和 DAL Code 团队聊聊产品试用、企业方案、生态合作和建设方向。",
openGraph: {
title: "Contact DalCode",
description: "Get in touch with the DalCode team.",
title: "联系 DAL Code",
description: "和 DAL Code 团队聊聊产品试用、企业方案、生态合作和建设方向。",
},
}