style: color-highlight "Noticed" and "rMerch" in hero, "(you)" in white
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
52ba999dda
commit
08bda9a76b
|
|
@ -80,11 +80,15 @@ export default async function HomePage() {
|
||||||
name
|
name
|
||||||
) : (
|
) : (
|
||||||
<>
|
<>
|
||||||
Get Your Community Noticed
|
Get Your Community{" "}
|
||||||
|
<span className="text-transparent bg-clip-text bg-gradient-to-r from-primary to-cyan-300">
|
||||||
|
Noticed
|
||||||
|
</span>
|
||||||
<br />
|
<br />
|
||||||
with{" "}
|
with{" "}
|
||||||
<span className="text-transparent bg-clip-text bg-gradient-to-r from-primary to-secondary">
|
<span className="text-white">(you)</span>
|
||||||
(you)rMerch
|
<span className="text-transparent bg-clip-text bg-gradient-to-r from-secondary to-amber-300">
|
||||||
|
rMerch
|
||||||
</span>
|
</span>
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue