import { Header } from "@/components/header" import { Footer } from "@/components/footer" import { Calendar, ExternalLink } from "lucide-react" import { Button } from "@/components/ui/button" import { Card } from "@/components/ui/card" export default function EventsPage() { return (

Events

Join us at upcoming gatherings, workshops, and conferences focused on crypto commons, distributed governance, and building digital public infrastructure.

{/* Featured Event */}
CCG
Annual

Crypto Commons Gathering

Our flagship event bringing together researchers, developers, and practitioners to explore the intersection of blockchain technology and commons-based governance.

{/* Upcoming Events Section */}

Upcoming Events

More events will be announced soon. Follow us to stay updated on upcoming workshops, meetups, and conferences.

{/* Past Events Section */}

Past Events

Previous Crypto Commons Gatherings

Archive of past CCG events and their outcomes

) }