checkpoint: before i18n implementation
This commit is contained in:
+5
-4
@@ -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,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user