Remove trailing periods from headings

This commit is contained in:
Codex
2026-07-21 13:19:18 +02:00
parent 9a5359d179
commit 79847ae4fb
7 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import Link from "next/link";import { PageHero } from "../../components/PageHero";import { SiteShell } from "../../components/SiteShell"; import Link from "next/link";import { PageHero } from "../../components/PageHero";import { SiteShell } from "../../components/SiteShell";
const cards=[["01","Two AI Avatar Models","Create an authorized avatar from a creators 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."]]; const cards=[["01","Two AI Avatar Models","Create an authorized avatar from a creators 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 <SiteShell><main><PageHero eyebrow="WHY PARTNER WITH US" title={<>Your influence should not be limited by<br/><span className="accent">time or platforms</span>.</>} 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={<Link className="link" href="/process">See How It Works <b></b></Link>}/><section className="section shell"><div className="adv-grid">{cards.map(x=><article key={x[0]}><span>{x[0]}</span><h2>{x[1]}</h2><p>{x[2]}</p></article>)}</div></section><FunnelFeature/><section className="section comparison"><div className="shell"><div className="title-row"><div><p className="kicker">A BETTER MODEL</p><h2>Turn fragmented work into one growth engine</h2></div></div><div className="table"><div><b>Key Area</b><b>Traditional Operations</b><b>AI Creator Partnership</b></div>{[["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=><div key={r[0]}>{r.map((c,i)=><span className={i===2?"positive":""} key={c}>{c}</span>)}</div>)}</div></div></section><Cta/></main></SiteShell>} export default function Advantages(){return <SiteShell><main><PageHero eyebrow="WHY PARTNER WITH US" title={<>Your influence should not be limited by<br/><span className="accent">time or platforms</span>.</>} 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={<Link className="link" href="/process">See How It Works <b></b></Link>}/><section className="section shell"><div className="adv-grid">{cards.map(x=><article key={x[0]}><span>{x[0]}</span><h2>{x[1]}</h2><p>{x[2]}</p></article>)}</div></section><FunnelFeature/><section className="section comparison"><div className="shell"><div className="title-row"><div><p className="kicker">A BETTER MODEL</p><h2>Turn fragmented work into one growth engine</h2></div></div><div className="table"><div><b>Key Area</b><b>Traditional Operations</b><b>AI Creator Partnership</b></div>{[["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=><div key={r[0]}>{r.map((c,i)=><span className={i===2?"positive":""} key={c}>{c}</span>)}</div>)}</div></div></section><Cta/></main></SiteShell>}
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 <section className="section funnel-feature"><div className="shell"><div className="funnel-head"><div><p className="kicker">FULL-FUNNEL CONVERSION TRACKING</p><h2>From every piece of content<br/>to every dollar earned.</h2></div><p>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.</p></div><div className="funnel-track">{steps.map((x,i)=><article key={x[0]}><span>{x[0]}</span><strong>{x[1]}</strong><small>{x[2]}</small>{i<steps.length-1&&<b></b>}</article>)}</div><div className="funnel-results"><span>Track key conversion rates</span><span>Identify drop-offs and high-value fans</span><span>Deliver continuous optimization strategies</span></div></div></section>} 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 <section className="section funnel-feature"><div className="shell"><div className="funnel-head"><div><p className="kicker">FULL-FUNNEL CONVERSION TRACKING</p><h2>From every piece of content<br/>to every dollar earned</h2></div><p>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.</p></div><div className="funnel-track">{steps.map((x,i)=><article key={x[0]}><span>{x[0]}</span><strong>{x[1]}</strong><small>{x[2]}</small>{i<steps.length-1&&<b></b>}</article>)}</div><div className="funnel-results"><span>Track key conversion rates</span><span>Identify drop-offs and high-value fans</span><span>Deliver continuous optimization strategies</span></div></div></section>}
function Cta(){return <section className="cta compact shell"><div><p className="kicker">FIND YOUR GROWTH LEVER</p><h2>Start with the growth opportunity that fits you best.</h2></div><Link className="btn primary" href="/contact">Get a Partnership Recommendation <b></b></Link></section>} function Cta(){return <section className="cta compact shell"><div><p className="kicker">FIND YOUR GROWTH LEVER</p><h2>Start with the growth opportunity that fits you best</h2></div><Link className="btn primary" href="/contact">Get a Partnership Recommendation <b></b></Link></section>}
+1 -1
View File
@@ -1,3 +1,3 @@
import Link from "next/link";import { PageHero } from "../../components/PageHero";import { SiteShell } from "../../components/SiteShell"; import Link from "next/link";import { PageHero } from "../../components/PageHero";import { SiteShell } from "../../components/SiteShell";
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; 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 <SiteShell><main><PageHero eyebrow="PARTNERSHIP SCENARIOS" title={<>Different starting points.<br/>One goal: <span className="accent">amplify value</span>.</>} 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."/><section className="section shell case-list">{scenarios.map(x=><article className="case" key={x[0]}><div className={`case-art ${x[6]}`}><span>{x[0]}</span><div><i/><i/><i/></div><strong>{x[1]}</strong></div><div className="case-copy"><small>{x[1]}</small><h2>{x[2]}</h2><section><b>BEST FOR</b><p>{x[3]}</p></section><section><b>WHAT WE PROVIDE</b><p className="tags">{x[4].map(t=><span key={t}>{t}</span>)}</p></section><section><b>GROWTH FOCUS</b><p className="metrics">{x[5].map(t=><span key={t}> {t}</span>)}</p></section></div></article>)}</section><section className="cta compact shell"><div><p className="kicker">YOUR SCENARIO STARTS HERE</p><h2>Your partnership path starts with your real assets.</h2></div><Link className="btn primary" href="/contact">Tell Us About Your Goals <b></b></Link></section></main></SiteShell>} export default function Cases(){return <SiteShell><main><PageHero eyebrow="PARTNERSHIP SCENARIOS" title={<>Different starting points.<br/>One goal: <span className="accent">amplify value</span></>} 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."/><section className="section shell case-list">{scenarios.map(x=><article className="case" key={x[0]}><div className={`case-art ${x[6]}`}><span>{x[0]}</span><div><i/><i/><i/></div><strong>{x[1]}</strong></div><div className="case-copy"><small>{x[1]}</small><h2>{x[2]}</h2><section><b>BEST FOR</b><p>{x[3]}</p></section><section><b>WHAT WE PROVIDE</b><p className="tags">{x[4].map(t=><span key={t}>{t}</span>)}</p></section><section><b>GROWTH FOCUS</b><p className="metrics">{x[5].map(t=><span key={t}> {t}</span>)}</p></section></div></article>)}</section><section className="cta compact shell"><div><p className="kicker">YOUR SCENARIO STARTS HERE</p><h2>Your partnership path starts with your real assets</h2></div><Link className="btn primary" href="/contact">Tell Us About Your Goals <b></b></Link></section></main></SiteShell>}
+1 -1
View File
@@ -1,2 +1,2 @@
import { ContactForm } from "../../components/ContactForm";import { PageHero } from "../../components/PageHero";import { SiteShell } from "../../components/SiteShell"; 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={<>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>} 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>}
+1 -1
View File
@@ -1,3 +1,3 @@
import Link from "next/link";import { PageHero } from "../../components/PageHero";import { SiteShell } from "../../components/SiteShell"; import Link from "next/link";import { PageHero } from "../../components/PageHero";import { SiteShell } from "../../components/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 humans 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 creators 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."]]; 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 humans 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 creators 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/>lets 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&apos;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>} export default function FAQ(){return <SiteShell><main><PageHero eyebrow="FREQUENTLY ASKED QUESTIONS" title={<>Before we begin,<br/>lets 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&apos;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>}
+4 -4
View File
@@ -32,7 +32,7 @@ export default function Home() {
<div className="shell economy-grid"> <div className="shell economy-grid">
<div className="economy-copy"> <div className="economy-copy">
<p className="eyebrow">COZSWEET CREATOR REVENUE ENGINE</p> <p className="eyebrow">COZSWEET CREATOR REVENUE ENGINE</p>
<h2>THE AI CREATOR<br/>ECONOMY HAS<br/><span>ARRIVED.</span></h2> <h2>THE AI CREATOR<br/>ECONOMY HAS<br/><span>ARRIVED</span></h2>
<p>Cozsweet does more than help you create content. We turn content-driven traffic into lasting fan relationshipsand monetize those relationships through subscriptions, paid chats, premium content, tips, and exclusive interactions.</p> <p>Cozsweet does more than help you create content. We turn content-driven traffic into lasting fan relationshipsand monetize those relationships through subscriptions, paid chats, premium content, tips, and exclusive interactions.</p>
<div className="economy-actions"><Link className="btn economy-btn" href="/advantages">Explore Revenue Growth <b></b></Link><small>From reach, to relationships, to revenue</small></div> <div className="economy-actions"><Link className="btn economy-btn" href="/advantages">Explore Revenue Growth <b></b></Link><small>From reach, to relationships, to revenue</small></div>
</div> </div>
@@ -52,14 +52,14 @@ export default function Home() {
</section> </section>
<section className="section shell"> <section className="section shell">
<div className="split"><div><p className="kicker">OUR MODEL</p><h2>Not here to replace creators.<br/>Here to amplify them.</h2></div><div className="model-copy"><p>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.</p><div className="model-paths"><span><i/>Authorized Creator Avatar</span><span><i/>Original Digital Human IP</span></div></div></div> <div className="split"><div><p className="kicker">OUR MODEL</p><h2>Not here to replace creators.<br/>Here to amplify them</h2></div><div className="model-copy"><p>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.</p><div className="model-paths"><span><i/>Authorized Creator Avatar</span><span><i/>Original Digital Human IP</span></div></div></div>
<div className="service-grid">{services.map(([no,title,text])=><article key={no}><span>{no}</span><div/><h3>{title}</h3><p>{text}</p></article>)}</div> <div className="service-grid">{services.map(([no,title,text])=><article key={no}><span>{no}</span><div/><h3>{title}</h3><p>{text}</p></article>)}</div>
</section> </section>
<section className="section dark"><div className="shell"><div className="split light"><div><p className="kicker">PARTNERSHIP VALUE</p><h2>From creating more content<br/>to building more value.</h2></div><Link className="btn pale" href="/advantages">Why Partner With Us <b></b></Link></div><div className="flow">{[["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)=><article className={i===3?"hot":""} key={x[0]}><span>{x[0]}</span><strong>{x[1]}</strong><small>{x[2]}</small></article>)}</div></div></section> <section className="section dark"><div className="shell"><div className="split light"><div><p className="kicker">PARTNERSHIP VALUE</p><h2>From creating more content<br/>to building more value</h2></div><Link className="btn pale" href="/advantages">Why Partner With Us <b></b></Link></div><div className="flow">{[["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)=><article className={i===3?"hot":""} key={x[0]}><span>{x[0]}</span><strong>{x[1]}</strong><small>{x[2]}</small></article>)}</div></div></section>
<section className="section shell"><div className="title-row"><div><p className="kicker">PARTNERSHIP SCENARIOS</p><h2>Flexible models for different stages</h2></div><Link className="link" href="/cases">View All Scenarios <b></b></Link></div><div className="scenario-grid">{[["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])=><article className={`scenario ${color}`} key={label}><span>{label}</span><h3>{title}</h3><p>{tags}</p><Link href="/cases"></Link></article>)}</div></section> <section className="section shell"><div className="title-row"><div><p className="kicker">PARTNERSHIP SCENARIOS</p><h2>Flexible models for different stages</h2></div><Link className="link" href="/cases">View All Scenarios <b></b></Link></div><div className="scenario-grid">{[["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])=><article className={`scenario ${color}`} key={label}><span>{label}</span><h3>{title}</h3><p>{tags}</p><Link href="/cases"></Link></article>)}</div></section>
<section className="cta shell"><div><p className="kicker">START A PARTNERSHIP</p><h2>You bring the influence.<br/>We take it further.</h2></div><div><p>Tell us about your creator profile, audience size, and current goals. Well design an initial partnership path around your real assets.</p><Link className="btn primary" href="/contact">Start a Partnership <b></b></Link></div></section> <section className="cta shell"><div><p className="kicker">START A PARTNERSHIP</p><h2>You bring the influence.<br/>We take it further</h2></div><div><p>Tell us about your creator profile, audience size, and current goals. Well design an initial partnership path around your real assets.</p><Link className="btn primary" href="/contact">Start a Partnership <b></b></Link></div></section>
</main></SiteShell>; </main></SiteShell>;
} }
+1 -1
View File
@@ -1,3 +1,3 @@
import Link from "next/link";import { PageHero } from "../../components/PageHero";import { SiteShell } from "../../components/SiteShell"; import Link from "next/link";import { PageHero } from "../../components/PageHero";import { SiteShell } from "../../components/SiteShell";
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"]]; 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 <SiteShell><main><PageHero eyebrow="HOW WE WORK" title={<>From our first conversation<br/>to a <span className="accent">long-term growth system</span>.</>} description="We begin with focused validation, keeping every step visible, controlled, and measurable. The partnership expands as real results emerge." extra={<Link className="btn primary small" href="/contact">Start a Partnership Review <b></b></Link>}/><section className="section shell process-list">{steps.map(x=><article key={x[0]}><span>{x[0]}</span><h2>{x[1]}</h2><p>{x[2]}</p><strong>DELIVERABLE: {x[3]}</strong></article>)}</section><section className="section dark"><div className="shell principles"><div><p className="kicker">OUR PRINCIPLES</p><h2>You stay in control<br/>throughout the partnership.</h2></div><div>{[["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=><article key={x[0]}><span>{x[0]}</span><strong>{x[1]}</strong><p>{x[2]}</p></article>)}</div></div></section><section className="cta compact shell"><div><p className="kicker">READY WHEN YOU ARE</p><h2>Tell us what you want to solve first.</h2></div><Link className="btn primary" href="/contact">Submit Your Interest <b></b></Link></section></main></SiteShell>} export default function Process(){return <SiteShell><main><PageHero eyebrow="HOW WE WORK" title={<>From our first conversation<br/>to a <span className="accent">long-term growth system</span></>} description="We begin with focused validation, keeping every step visible, controlled, and measurable. The partnership expands as real results emerge." extra={<Link className="btn primary small" href="/contact">Start a Partnership Review <b></b></Link>}/><section className="section shell process-list">{steps.map(x=><article key={x[0]}><span>{x[0]}</span><h2>{x[1]}</h2><p>{x[2]}</p><strong>DELIVERABLE: {x[3]}</strong></article>)}</section><section className="section dark"><div className="shell principles"><div><p className="kicker">OUR PRINCIPLES</p><h2>You stay in control<br/>throughout the partnership</h2></div><div>{[["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=><article key={x[0]}><span>{x[0]}</span><strong>{x[1]}</strong><p>{x[2]}</p></article>)}</div></div></section><section className="cta compact shell"><div><p className="kicker">READY WHEN YOU ARE</p><h2>Tell us what you want to solve first</h2></div><Link className="btn primary" href="/contact">Submit Your Interest <b></b></Link></section></main></SiteShell>}
+1 -1
View File
@@ -2,4 +2,4 @@
import { useEffect, useState } from "react"; import { useEffect, useState } from "react";
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 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"; 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 <div className="success" role="status"><i></i><p className="eyebrow">INQUIRY SENT</p><h2>Your partnership inquiry has been sent.</h2><p>Your information has been delivered to our partnership team. Well review your account foundation and goals, then contact you if there is a strong fit.</p><button className="link" type="button" onClick={()=>{window.history.replaceState({},"","/contact");setSent(false)}}>Submit Another Inquiry <b></b></button></div>;return <form className="form" action="https://formsubmit.co/liuxiaorong2018@gmail.com" method="POST"><input type="hidden" name="_subject" value="COZCREATOR: New Creator Partnership Inquiry"/><input type="hidden" name="_template" value="table"/><input type="hidden" name="_next" value={returnUrl}/><input type="text" name="_honey" className="form-honey" tabIndex={-1} autoComplete="off"/><div className="form-row"><label>Your Name<input name="Name" required placeholder="How should we address you?"/></label><label>Partner Type<select name="Partner Type" required defaultValue=""><option value="" disabled>Select one</option><option>Individual Creator</option><option>Talent / Management Team</option><option>Original Digital Human IP / Project</option><option>MCN / Agency</option><option>Brand or Platform</option></select></label></div><label>Email or WhatsApp<input name="Contact Details" required placeholder="How can we reach you?"/></label><label>Main Account or Portfolio URL<input name="Account or Portfolio URL" required type="url" placeholder="https://"/></label><div className="form-row"><label>Primary Platform<select name="Primary Platform" required defaultValue=""><option value="" disabled>Select one</option><option>Facebook</option><option>Instagram</option><option>TikTok</option><option>YouTube</option><option>Other</option></select></label><label>Audience Size<select name="Audience Size" required defaultValue=""><option value="" disabled>Select one</option><option>Not launched yet</option><option>Under 10K</option><option>10K100K</option><option>100K1M</option><option>Over 1M</option></select></label></div><fieldset><legend>Partnership Interests</legend><div className="checks">{interests.map(x=><label key={x}><input name="Partnership Interests" value={x} type="checkbox"/><span>{x}</span></label>)}</div></fieldset><label>What is the main problem you want to solve?<textarea name="Partnership Goals" rows={5} placeholder="For example: I want to build an original digital human IP for the Latin American market…"/></label><label className="consent"><input required type="checkbox"/><span>I agree that the team may use this information solely to evaluate this partnership inquiry.</span></label><button className="btn primary submit" type="submit">Submit Partnership Inquiry <b></b></button><p className="note">Your inquiry will be sent directly to our partnership team.</p></form>} export function ContactForm(){const [sent,setSent]=useState(false);useEffect(()=>{if(new URLSearchParams(window.location.search).get("sent")==="1")setSent(true)},[]);if(sent)return <div className="success" role="status"><i></i><p className="eyebrow">INQUIRY SENT</p><h2>Your partnership inquiry has been sent</h2><p>Your information has been delivered to our partnership team. Well review your account foundation and goals, then contact you if there is a strong fit.</p><button className="link" type="button" onClick={()=>{window.history.replaceState({},"","/contact");setSent(false)}}>Submit Another Inquiry <b></b></button></div>;return <form className="form" action="https://formsubmit.co/liuxiaorong2018@gmail.com" method="POST"><input type="hidden" name="_subject" value="COZCREATOR: New Creator Partnership Inquiry"/><input type="hidden" name="_template" value="table"/><input type="hidden" name="_next" value={returnUrl}/><input type="text" name="_honey" className="form-honey" tabIndex={-1} autoComplete="off"/><div className="form-row"><label>Your Name<input name="Name" required placeholder="How should we address you?"/></label><label>Partner Type<select name="Partner Type" required defaultValue=""><option value="" disabled>Select one</option><option>Individual Creator</option><option>Talent / Management Team</option><option>Original Digital Human IP / Project</option><option>MCN / Agency</option><option>Brand or Platform</option></select></label></div><label>Email or WhatsApp<input name="Contact Details" required placeholder="How can we reach you?"/></label><label>Main Account or Portfolio URL<input name="Account or Portfolio URL" required type="url" placeholder="https://"/></label><div className="form-row"><label>Primary Platform<select name="Primary Platform" required defaultValue=""><option value="" disabled>Select one</option><option>Facebook</option><option>Instagram</option><option>TikTok</option><option>YouTube</option><option>Other</option></select></label><label>Audience Size<select name="Audience Size" required defaultValue=""><option value="" disabled>Select one</option><option>Not launched yet</option><option>Under 10K</option><option>10K100K</option><option>100K1M</option><option>Over 1M</option></select></label></div><fieldset><legend>Partnership Interests</legend><div className="checks">{interests.map(x=><label key={x}><input name="Partnership Interests" value={x} type="checkbox"/><span>{x}</span></label>)}</div></fieldset><label>What is the main problem you want to solve?<textarea name="Partnership Goals" rows={5} placeholder="For example: I want to build an original digital human IP for the Latin American market…"/></label><label className="consent"><input required type="checkbox"/><span>I agree that the team may use this information solely to evaluate this partnership inquiry.</span></label><button className="btn primary submit" type="submit">Submit Partnership Inquiry <b></b></button><p className="note">Your inquiry will be sent directly to our partnership team.</p></form>}