const PROGRAM = [ { time: '18:00', title: 'Arrival aperitivo', desc: 'Conscious bites prepared by Marie. Good people, good music, good vibes.', }, { time: '18:45', title: 'Welcome to The Good People', desc: 'Why we’re here, what we believe in, and how each of us can make a difference.', }, { time: '18:55', title: 'Meet the heroes: JACK Congo', desc: 'The incredible work of Franck, Roxane and their team to protect chimpanzees and the Congo rainforest.', }, { time: '19:15', title: 'Tools for action', desc: 'A look at Chilli, the app we recommend to turn good intentions into simple, effective actions.', }, { time: '19:30', title: 'Conscious food', desc: 'A talk with Marie, our dietitian, on the quality and impact of what we eat, for our health, animals and the planet, followed by your questions.', }, { time: '20:00', title: 'Open conversation & celebration', desc: 'Ideas, questions, projects and collaborations, with a DJ set in the background and creative talk, until we wrap up by 21:00.', }, ]; function Gathering() { return (
the first gathering

An evening to begin with.

01
Wednesday, 1st July 2026 · 18:00–21:00
Aethos, Lisbon
program of the night
    {PROGRAM.map((p) => (
  1. {p.time}

    {p.title}

    {p.desc}

  2. ))}
Save me a seat

Free event. We keep seats for the people who reply.

); } window.Gathering = Gathering;