"use client" import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card" import { Button } from "@/components/ui/button" import { Network, Recycle, TreePine, Zap } from "lucide-react" export function MycoeconomicsSection() { const principles = [ { icon: , title: "Networked Distribution", description: "Like mycelial networks, economic systems should facilitate resource sharing and mutual support across interconnected communities.", }, { icon: , title: "Regenerative Cycles", description: "Emulate nature's circular processes where waste becomes input, creating sustainable and regenerative economic flows.", }, { icon: , title: "Ecological Wisdom", description: "Learn from forest ecosystems where cooperation and mutual aid are more dominant than competition for survival.", }, { icon: , title: "Adaptive Resilience", description: "Build economic systems that can adapt and respond to changing conditions, like fungi responding to environmental shifts.", }, ] return (

Mycoeconomics {": Nature's Blueprint"}

{"Fungi have been Earth's master economists for millions of years, "} {"creating networks of mutual aid and resource distribution. "} {"What if we designed our economies like mycelial networks?"}

{principles.map((principle, index) => (
{principle.icon} {principle.title}

{principle.description}

))}

The Mycelial Revolution

{"Just as fungi decompose dead matter to create new life, we can decompose failing neoliberal systems "} { "and upcycle their nutrients into regenerative alternatives. The revolution is — and has always been — mycelial." }

) }