feat: remove MycoFi from Mycelial Mentions section

Update grid layout after card removal and clean imports.

#VERCEL_SKIP

Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
This commit is contained in:
v0 2025-11-02 02:04:15 +00:00
parent f1867aaabc
commit 7a7cd7fd1a
2 changed files with 2 additions and 20 deletions

View File

@ -1,6 +1,6 @@
import { Button } from "@/components/ui/button"
import { Card } from "@/components/ui/card"
import { ExternalLink, Music, BookOpen, Users, Coins, Sprout } from "lucide-react"
import { ExternalLink, Music, BookOpen, Users, Coins } from "lucide-react"
export function MycelialMentions() {
return (
@ -106,23 +106,6 @@ export function MycelialMentions() {
</a>
</Button>
</Card>
<Card className="p-6 space-y-4 hover:shadow-lg transition-shadow">
<div className="w-12 h-12 rounded-full bg-primary/10 flex items-center justify-center mx-auto">
<Sprout className="w-6 h-6 text-primary" />
</div>
<h3 className="text-xl font-bold text-center">MycoFi</h3>
<p className="text-muted-foreground text-sm leading-relaxed text-center">
Mycelial financereimagining economic systems through the lens of fungal networks and regenerative
principles.
</p>
<Button asChild variant="outline" className="w-full bg-transparent">
<a href="https://mycofi.earth" target="_blank" rel="noopener noreferrer">
Visit MycoFi
<ExternalLink className="ml-2 w-4 h-4" />
</a>
</Button>
</Card>
</div>
</div>
</div>

View File

@ -75,8 +75,7 @@ export function NetworkLinks() {
<div className="space-y-2">
<h3 className="text-2xl font-bold">Permaculture Currencies</h3>
<p className="text-muted-foreground leading-relaxed">
Exploring mycoeconomics and permaculture currencieshow regenerative principles can reshape our
understanding of value and exchange.
Mycoeconomics beyond monocultures, where regenerative principles can guide our expression of value &amp; exchange.
</p>
</div>
</div>