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
+5 -4
View File
@@ -1,12 +1,13 @@
import type { Metadata } from "next"
import { HeroSection, IntegrationsSection, PrinciplesSection, CtaSection, BlogPreviewSection } from "@/components/home"
import { SITE_BRAND, SITE_DESCRIPTION } from "@/lib/site-content"
export const metadata: Metadata = {
title: "DalCode - AI Code Intelligence Platform",
description: "Transform your development workflow with AI-powered code intelligence. DalCode helps innovation-driven teams ship faster with smart automation and deep code understanding.",
title: SITE_BRAND,
description: SITE_DESCRIPTION,
openGraph: {
title: "DalCode - AI Code Intelligence Platform",
description: "Transform your development workflow with AI-powered code intelligence.",
title: SITE_BRAND,
description: SITE_DESCRIPTION,
},
}