/* global React, Reveal, ArrowGlyph */ // ========================================================= // ABOUT — homepage block. Lives between Quiz and Before/After. // Short, opinion-led, links out to a fuller /about page. // ========================================================= function About({ onBook }) { const beliefs = [ { kind: "yes", tag: "I believe", title: "Most sellers should kill 50% of their SKUs in year one.", body: "Catalogs that grow before they're profitable bury good products under bad ones. Cutting is the work.", }, { kind: "yes", tag: "I believe", title: "Sequence beats strategy, almost every time.", body: "The five right moves in the wrong order will lose to the wrong moves in the right order. I obsess over the order.", }, { kind: "no", tag: "I don't", title: "Promise you a revenue number.", body: "Anyone who does is selling you the dream, not the work. Your numbers depend on your product, your patience, and the market.", }, { kind: "no", tag: "I don't", title: "Take on every seller who books a call.", body: "If your product or budget isn't ready, I'll tell you straight — and tell you what to fix first. That call is still free.", }, ]; return (
Jay Bansal — portrait, studio session, May 2026
Jay Bansal Auckland · independent
12 yrs
selling online
since 2013
6 yrs coaching
3,000+ students
— Jay
est. 2020 · sold since 2016
About

A coach, not a guru.
And not for everyone.

Five years selling before I coached a soul. $100K of my own money lost in trial-and-error. $50K paid to other coaches who pulled me back out. Suspended accounts, dead listings — every kind of expensive mistake there was to make. Now I sit next to first-time sellers — at tables, on screens, on beaches — and walk them past every single one. I can't promise you'll succeed. But I can promise this: your odds with me in your corner are 10× what they'd be alone.

What I believe · what I don't
04 positions
{beliefs.map((b, i) => (
{b.tag}

{b.title}

{b.body}

))}
Read the longer version — or scroll on for receipts
); } Object.assign(window, { About });