From 76198b98b57bae0106bf5b815e0a6b39b2663fa7 Mon Sep 17 00:00:00 2001 From: Codex Date: Tue, 21 Jul 2026 13:06:43 +0200 Subject: [PATCH] Translate entire site to English --- app/advantages/page.tsx | 8 ++--- app/cases/page.tsx | 4 +-- app/contact/page.tsx | 2 +- app/faq/page.tsx | 4 +-- app/layout.tsx | 4 +-- app/page.tsx | 62 +++++++++++++++----------------------- app/process/page.tsx | 4 +-- components/ContactForm.tsx | 28 ++--------------- components/SiteNav.tsx | 8 ++--- components/SiteShell.tsx | 7 ++--- 10 files changed, 45 insertions(+), 86 deletions(-) diff --git a/app/advantages/page.tsx b/app/advantages/page.tsx index 4f4fc1a..8f72eba 100644 --- a/app/advantages/page.tsx +++ b/app/advantages/page.tsx @@ -1,5 +1,5 @@ import Link from "next/link";import { PageHero } from "../../components/PageHero";import { SiteShell } from "../../components/SiteShell"; -const cards=[["01","两种数字人模式","既可基于经授权的照片、视频与声音,创建真人创作者当前或年轻时期的 AI 分身;也可从形象、人设到故事完全从零打造原创数字人 IP。"],["02","内容产能可扩展","把一个创意延展到短视频、图文、语音与多语言版本。"],["03","关系持续被经营","从评论到私聊建立连续体验,让高意向粉丝得到自然回应。"],["04","变现不止一种","组合订阅、付费内容、打赏、专属互动等收入路径。"],["05","全程授权可控","合作前明确形象版本、使用场景、授权范围、内容红线与审核机制。"],["06","全链路转化跟踪","跟踪内容曝光、评论互动、私信承接、私域沉淀到付费转化的关键数据,定位每一环节的流失与机会,并持续提供针对性的优化方案。"]]; -export default function Advantages(){return
你的影响力不该被
时间与平台限制。} description="我们把 AI 技术、内容运营与粉丝商业化合成一套服务,让创作者专注于真正不可替代的部分:表达、审美与信任。" extra={查看合作流程 }/>
{cards.map(x=>
{x[0]}

{x[1]}

{x[2]}

)}

A BETTER MODEL

把分散工作,变成同一条增长链路

关键环节传统运营AI 创作者合作
{[["内容生产","依赖单次拍摄与个人时间","一次创意,多形态持续延展"],["粉丝互动","容易漏掉重要回应","分层承接评论与私聊关系"],["商业化","以广告和平台分成为主","建立多元、可持续粉丝收入"],["转化分析","数据分散、难以定位流失环节","贯通内容、评论、私信、私域与付费数据,持续优化转化"]].map(r=>
{r.map((c,i)=>{c})}
)}
} -function FunnelFeature(){const steps=[["01","内容","曝光与点击"],["02","粉丝评论","互动与意向"],["03","私信","关系承接"],["04","私域","持续经营"],["05","付费","收入与复购"]];return

FULL-FUNNEL CONVERSION TRACKING

从每一次内容,
到每一笔收入。

我们不只关注内容有没有曝光,更跟踪粉丝如何从看见内容、产生互动,一步步进入私信与私域,最终完成付费和复购。

{steps.map((x,i)=>
{x[0]}{x[1]}{x[2]}{i→}
)}
实时跟踪关键转化率定位流失环节与高价值人群持续提供针对性优化方案
} -function Cta(){return

FIND YOUR GROWTH LEVER

先从最适合你的一个增长点开始。

获取合作建议
} +const cards=[["01","Two AI Avatar Models","Create an authorized avatar from a creator’s photos, videos, and voice—using their current or younger image—or build an entirely original digital human IP from identity to story."],["02","Scalable Content Output","Extend one idea into short videos, images, written posts, voice content, and multiple languages."],["03","Always-On Fan Relationships","Create a continuous experience from comments to DMs, ensuring high-intent fans receive relevant, timely responses."],["04","Multiple Revenue Streams","Combine subscriptions, paid content, tips, and exclusive interactions to diversify creator income."],["05","Creator-Controlled Authorization","Define the approved image, use cases, authorization scope, content boundaries, and review process before launch."],["06","Full-Funnel Conversion Tracking","Track content reach, comment engagement, DM conversion, community retention, and payments. We identify drop-offs and opportunities, then provide ongoing optimization strategies."]]; +export default function Advantages(){return
Your influence should not be limited by
time or platforms.} description="We combine AI technology, content operations, and fan monetization into one service—so creators can focus on what cannot be replaced: voice, taste, and trust." extra={See How It Works }/>
{cards.map(x=>
{x[0]}

{x[1]}

{x[2]}

)}

A BETTER MODEL

Turn fragmented work into one growth engine

Key AreaTraditional OperationsAI Creator Partnership
{[["Content Production","Dependent on one-off shoots and creator time","One idea, continuously extended across formats"],["Fan Engagement","High-value conversations are easily missed","Segment and carry relationships from comments into DMs"],["Monetization","Primarily ads and platform revenue share","Build diverse, sustainable fan revenue"],["Conversion Analytics","Fragmented data makes drop-offs hard to identify","Connect content, comments, DMs, community, and payment data to improve conversion"]].map(r=>
{r.map((c,i)=>{c})}
)}
} +function FunnelFeature(){const steps=[["01","Content","Reach & Clicks"],["02","Comments","Engagement & Intent"],["03","DMs","Relationship Handoff"],["04","Community","Ongoing Nurture"],["05","Payment","Revenue & Repeat Purchase"]];return

FULL-FUNNEL CONVERSION TRACKING

From every piece of content
to every dollar earned.

We go beyond measuring reach. We track how fans discover content, engage, move into DMs and private communities, and ultimately convert into paying and repeat customers.

{steps.map((x,i)=>
{x[0]}{x[1]}{x[2]}{i→}
)}
Track key conversion ratesIdentify drop-offs and high-value fansDeliver continuous optimization strategies
} +function Cta(){return

FIND YOUR GROWTH LEVER

Start with the growth opportunity that fits you best.

Get a Partnership Recommendation
} diff --git a/app/cases/page.tsx b/app/cases/page.tsx index 01985ee..478f9eb 100644 --- a/app/cases/page.tsx +++ b/app/cases/page.tsx @@ -1,3 +1,3 @@ import Link from "next/link";import { PageHero } from "../../components/PageHero";import { SiteShell } from "../../components/SiteShell"; -const scenarios=[["SCENARIO 01","成熟个人创作者","让年轻时期的经典形象,以 AI 数字人重新连接粉丝","拥有大量具有情感记忆的经典照片与作品,但个人时间有限,旧内容也难以持续产生新的互动与商业价值。",["建立年轻时期授权 AI 分身","还原经典形象与表达风格","扩展多语言数字人内容"],["经典内容唤醒","跨市场触达","粉丝互动深度"],"purple"],["SCENARIO 02","原创数字人 IP","从零打造一个可长期运营的虚拟创作者","没有真人原型和现成粉丝资产,需要从目标人群出发,完整建立外形、人设、故事、内容风格与关系体验。",["原创形象与世界观","多平台内容冷启动","评论与私聊关系运营"],["人设认知度","粉丝增长","单粉丝价值"],"coral"],["SCENARIO 03","MCN / Agency","为多个创作者建立可复制的增长基础设施","不同账号依赖不同团队,内容、互动和收入数据分散,经验难复制。",["标准化创作者上架","共享运营规则","统一数据复盘"],["上架效率","运营一致性","矩阵收入"],"blue"]] as const; -export default function Cases(){return
不同起点,
同一件事:放大价值。} description="以下为面向不同类型创作者与合作伙伴的典型合作场景和服务路径,并非客户成功案例;实际方案将根据你的形象资产、粉丝基础与商业目标定制。"/>
{scenarios.map(x=>
{x[0]}
{x[1]}
{x[1]}

{x[2]}

适用情况

{x[3]}

我们提供

{x[4].map(t=>{t})}

改善方向

{x[5].map(t=>↗ {t})}

)}

