feat: add links to theme cards and CCG26 Telegram

- Add clickable links for Regenerative & Collaborative Finance section
  (ReFi DAO, EthicHub, CoFi Gathering, Regen Network, Circles UBI)
- Add MycoFi link in Myco-Economics section
- Add links for Governance & Mutualism section
  (Economic Space Agency, Bread Coop, Holochain)
- Add links for Solarpunk & Radical Games section
  (pocas, Solar Punk WOW, Futurescraft)
- Add CCG26 Telegram group link and remove "Coming Soon"

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2025-12-13 18:11:17 -05:00
parent 091833c7fd
commit 3d939ce86a
1 changed files with 24 additions and 5 deletions

View File

@ -275,27 +275,39 @@ END:VCALENDAR`
<CardContent className="p-6"> <CardContent className="p-6">
<h3 className="font-bold mb-3 text-lg">Regenerative & Collaborative Finance</h3> <h3 className="font-bold mb-3 text-lg">Regenerative & Collaborative Finance</h3>
<p className="text-sm text-muted-foreground"> <p className="text-sm text-muted-foreground">
ReFi DAO, Eththub, CoFi Gathering, Regen Network, Circles UBI <Link href="https://www.refidao.com/" target="_blank" rel="noopener noreferrer" className="hover:text-foreground transition-colors underline">ReFi DAO</Link>,{" "}
<Link href="https://www.ethichub.com/en" target="_blank" rel="noopener noreferrer" className="hover:text-foreground transition-colors underline">EthicHub</Link>,{" "}
<Link href="https://www.collaborative-finance.net/" target="_blank" rel="noopener noreferrer" className="hover:text-foreground transition-colors underline">CoFi Gathering</Link>,{" "}
<Link href="https://www.regen.network/" target="_blank" rel="noopener noreferrer" className="hover:text-foreground transition-colors underline">Regen Network</Link>,{" "}
<Link href="https://circles.garden/" target="_blank" rel="noopener noreferrer" className="hover:text-foreground transition-colors underline">Circles UBI</Link>
</p> </p>
</CardContent> </CardContent>
</Card> </Card>
<Card className="border-primary/20"> <Card className="border-primary/20">
<CardContent className="p-6"> <CardContent className="p-6">
<h3 className="font-bold mb-3 text-lg">Myco-Economics</h3> <h3 className="font-bold mb-3 text-lg">Myco-Economics</h3>
<p className="text-sm text-muted-foreground">MycoFi and interconnected economic models</p> <p className="text-sm text-muted-foreground">
<Link href="https://mycofi.earth" target="_blank" rel="noopener noreferrer" className="hover:text-foreground transition-colors underline">MycoFi</Link> and interconnected economic models
</p>
</CardContent> </CardContent>
</Card> </Card>
<Card className="border-primary/20"> <Card className="border-primary/20">
<CardContent className="p-6"> <CardContent className="p-6">
<h3 className="font-bold mb-3 text-lg">Governance & Mutualism</h3> <h3 className="font-bold mb-3 text-lg">Governance & Mutualism</h3>
<p className="text-sm text-muted-foreground">Economic Space Agency, Bread Coop, Holochain</p> <p className="text-sm text-muted-foreground">
<Link href="https://ecsa.io/" target="_blank" rel="noopener noreferrer" className="hover:text-foreground transition-colors underline">Economic Space Agency</Link>,{" "}
<Link href="https://bread.coop/" target="_blank" rel="noopener noreferrer" className="hover:text-foreground transition-colors underline">Bread Coop</Link>,{" "}
<Link href="https://www.holochain.org/" target="_blank" rel="noopener noreferrer" className="hover:text-foreground transition-colors underline">Holochain</Link>
</p>
</CardContent> </CardContent>
</Card> </Card>
<Card className="border-primary/20"> <Card className="border-primary/20">
<CardContent className="p-6"> <CardContent className="p-6">
<h3 className="font-bold mb-3 text-lg">Solarpunk & Radical Games</h3> <h3 className="font-bold mb-3 text-lg">Solarpunk & Radical Games</h3>
<p className="text-sm text-muted-foreground"> <p className="text-sm text-muted-foreground">
pocas, Solar Punk WOW, Futurescraft, economic science fiction <Link href="https://pocas.store/" target="_blank" rel="noopener noreferrer" className="hover:text-foreground transition-colors underline">pocas</Link>,{" "}
<Link href="https://dandelion.events/e/ct16g" target="_blank" rel="noopener noreferrer" className="hover:text-foreground transition-colors underline">Solar Punk WOW</Link>,{" "}
<Link href="https://linktr.ee/futurescraft" target="_blank" rel="noopener noreferrer" className="hover:text-foreground transition-colors underline">Futurescraft</Link>, economic science fiction
</p> </p>
</CardContent> </CardContent>
</Card> </Card>
@ -448,7 +460,14 @@ END:VCALENDAR`
<h3 className="font-semibold mb-4 text-sm">Community</h3> <h3 className="font-semibold mb-4 text-sm">Community</h3>
<ul className="space-y-2 text-sm"> <ul className="space-y-2 text-sm">
<li> <li>
<span className="text-muted-foreground">Join the CCG26 Telegram (Coming Soon)</span> <Link
href="https://t.me/+n5V_wDVKWrk1ZTBh"
className="text-muted-foreground hover:text-foreground transition-colors"
target="_blank"
rel="noopener noreferrer"
>
Join the CCG26 Telegram
</Link>
</li> </li>
<li> <li>
<Link <Link