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:
Jeff Emmett 2026-02-24 22:12:45 -08:00
parent 52ba999dda
commit 08bda9a76b
1 changed files with 7 additions and 3 deletions

View File

@ -80,11 +80,15 @@ export default async function HomePage() {
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 />
with{" "}
<span className="text-transparent bg-clip-text bg-gradient-to-r from-primary to-secondary">
(you)rMerch
<span className="text-white">(you)</span>
<span className="text-transparent bg-clip-text bg-gradient-to-r from-secondary to-amber-300">
rMerch
</span>
</>
)}