This commit is contained in:
Emre
2025-09-30 20:05:45 +03:00
parent 0988aa7320
commit baa0a5e9bc
6 changed files with 15 additions and 15 deletions

View File

@@ -49,7 +49,7 @@ const Hero = () => {
>
<span className="text-white">Welcome to</span>
<br />
<span className="text-bright-cyan">Mycelium Society</span>
<span className="text-white">Mycelium Society</span>
</motion.h1>
{/* Tagline */}
@@ -75,13 +75,13 @@ const Hero = () => {
>
> ENTER THE NETWORK
</motion.button>
<a href="https://docs.ourworld.tf/mycelium_society/docs/" target="_blank" rel="noopener noreferrer">
<a href="https://docs.mycelium.tf" target="_blank" rel="noopener noreferrer">
<motion.button
className="btn-primary"
whileHover={{ scale: 1.05 }}
whileTap={{ scale: 0.95 }}
>
> LEARN MORE
> DOCS
</motion.button>
</a>
</motion.div>