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
+20 -4
View File
@@ -7,14 +7,30 @@ export default function NotFound() {
<div className="text-center" style={{ padding: "120px 0" }}>
<div className="subtitle">404</div>
<div className="mg-top-4x-extra-small">
<h1>Page not found</h1>
<h1> DAL Code </h1>
</div>
<div className="mg-top-4x-extra-small">
<p>The page you&apos;re looking for doesn&apos;t exist or has been moved.</p>
<p></p>
</div>
<div className="mg-top-24px">
<Link href="/" className="form-button w-button">
Back to home
<Link href="/" className="primary-button w-inline-block">
<div className="button-content">
<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" />
</svg>
<div className="button-icon-bg" />
<div className="button-icon-bg-inside" />
</div>
</div>
</Link>
</div>
<div className="mg-top-4x-extra-small">
<Link href="/about" className="tertiary-button w-inline-block">
<div className="button-content">
<div></div>
</div>
</Link>
</div>
</div>