"use client" import { useSectionReveal } from "@/hooks/use-section-reveal" const CARDS = [ { title: "Regenerative Economics", body: "The Commons Stack proved that augmented bonding curves and conviction voting could fund the commons without extraction. Now we go further: mutual credit that flows like nutrients through soil. Quadratic funding that amplifies the grassroots. Generative ownership that creates benefits for all stakeholders.", }, { title: "Sovereign Technology", body: "Community-owned servers. Open protocols. Software that serves its users. Hardware you can repair. Networks no corporation can capture. The tools of liberation, maintained by the communities that depend on them.", }, { title: "Living Commons", body: "The P2P Foundation Wiki holds 25,000 pages of commons knowledge, built by hundreds of contributors over two decades. That's the seed. Now we grow the forest: knowledge, tools, and infrastructure that belong to everyone. Not static archives but living, growing resources — tended by communities, freely shared across the mycelial web.", }, ] export function EmergenceSection() { const sectionRef = useSectionReveal() return (

Emergence

What grows underground eventually breaks the surface.

{/* Quote block */}

“The post-capitalist future is not a utopian fantasy. It is already growing, underground, in the networks we are building today.”

{CARDS.map((card, i) => (

{card.title}

{card.body}

))}

Building the{" "} post-appitalist.app lication layer for a regenerative economy. Tools that serve communities, not shareholders.

Sometimes the best way to see the future is to change your perspective. Stop{" "} trippinballs.lol {" "} and start building.

) }