Translate entire site to English
This commit is contained in:
+2
-2
@@ -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 <SiteShell><main><PageHero eyebrow="FREQUENTLY ASKED QUESTIONS" title={<>在开始之前,<br/>先把<span className="accent">重要问题</span>说清楚。</>} description="关于原创数字人 IP、真人与年轻时期分身、合作边界、版权与效果衡量,这里整理了最常问的问题。" extra={<Link className="link" href="/contact">还有其他问题?联系团队 <b>→</b></Link>}/><section className="section shell faq"><aside><p className="kicker">8 QUESTIONS</p><h2>透明,是长期合作的开始。</h2><p>点击问题查看详细回答。</p></aside><div>{qs.map((x,i)=><details key={x[0]} open={i===0}><summary><span>{String(i+1).padStart(2,"0")}</span>{x[0]}<i>+</i></summary><p>{x[1]}</p></details>)}</div></section><section className="cta compact shell"><div><p className="kicker">LET'S TALK</p><h2>真实情况不同,最好的答案也会不同。</h2></div><Link className="btn primary" href="/contact">联系合作团队 <b>→</b></Link></section></main></SiteShell>}
|
||||
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 <SiteShell><main><PageHero eyebrow="FREQUENTLY ASKED QUESTIONS" title={<>Before we begin,<br/>let’s make the <span className="accent">important things clear</span>.</>} description="Answers about original digital human IP, current and younger-era creator avatars, partnership boundaries, rights, and performance measurement." extra={<Link className="link" href="/contact">Have another question? Contact us <b>→</b></Link>}/><section className="section shell faq"><aside><p className="kicker">8 QUESTIONS</p><h2>Transparency is where long-term partnerships begin.</h2><p>Select a question to view the answer.</p></aside><div>{qs.map((x,i)=><details key={x[0]} open={i===0}><summary><span>{String(i+1).padStart(2,"0")}</span>{x[0]}<i>+</i></summary><p>{x[1]}</p></details>)}</div></section><section className="cta compact shell"><div><p className="kicker">LET'S TALK</p><h2>Every creator is different. The best answer should be, too.</h2></div><Link className="btn primary" href="/contact">Contact the Partnership Team <b>→</b></Link></section></main></SiteShell>}
|
||||
|
||||
Reference in New Issue
Block a user