feat: link "Join the Community" to Discord server
Update button to open Mycopunk Discord invite in new tab. #VERCEL_SKIP Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
This commit is contained in:
parent
c9be578e88
commit
107c607a27
|
|
@ -13,9 +13,7 @@ export function Footer() {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="flex flex-wrap justify-center gap-6 text-sm text-muted-foreground">
|
<div className="flex flex-wrap justify-center gap-6 text-sm text-muted-foreground">
|
||||||
<a href="#" className="hover:text-foreground transition-colors">
|
|
||||||
{"About"}
|
|
||||||
</a>
|
|
||||||
<a href="#" className="hover:text-foreground transition-colors">
|
<a href="#" className="hover:text-foreground transition-colors">
|
||||||
{"Research"}
|
{"Research"}
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -25,9 +23,7 @@ export function Footer() {
|
||||||
<a href="https://book.mycofi.earth" className="hover:text-foreground transition-colors">
|
<a href="https://book.mycofi.earth" className="hover:text-foreground transition-colors">
|
||||||
{"Book"}
|
{"Book"}
|
||||||
</a>
|
</a>
|
||||||
<a href="#" className="hover:text-foreground transition-colors">
|
|
||||||
{"Contact"}
|
|
||||||
</a>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -66,10 +66,7 @@ export function Hero() {
|
||||||
</svg>
|
</svg>
|
||||||
|
|
||||||
<div className="relative max-w-5xl mx-auto text-center space-y-8 z-10">
|
<div className="relative max-w-5xl mx-auto text-center space-y-8 z-10">
|
||||||
<div className="inline-flex items-center gap-2 px-4 py-2 rounded-full border-2 border-primary text-primary text-sm font-medium mb-4 glow-border">
|
|
||||||
<Network className="w-4 h-4" style={{ animation: "glow-pulse 2s ease-in-out infinite" }} />
|
|
||||||
<span className="glow-text">{"Myco-Principic Design"}</span>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<h1 className="text-5xl md:text-7xl font-bold tracking-tight text-balance glow-text">
|
<h1 className="text-5xl md:text-7xl font-bold tracking-tight text-balance glow-text">
|
||||||
{"Psilo-Cybernetics"}
|
{"Psilo-Cybernetics"}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue