/* global React, Reveal */ // ========================================================= // SAID THIS (landing variant) — identical to the home-page // SaidThis, with two overlapping quotes removed for the // paid-traffic page: "I need a way out" and "I can't see // myself like this forever". Home page keeps all five. // ========================================================= function SaidThisLanding() { const quotes = [ <>“I’m over my 9-to-5. I don’t want to be working all my life.”, <>“I want to be there for my family — to actually travel, to live my life.”, <>“People at my work keep getting made redundant. I could be next.”, ]; return (
Before the how

You’ve said some version of this.

None of that is about Amazon. It’s about your time, your freedom,
and the people who matter.

{quotes.map((q, i) => (

{q}

))}

Me too.

Redundancy. Twelve-hour days. Breakfast, lunch and dinner all through a drive-through window, sitting in Auckland traffic from Hillsborough to Flat Bush and back, every single day.

Until one day, something broke.
And I knew I couldn’t do it for another twenty years.

If you’ve felt some version of that, you’re not being dramatic. You’re being honest. That’s where it starts. The difference is, I found the way out. Let me show you mine.

); } Object.assign(window, { SaidThisLanding });