function AboutPage({ onGo }) { const D = window.DATA; return ( <>
About · philosophy

I'm Stanzin. I help founders turn what they've built into what the market wants.

Ihelp founders scale businesses through growth strategy, performance systems, and positioning. Over the last seven years, I’ve worked across startups, D2C brands, and growth teams - leading acquisition, analytics, creative strategy, and revenue growth. Today, I work independently with a small number of founders each year as an embedded growth partner. My approach combines: - performance marketing, - product-led thinking, - analytics, - and clear communication. No vanity metrics. No bloated retainers. Just strategy, execution, and outcomes that compound over time.

{/* Philosophy */}

02 / Philosophy

Marketing is not ads. It's value communication.

— THE PRINCIPLE BEHIND MY WORK.

Why most brands fail at growth

    {D.philo.fail.map((x, i) =>
  • {x}
  • )}

How I think about the problem

    {D.philo.approach.map((x, i) =>
  • {x}
  • )}
{/* Skills */}
{D.skills.map((s, i) =>
{s.icon}

{s.title}

{s.desc}

{s.tags.map((t) => {t})}
)}
{/* Timeline */}
{D.timeline.map((t, i) =>
{t.year}

{t.role}

{t.co}

{t.desc}

)}

Want to work together?

);}window.AboutPage = AboutPage;