YOUR SCENARIO STARTS HERE

你的合作路径,从真实资源出发。

聊聊你的情况
} +const scenarios=[["SCENARIO 01","Established Individual Creator","Reconnect fans with an iconic younger image through an AI avatar","You have classic photos and work with strong emotional value, but limited personal time makes it difficult to generate new engagement and revenue consistently.",["Build an authorized younger-era AI avatar","Recreate the iconic image and communication style","Expand multilingual digital human content"],["Reawaken classic content","Reach new markets","Deepen fan engagement"],"purple"],["SCENARIO 02","Original Digital Human IP","Build a virtual creator designed for long-term growth","With no real-person prototype or existing audience, we develop the appearance, persona, story, content style, and fan relationship experience around a defined target audience.",["Original identity and content universe","Multi-platform content launch","Comment and DM relationship operations"],["Persona recognition","Audience growth","Revenue per fan"],"coral"],["SCENARIO 03","MCN / Agency","Build scalable growth infrastructure for multiple creators","Different accounts rely on separate teams, while content, engagement, and revenue data remain fragmented and difficult to replicate.",["Standardized creator onboarding","Shared operating playbooks","Unified performance analysis"],["Onboarding efficiency","Operating consistency","Portfolio revenue"],"blue"]] as const; +export default function Cases(){return
Different starting points.
One goal: amplify value.} description="These are typical partnership scenarios and service paths—not customer success stories. Your solution will be tailored to your image assets, audience foundation, and commercial goals."/>
{scenarios.map(x=>
{x[0]}
{x[1]}
{x[1]}

{x[2]}

BEST FOR

{x[3]}

WHAT WE PROVIDE

{x[4].map(t=>{t})}

GROWTH FOCUS

{x[5].map(t=>↗ {t})}

)}

YOUR SCENARIO STARTS HERE

Your partnership path starts with your real assets.

Tell Us About Your Goals
} diff --git a/app/contact/page.tsx b/app/contact/page.tsx index 38079f0..f0a7de4 100644 --- a/app/contact/page.tsx +++ b/app/contact/page.tsx @@ -1,2 +1,2 @@ import { ContactForm } from "../../components/ContactForm";import { PageHero } from "../../components/PageHero";import { SiteShell } from "../../components/SiteShell"; -export default function Contact(){return
下一条增长曲线,
从一次认真沟通开始。} description="留下基本信息与合作目标。我们会先判断最值得验证的场景,再决定是否进入更深入的合作设计。"/>
} +export default function Contact(){return
Your next growth curve
starts with an honest conversation.} description="Share a few details about your creator profile and goals. We’ll identify the strongest opportunity to validate before designing a deeper partnership."/>
} diff --git a/app/faq/page.tsx b/app/faq/page.tsx index 9a44d72..e76bba9 100644 --- a/app/faq/page.tsx +++ b/app/faq/page.tsx @@ -1,3 +1,3 @@ import Link from "next/link";import { PageHero } from "../../components/PageHero";import { SiteShell } from "../../components/SiteShell"; -const qs=[["没有真人创作者,也可以纯做数字人 IP 吗?","可以。我们可以从目标人群出发,从零设计数字人的外形、姓名、性格、故事与内容世界观,再建立内容生产、粉丝互动和商业化路径,不需要绑定任何真人原型。"],["可以制作创作者年轻时期的 AI 分身吗?","可以。经创作者或合法权利方明确授权后,我们可以基于年轻时期的照片、视频、声音与作品资料,制作相应时期的 AI 数字人;具体形象版本、使用场景和授权期限会在合作前约定。"],["如何确保 AI 内容符合我的形象?","合作初期会共同建立创作者 AI 手册,包含形象时期、语气、价值观、视觉规范、禁区和审核机制。"],["我的肖像、声音和内容版权归谁?","具体权利与使用范围会在正式合作协议中清晰约定。默认仅在获得授权的场景和期限内使用。"],["合作一定要同时做所有服务吗?","不需要。可以从 AI 数字人内容、评论运营、私聊关系或付费内容中的一个场景开始。"],["可以覆盖哪些平台和市场?","服务面向全球市场,重点覆盖欧美、拉美、东南亚等地区,并可适配主流内容、社交、私信与粉丝平台。具体市场和平台组合会结合创作者的账号基础、粉丝画像与当地运营条件制定。"],["如何衡量合作是否有效?","合作效果核心通过账号收入增长来衡量。我们会对比合作前后的总收入、付费用户数、付费转化率、复购与单粉丝收入,并结合从内容、评论、私信、私域到付费的全链路数据,持续分析和优化。"],["第一步需要准备什么?","若基于真人,可提供主要账号、粉丝规模和希望使用的形象时期;若打造原创 IP,只需说明目标市场、受众和希望探索的方向。"]]; -export default function FAQ(){return
在开始之前,
先把重要问题说清楚。} description="关于原创数字人 IP、真人与年轻时期分身、合作边界、版权与效果衡量,这里整理了最常问的问题。" extra={还有其他问题?联系团队 }/>
{qs.map((x,i)=>
{String(i+1).padStart(2,"0")}{x[0]}

{x[1]}

)}

LET'S TALK

真实情况不同,最好的答案也会不同。

联系合作团队
} +const qs=[["Can I build a digital human IP without a real creator?","Yes. We can start with your target audience and design the digital human’s appearance, name, personality, story, and content universe from scratch—then build the content, fan engagement, and monetization system without using any real-person prototype."],["Can you create an AI avatar of a creator’s younger self?","Yes. With clear authorization from the creator or legal rights holder, we can use photos, videos, voice, and work from that period to create a younger-era AI avatar. The approved image, use cases, and authorization term are agreed before production."],["How do you ensure AI content stays true to my image?","At the start of the partnership, we create a Creator AI Guide covering the approved image era, tone of voice, values, visual standards, prohibited topics, and review process."],["Who owns my image, voice, and content rights?","Ownership and usage rights are defined clearly in the formal partnership agreement. By default, assets are used only within the authorized use cases and term."],["Do I need to use every service at once?","No. You can begin with one focused opportunity, such as AI avatar content, comment operations, DM relationships, or premium content."],["Which markets and platforms do you support?","Our services are designed for global markets, with a focus on North America, Europe, Latin America, and Southeast Asia. We support major content, social, messaging, and fan platforms, with the final market and platform mix based on your audience, account foundation, and local operating conditions."],["How do you measure partnership success?","Account revenue growth is the primary measure of success. We compare total revenue, paying users, payment conversion, repeat purchase, and revenue per fan before and after the partnership—supported by full-funnel data from content and comments to DMs, community, and payment."],["What do I need to get started?","For a real-person avatar, share your key accounts, audience size, and the image era you want to explore. For an original digital human IP, simply describe your target market, audience, and initial direction."]]; +export default function FAQ(){return
Before we begin,
let’s make the important things clear.} description="Answers about original digital human IP, current and younger-era creator avatars, partnership boundaries, rights, and performance measurement." extra={Have another question? Contact us }/>
{qs.map((x,i)=>
{String(i+1).padStart(2,"0")}{x[0]}

{x[1]}

)}

LET'S TALK

Every creator is different. The best answer should be, too.

