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, MissionSection, TeamSection, ValuesSection, CareersSection, SocialLinksSection } from "@/components/about"
export const metadata: Metadata = {
title: "About",
description: "Learn about DalCode's mission, team, and values. We're building the next generation of AI-powered developer tools.",
title: "产品定位",
description: "了解 DAL Code 的产品隐喻、核心能力、目标用户和平台方向。",
openGraph: {
title: "About DalCode",
description: "Learn about DalCode's mission, team, and values.",
title: "为什么是 DAL Code",
description: "了解 DAL Code 的产品隐喻、核心能力、目标用户和平台方向。",
},
}