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
+17 -7
View File
@@ -2,8 +2,8 @@ import type { Metadata } from "next"
import Link from "next/link"
export const metadata: Metadata = {
title: "Coming Soon",
description: "This page is coming soon. Stay tuned for updates.",
title: "建设中 | DAL Code",
description: "DAL Code 官网这部分内容还在补齐,路线图和更多产品细节会逐步上线。",
}
export default function ComingSoonPage() {
@@ -11,17 +11,20 @@ export default function ComingSoonPage() {
<main className="section-small top overflow-hidden">
<div className="w-layout-blockcontainer container-default w-container">
<div className="text-center" style={{ padding: "120px 0" }}>
<div className="subtitle">Coming soon</div>
<div className="subtitle">Roadmap</div>
<div className="mg-top-4x-extra-small">
<h1>Under construction</h1>
<h1></h1>
</div>
<div className="mg-top-4x-extra-small">
<p>We&apos;re working on something exciting. Check back soon for updates.</p>
<p>DAL Code 线</p>
</div>
<div className="mg-top-4x-extra-small">
<p></p>
</div>
<div className="mg-top-24px">
<Link href="/" className="primary-button w-inline-block">
<Link href="/blog" className="primary-button w-inline-block">
<div className="button-content">
<div>Back to home</div>
<div></div>
<div className="button-icon-wrapper primary">
<svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 17 17" fill="none" className="squared-icon">
<path d="M6.25391 3.45312L10.7458 8.01563L6.25391 12.5781" stroke="currentColor" strokeWidth="1.5" strokeLinecap="square" />
@@ -32,6 +35,13 @@ export default function ComingSoonPage() {
</div>
</Link>
</div>
<div className="mg-top-4x-extra-small">
<Link href="/contact" className="tertiary-button w-inline-block">
<div className="button-content">
<div> DAL Code </div>
</div>
</Link>
</div>
</div>
</div>
</main>