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
|
||||
) : (
|
||||
<>
|
||||
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>
|
||||
</>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Reference in New Issue