Translate entire site to English

This commit is contained in:
Codex
2026-07-21 13:06:43 +02:00
parent 4cdf50c27b
commit 76198b98b5
10 changed files with 45 additions and 86 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
import { ContactForm } from "../../components/ContactForm";import { PageHero } from "../../components/PageHero";import { SiteShell } from "../../components/SiteShell";
export default function Contact(){return <SiteShell><main><PageHero eyebrow="START A PARTNERSHIP" title={<>线<br/><span className="accent"></span></>} description="留下基本信息与合作目标。我们会先判断最值得验证的场景,再决定是否进入更深入的合作设计。"/><section className="section shell contact"><aside><p className="kicker">WHAT HAPPENS NEXT</p><h2></h2><ol>{[["01","合作适配判断","判断现阶段是否适合。"],["02","优先场景建议","给出最值得先测试的场景。"],["03","下一步沟通安排","有合作空间时进入具体方案。"]].map(x=><li key={x[0]}><span>{x[0]}</span><div><strong>{x[1]}</strong><p>{x[2]}</p></div></li>)}</ol><div className="privacy"><strong></strong><p></p></div></aside><ContactForm/></section></main></SiteShell>}
export default function Contact(){return <SiteShell><main><PageHero eyebrow="START A PARTNERSHIP" title={<>Your next growth curve<br/>starts with an <span className="accent">honest conversation</span>.</>} description="Share a few details about your creator profile and goals. Well identify the strongest opportunity to validate before designing a deeper partnership."/><section className="section shell contact"><aside><p className="kicker">WHAT HAPPENS NEXT</p><h2>What happens after you submit?</h2><ol>{[["01","Partnership Fit Review","We assess whether the timing and opportunity are a strong fit."],["02","Priority Opportunity","We recommend the most valuable scenario to test first."],["03","Next-Step Conversation","If there is a strong fit, we move into solution design."]].map(x=><li key={x[0]}><span>{x[0]}</span><div><strong>{x[1]}</strong><p>{x[2]}</p></div></li>)}</ol><div className="privacy"><strong>Privacy Note</strong><p>Do not submit identity documents, account passwords, or confidential business information.</p></div></aside><ContactForm/></section></main></SiteShell>}