/* global React, Reveal */ // ========================================================= // FREEDOM — the payoff. What the business actually bought. // Sits right before the Final CTA. // ========================================================= function Freedom() { const places = [ { cls: "morocco", img: "assets/freedom-morocco.webp", place: "Marrakech", yr: "Morocco", alt: "Jay with a horse at a riad in Marrakech, Morocco" }, { cls: "europe", img: "assets/freedom-europe.jpg", place: "Dubrovnik", yr: "Europe", alt: "Jay on a balcony over the Adriatic in Dubrovnik" }, { cls: "nz", img: "assets/freedom-nz.jpeg", place: "Auckland", yr: "New Zealand", alt: "Jay looking out over the Auckland skyline" }, ]; return (
the point of it all

The business runs. I keep moving.

The goal was never a number — it was to not be in one place. Five years, no fixed address: Morocco, Europe, New Zealand and onward, never more than three months anywhere. That's what an Amazon business is actually for. Not a dashboard — the freedom to choose where you wake up.

{places.map((p, i) => {p.alt}
{p.place} {p.yr}
)}
); } Object.assign(window, { Freedom });