/* global React, Reveal, ArrowGlyph */ function Meetups({ onBook }) { const POST_URL = "https://www.instagram.com/p/CIOsCrMhh0n/"; const sheet = [ { loc: "Mauritius retreat", when: "Feb '20", src: "assets/meetup-mauritius.jpg", pos: "50% 40%" }, { loc: "Auckland · 1:1", when: "Nov '21", src: "assets/meetup-auckland-table.jpg", pos: "50% 35%" }, { loc: "Digital Experts retreat", when: "Feb '20", src: "assets/meetup-rooftop.jpg", pos: "55% 35%" }, { loc: "Mauritius · downtime", when: "Feb '20", src: "assets/meetup-balcony.jpg", pos: "60% 50%" }, { loc: "Canton Fair · China", when: "Sept '19", src: "assets/meetup-canton.jpg", pos: "50% 30%" }, { loc: "Sellercon · London", when: "May '19", src: "assets/meetup-selfie.jpg", pos: "50% 30%" }, ]; return (
In the room

When we're not online,
we're in person.

Twice a year I get a room of sellers together — coffee, whiteboards, real talk about real catalogs. Auckland CBD by default; pop-ups in Sydney, Bali and London on rotation. It's where coaching stops being abstract. If you're nearby, you're invited.

300+
sellers through the door
34
rooms since 2017
6
cities on rotation
See past meetups
J
@amazonpreneur Auckland · NZ
View on Instagram →
Jay at an Auckland meetup, in conversation with a seller
Live · in person
Auckland Meetup · Sept 2020
"Amazing 4-hour meet-up on Sunday with a full packed house. Hearing everyone's stories, making connections, finally seeing people in person — this is the work I love most."
Contact sheet · recent rooms
34 meetups · 6 cities · hover to pause
{[...sheet, ...sheet, ...sheet].map((p, i) => (
= sheet.length}>
{p.src ? ( {p.loc} ) : (
[ {p.loc} ]
)}
{p.loc} {p.when}
))}
); } Object.assign(window, { Meetups });