feat: update main title to "it's time to compost capitalism"

Highlight "capitalism" with amber and maintain design hierarchy.

#VERCEL_SKIP

Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
This commit is contained in:
v0 2025-11-02 19:42:40 +00:00
parent 7a7cd7fd1a
commit 1385d4ab47
3 changed files with 53 additions and 5 deletions

View File

@ -31,12 +31,12 @@ export function Footer() {
</a>
<span className="hidden sm:inline"></span>
<a
href="https://book.mycofi.earth"
href="https://psilo-cyber.net/ics"
target="_blank"
rel="noopener noreferrer"
className="hover:text-foreground transition-colors"
>
MycoFi Book
Psilo-Cybernetics
</a>
</div>

View File

@ -19,8 +19,8 @@ export function Hero() {
className="text-6xl md:text-8xl lg:text-9xl font-bold tracking-tight text-balance text-white"
style={{ textShadow: "0 0 40px rgba(0,0,0,0.8), 0 0 80px rgba(0,0,0,0.6), 0 4px 20px rgba(0,0,0,0.9)" }}
>
Composting
<span className="block text-amber-200 mt-2">Capitalism</span>
it's time to compost
<span className="block text-amber-200 mt-2">capitalism</span>
</h1>
<p className="text-xl md:text-2xl text-white/95 max-w-3xl mx-auto text-balance leading-relaxed">

View File

@ -1,6 +1,6 @@
import { Button } from "@/components/ui/button"
import { Card } from "@/components/ui/card"
import { ExternalLink, Music, BookOpen, Users, Coins } from "lucide-react"
import { ExternalLink, Music, BookOpen, Users, Coins, FileText } from "lucide-react"
export function MycelialMentions() {
return (
@ -106,6 +106,54 @@ 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">
<FileText className="w-6 h-6 text-primary" />
</div>
<h3 className="text-xl font-bold text-center">Renee Adele Davis</h3>
<p className="text-muted-foreground text-sm leading-relaxed text-center">
Writing on regenerative systems, collective intelligence, and transformative change.
</p>
<Button asChild variant="outline" className="w-full bg-transparent">
<a href="https://reneeadeledavis.substack.com/" target="_blank" rel="noopener noreferrer">
Read Substack
<ExternalLink className="ml-2 w-4 h-4" />
</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">
<FileText className="w-6 h-6 text-primary" />
</div>
<h3 className="text-xl font-bold text-center">Sporesight</h3>
<p className="text-muted-foreground text-sm leading-relaxed text-center">
Exploring mycelial thinking, fungal futures, and the wisdom of interconnected systems.
</p>
<Button asChild variant="outline" className="w-full bg-transparent">
<a href="https://sporesight.substack.com/" target="_blank" rel="noopener noreferrer">
Read Substack
<ExternalLink className="ml-2 w-4 h-4" />
</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">
<FileText className="w-6 h-6 text-primary" />
</div>
<h3 className="text-xl font-bold text-center">All Things Decent</h3>
<p className="text-muted-foreground text-sm leading-relaxed text-center">
Exploring mycoeconomics, permaculture currencies, and regenerative economic systems.
</p>
<Button asChild variant="outline" className="w-full bg-transparent">
<a href="https://allthingsdecent.substack.com/" target="_blank" rel="noopener noreferrer">
Read Substack
<ExternalLink className="ml-2 w-4 h-4" />
</a>
</Button>
</Card>
</div>
</div>
</div>