Remove trailing periods from headings
This commit is contained in:
+4
-4
@@ -32,7 +32,7 @@ export default function Home() {
|
||||
<div className="shell economy-grid">
|
||||
<div className="economy-copy">
|
||||
<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 relationships—and 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>
|
||||
@@ -52,14 +52,14 @@ export default function Home() {
|
||||
</section>
|
||||
|
||||
<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>
|
||||
</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="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. We’ll 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. We’ll 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>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user