Contact the Partnership Team
} diff --git a/app/layout.tsx b/app/layout.tsx index 1f9a963..441ec68 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -13,8 +13,8 @@ const geistMono = Geist_Mono({ }); export const metadata: Metadata = { - title: "COZCREATOR|AI 创作者合作服务", - description: "提供真人授权 AI 分身、年轻时期 AI 分身、原创数字人 IP、内容增长、粉丝关系运营与商业化服务。", + title: "COZCREATOR | AI Creator Partnership", + description: "Authorized AI avatars, younger-era creator avatars, original digital human IP, content growth, fan relationship management, and monetization.", other: { "codex-preview": "development", }, diff --git a/app/page.tsx b/app/page.tsx index 3030265..e035866 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -2,10 +2,10 @@ import Link from "next/link"; import { SiteShell } from "../components/SiteShell"; const services = [ - ["01", "AI 数字人", "既可基于创作者当前或年轻时期形象打造授权分身,也可从零创建原创数字人 IP。"], - ["02", "内容增长", "把一次创意延展为多平台、多语言、多形态内容资产。"], - ["03", "关系运营", "承接评论与私聊,让粉丝被回应、被理解、愿意留下。"], - ["04", "粉丝变现", "组合订阅、付费内容、打赏与专属互动,构建长期收入。"], + ["01", "AI Avatars", "Create an authorized avatar based on a creator’s current or younger image—or build an original digital human IP from scratch."], + ["02", "Content Growth", "Turn one idea into multilingual, multi-format content assets for multiple platforms."], + ["03", "Fan Relationships", "Carry conversations from comments into DMs, so fans feel seen, understood, and motivated to stay."], + ["04", "Fan Monetization", "Combine subscriptions, paid content, tips, and exclusive interactions to build recurring revenue."], ]; export default function Home() { @@ -14,18 +14,18 @@ export default function Home() {

AI CREATOR PARTNERSHIP

-

让你的影响力,
拥有第二条增长曲线

-

既可以为真人创作者打造当前或年轻时期的 AI 分身,也可以从零创建没有真人原型的原创数字人 IP,并持续生产内容、经营粉丝关系,让粉丝关系转化为可持续的商业收入。

-
申请合作 查看合作场景
+

Turn your influence
into a second growth curve

+

Create an AI avatar based on a real creator’s current or younger image—or launch a fully original digital human IP with no real-person prototype. We produce content, nurture fan relationships, and turn those relationships into sustainable revenue.

+
Apply to Partner Explore Scenarios
-
-
CREATOR
真实影响力表达 · 审美 · 信任
-
AI AVATAR经典形象新生当前 · 年轻时期 · 声音
-
ORIGINAL IP从零创造形象 · 人设 · 世界观
-
AI 数字人已连接
+
+
CREATOR
Real InfluenceVoice · Taste · Trust
+
AI AVATARIconic Image, RebornCurrent · Younger Era · Voice
+
ORIGINAL IPBuilt from ZeroIdentity · Persona · World
+
AI avatar connected
-
一套完整的创作者增长系统
1:1专属合作方案
4核心增长模块
可扩展场景
+
A complete creator growth system
1:1Tailored Partnership
4Core Growth Modules
Scalable Opportunities
@@ -33,45 +33,33 @@ export default function Home() {

COZSWEET CREATOR REVENUE ENGINE

THE AI CREATOR
ECONOMY HAS
ARRIVED.

-

Cozsweet 不只帮你生产更多内容,更把内容带来的流量转化为可持续经营的粉丝关系,并通过订阅、付费聊天、付费内容、打赏与专属互动,帮助创作者持续增加账号收入。

-
了解增收方式 从流量,到关系,再到收入
+

Cozsweet does more than help you create content. We turn content-driven traffic into lasting fan relationships—and monetize those relationships through subscriptions, paid chats, premium content, tips, and exclusive interactions.

+
Explore Revenue Growth From reach, to relationships, to revenue
-
+
COZSWEET•••
-
CREATOR REVENUE多元收入持续增长内容价值正在被转化
-
$12,680本月收入 · 示意数据
+
CREATOR REVENUEGrow Multiple Revenue StreamsYour content value is being converted
+
$12,680Monthly revenue · Demo data
-
-
01订阅收入
-
02付费聊天
-
03付费内容
-
04粉丝打赏
-
+
01Subscriptions
02Paid Chats
03Premium Content
04Fan Tips
-
关系运营评论 → 私信 → 私域
-
本月收入增长 · 示意数据+$3,280 ↑ 35%
+
FAN RELATIONSHIPSComments → DMs → Community
+
Monthly growth · Demo data+$3,280 ↑ 35%
-

OUR MODEL

不是替代创作者,
而是放大创作者。

已有真人创作者,我们放大其形象、表达与粉丝信任;没有真人原型,也可以从零定义形象、人设与故事,打造完全原创的数字人 IP。

真人授权分身原创数字人 IP
+

OUR MODEL

Not here to replace creators.
Here to amplify them.

For established creators, we amplify their image, voice, and fan trust. Without a real-person prototype, we can define a new identity, persona, and story from the ground up to build an entirely original digital human IP.

Authorized Creator AvatarOriginal Digital Human IP
{services.map(([no,title,text])=>
{no}

{title}

{text}

)}
-

PARTNERSHIP VALUE

从“做更多内容”,
到“经营更多价值”。

了解合作优势
{[["01","持续触达粉丝","扩大内容覆盖"],["02","互动被回应","建立关系"],["03","信任被沉淀","形成资产"],["04","影响力变现","持续增长"]].map((x,i)=>
{x[0]}{x[1]}{x[2]}
)}
+

PARTNERSHIP VALUE

From creating more content
to building more value.

Why Partner With Us
{[["01","Reach More Fans","Expand Content Reach"],["02","Respond at Scale","Build Relationships"],["03","Compound Trust","Create an Asset"],["04","Monetize Influence","Grow Recurring Revenue"]].map((x,i)=>
{x[0]}{x[1]}{x[2]}
)}
-
-

PARTNERSHIP SCENARIOS

适配不同阶段的合作方式

查看全部场景
-
{[ - ["个人创作者","让当前形象与年轻时期的经典形象持续创造价值","AI 数字人 · 年轻时期分身 · 多平台内容","purple"], - ["原创数字人 IP","从零打造可持续运营和商业化的虚拟创作者","原创人设 · 内容矩阵 · 粉丝关系","coral"], - ["MCN / Agency","用一套系统承接多个创作者增长与变现","批量上架 · 标准流程 · 数据复盘","blue"], - ].map(([label,title,tags,color])=>
{label}

{title}

{tags}

)}
-
+

PARTNERSHIP SCENARIOS

Flexible models for different stages

View All Scenarios
{[["Individual Creators","Keep your current and iconic younger image creating value","AI Avatar · Younger-Era Avatar · Multi-Platform Content","purple"],["Original Digital Human IP","Build a virtual creator designed for long-term growth and monetization","Original Persona · Content Matrix · Fan Relationships","coral"],["MCN / Agency","Use one system to grow and monetize multiple creators","Scalable Onboarding · Standard Workflows · Data Insights","blue"]].map(([label,title,tags,color])=>
{label}

{title}

{tags}

)}
-

START A PARTNERSHIP

你带来影响力,
我们把它经营得更远。

告诉我们你的创作者类型、粉丝规模与当前目标,我们会据此设计第一版合作路径。

开始合作
+

START A PARTNERSHIP

You bring the influence.
We take it further.

Tell us about your creator profile, audience size, and current goals. We’ll design an initial partnership path around your real assets.

Start a Partnership
; } diff --git a/app/process/page.tsx b/app/process/page.tsx index 1c3bd9c..153a9b8 100644 --- a/app/process/page.tsx +++ b/app/process/page.tsx @@ -1,3 +1,3 @@ import Link from "next/link";import { PageHero } from "../../components/PageHero";import { SiteShell } from "../../components/SiteShell"; -const steps=[["01","合作诊断","了解内容资产、核心粉丝、平台分布与商业目标,找到最值得优先验证的机会。","合作机会地图"],["02","形象模式与边界","选择真人当前形象、年轻时期经典形象,或完全原创的数字人模式,并定义人设、故事、使用场景、授权范围和审核规则。","数字人 IP 手册"],["03","AI 数字人制作","授权分身基于照片、视频与声音素材完成校准;原创数字人则从外形、声音、性格与内容世界观开始构建。","可测试版本"],["04","小范围验证","选择一个平台或场景开始,观察触达、互动、留存与付费信号。","验证数据"],["05","规模化增长","扩展内容形态、渠道和变现路径,形成可复用运营节奏。","长期增长计划"]]; -export default function Process(){return
从第一次沟通,
到一套长期增长系统。} description="我们从小范围验证开始,让每一步都可看、可控、可复盘。合作范围随真实结果逐步扩展。" extra={开始合作评估 }/>
{steps.map(x=>
{x[0]}

{x[1]}

{x[2]}

输出:{x[3]}
)}

OUR PRINCIPLES

合作过程中,
你始终拥有决定权。

{[["01","先验证,再扩大","用真实反馈决定投入。"],["02","先定边界,再创作","内容与互动在授权范围内运行。"],["03","长期价值优先","不透支粉丝信任。"]].map(x=>
{x[0]}{x[1]}

{x[2]}

)}

READY WHEN YOU ARE

告诉我们你现在最想解决的问题。

提交合作意向
} +const steps=[["01","Partnership Diagnosis","Review your content assets, core audience, platform mix, and commercial goals to identify the highest-priority opportunity.","Opportunity Map"],["02","Avatar Model & Boundaries","Choose a current-image avatar, an iconic younger-era avatar, or a fully original digital human. Then define the persona, story, use cases, authorization scope, and review rules.","Digital Human IP Guide"],["03","AI Avatar Production","Calibrate authorized avatars from photos, videos, and voice assets—or build an original digital human from appearance, voice, personality, and content universe.","Testable Version"],["04","Focused Validation","Start with one platform or use case and measure reach, engagement, retention, and payment signals.","Validation Data"],["05","Scale Growth","Expand content formats, channels, and monetization paths into a repeatable operating rhythm.","Long-Term Growth Plan"]]; +export default function Process(){return
From our first conversation
to a long-term growth system.} description="We begin with focused validation, keeping every step visible, controlled, and measurable. The partnership expands as real results emerge." extra={Start a Partnership Review }/>
{steps.map(x=>
{x[0]}

{x[1]}

{x[2]}

DELIVERABLE: {x[3]}
)}

OUR PRINCIPLES

You stay in control
throughout the partnership.

{[["01","Validate Before Scaling","Let real feedback guide investment."],["02","Set Boundaries Before Creating","Content and interactions stay within the authorized scope."],["03","Prioritize Long-Term Value","Never sacrifice fan trust for short-term results."]].map(x=>
{x[0]}{x[1]}

{x[2]}

)}

READY WHEN YOU ARE

Tell us what you want to solve first.

Submit Your Interest
} diff --git a/components/ContactForm.tsx b/components/ContactForm.tsx index 613049c..d06fc4c 100644 --- a/components/ContactForm.tsx +++ b/components/ContactForm.tsx @@ -1,29 +1,5 @@ "use client"; - import { useEffect, useState } from "react"; - -const interests = ["真人当前形象 AI 分身","年轻时期 AI 分身","原创数字人 IP","内容增长","评论与私信运营","粉丝变现","全链路转化分析"]; +const interests = ["Current-Image AI Avatar","Younger-Era AI Avatar","Original Digital Human IP","Content Growth","Comment & DM Operations","Fan Monetization","Full-Funnel Conversion Analytics"]; const returnUrl = "https://ai-creator-partnership.liuxiaorong2025.chatgpt.site/contact?sent=1"; - -export function ContactForm(){ - const [sent,setSent]=useState(false); - useEffect(()=>{if(new URLSearchParams(window.location.search).get("sent")==="1")setSent(true)},[]); - - if(sent)return

INQUIRY SENT

合作意向已发送。

信息已提交至合作团队邮箱。我们会评估你的账号基础与合作目标,并在有合作空间时与你联系。

; - - return
- - - - -
- - -
-
感兴趣的合作方向
{interests.map(x=>)}
-