fix: update hero copy — "Get Your Community Noticed with (you)rMerch"
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
a152e77fed
commit
d5f742341b
|
|
@ -80,10 +80,11 @@ export default async function HomePage() {
|
||||||
name
|
name
|
||||||
) : (
|
) : (
|
||||||
<>
|
<>
|
||||||
Community Merch,
|
Get Your Community Noticed
|
||||||
<br />
|
<br />
|
||||||
|
with{" "}
|
||||||
<span className="text-transparent bg-clip-text bg-gradient-to-r from-primary to-secondary">
|
<span className="text-transparent bg-clip-text bg-gradient-to-r from-primary to-secondary">
|
||||||
Revenue for Your Community
|
(you)rMerch
|
||||||
</span>
|
</span>
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
|
@ -95,12 +96,10 @@ export default async function HomePage() {
|
||||||
"Custom merchandise for your community."
|
"Custom merchandise for your community."
|
||||||
) : (
|
) : (
|
||||||
<>
|
<>
|
||||||
Locally produced merch that{" "}
|
A self-provisioned local design & print protocol that
|
||||||
<strong className="text-foreground">
|
generates{" "}
|
||||||
feeds revenue directly into your community
|
<strong className="text-foreground">revenue</strong> (and
|
||||||
</strong>
|
attention!) for your community.
|
||||||
. Design, upload, and sell print-on-demand swag — every sale
|
|
||||||
funds your project's mission.
|
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
</p>
|
</p>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue