function HomePage({ onGo }) { const D = window.DATA; return ( <> {/* Hero */}
Available · May 2026 onwards

I help businesses grow by communicating their value to the right audience.

Growth across performance, creative strategy, funnels, and product-led thinking. Built for founders who want outcomes, not dashboards.

Currently consulting with 4 D2C brands + 1 Series-A SaaS — slots open May 2026
Stanzin Growth Partner · BLR
{/* Logos marquee */} {/* Metrics */}
{D.metrics.map((m, i) =>
{m.num}{m.unit}
{m.label}
)}
{/* Featured work */}
{D.cases.map((c, i) =>
onGo("work")}>
{String(i + 1).padStart(2, "0")} · {c.tag} {c.year}

{c.name}

Problem
{c.problem}
Strategy
{c.strategy}
{c.hero} in {c.year}
)}
{/* Approach */}
{[ { t: "Understand the product", b: "Before I touch ads, I learn the product. Audits, user calls, competitor teardowns. Most growth problems are positioning problems in disguise.", bs: ["Funnel audit", "Unit economics", "User interviews", "Competitor teardown"] }, { t: "Craft the message", b: "One sharp sentence beats forty blurry ones. I turn what the product does into what the customer believes — in ads, on the LP, in the onboarding.", bs: ["Messaging map", "LP rewrite", "Creative briefs", "Hook libraries"] }, { t: "Scale distribution", b: "The right channel at the right time. Performance for velocity, SEO for compounding, creative for breakout. Incrementality, not last-click.", bs: ["Paid media", "Programmatic SEO", "Creative sprints", "Measurement stack"] }]. map((p, i) =>
{String(i + 1).padStart(2, "0")} — PILLAR

{p.t}

{p.b}

{p.bs.map((x) => {x})}
)}
{/* Testimonials */}
{D.testimonials.map((q, i) =>

{q.body}

{q.initial}
{q.name}
{q.role}
)}
{/* CTA big */}

Let's build something worth scaling.

Avg reply within 24h HELLO@STANZIN.ME Bengaluru · IST
); } window.HomePage = HomePage;