// ============================================================ // ABOUT PAGE // ============================================================ function AboutHero() { return (
About inevidence

Customer-powered growth enables you to accelerate acquisition, retention, and expansion.

By activating the voices, stories, loyalty, and influence of your most strategic customers, we help you turn happy customers into your most reliable engine for durable revenue.

); } // ------------------------------------------------------------ // Three value cards — the brief // ------------------------------------------------------------ function AboutValues() { const values = [ { n: '01', title: 'Accelerate acquisition', body: 'Customer stories, advocacy, and human proof help buyers trust you faster. Peer credibility shortens sales cycles, reduces late-stage friction, and gives marketing the most persuasive asset in the funnel — real customers in their own words.', }, { n: '02', title: 'Maximise retention', body: 'Customer insight and loyalty programs improve experience and deepen long-term relationships. When customers feel heard, recognised, and connected to a peer community, the conversation shifts from renewal risk to expansion opportunity.', }, { n: '03', title: 'Boost Net Revenue Retention', body: 'Existing customers become a durable growth engine through advocacy, expansion, loyalty, and influence. NRR compounds, valuation follows, and your best customers do the marketing for you.', }, ]; return (
What we do

We operationalise your customers.

Three commercial outcomes, one connected operating model — measured in retention, expansion, and revenue you can attribute.

{values.map(v => (
{v.n} · Outcome

{v.title}

{v.body}

))}
); } // ------------------------------------------------------------ // Global footprint — Since 1991 / 90 countries / 30+ languages // ------------------------------------------------------------ function AboutFootprint() { const regions = [ 'United Kingdom', 'United States', 'France', 'Germany', 'Spain', 'Italy', 'Netherlands', 'Sweden', 'Japan', 'Singapore', 'Australia', 'Brazil', 'Mexico', 'India', 'Canada', ]; return (
Experience proof

Since 1991. 90 countries. 30+ languages and counting.

We've been doing this since 1991 — long before "customer marketing" was a job title. With customers in 90 countries and work delivered in over 30 languages, we help global B2B brands build a self-reinforcing growth engine that travels.

{regions.map(r => (
{r}
))}
+ 75 more
); } // ------------------------------------------------------------ // NRR call-out — the most important commercial argument // ------------------------------------------------------------ function AboutNRR() { return (
Net Revenue Retention
NRR has become the #1 predictor of company valuation. Your existing customers are the gold mine — a company's value isn't based on how many new logos you sign, but on how the customers you already have stay and grow.
×12 The valuation multiple top-quartile NRR companies command vs. bottom quartile, on average.
70% Of revenue at high-growth SaaS companies now comes from existing customers expanding.
More expensive to acquire a new customer than to expand a happy one.
); } // ------------------------------------------------------------ // Metrics wall — premium stat blocks // ------------------------------------------------------------ function AboutMetrics() { return (
By the numbers

Customer-powered growth, measured.

A snapshot of the experience, scale, and outcomes our customer marketing programmes deliver.

Founded
1991
Customer marketing before "customer marketing" was a category.
Global footprint
90
Countries where our work has run.
Languages
30+
Languages our programmes ship in.
Net retention lift
+38%
Median NRR lift across active advocacy programmes.
Reference pipeline
2.4×
Average expansion pipeline sourced from reference customers.
Active advocates
190
Reference customers active in client programmes this quarter.
Hosted communities
12
Quarterly customer advisory and community sessions we host.
Industries
24
B2B sectors we've shipped customer-powered programmes inside.
); } // ------------------------------------------------------------ // About CTA // ------------------------------------------------------------ function AboutCTA({ onNavigate }) { return (
A partnership, not a project
We sit between marketing, sales, and customer success — and operationalise the customer as your most reliable growth engine.
); } window.AboutHero = AboutHero; window.AboutValues = AboutValues; window.AboutFootprint = AboutFootprint; window.AboutNRR = AboutNRR; window.AboutMetrics = AboutMetrics; window.AboutCTA = AboutCTA;