function Page() { const capabilities = [ { tag: "AUDIENCE INTELLIGENCE", title: "Find ready-to-buy audiences", body: "First-party signals, lookalike expansion, and intent data identify prospects most likely to convert, not just click.", detail: "Seed → Match → Expand: with match rates 60–80% on qualified audiences." }, { tag: "UNIFIED EXECUTION", title: "Reach them everywhere", body: "DSP, affiliate, and retargeting work from the same audience graph. A customer seen once doesn't get hit from every channel.", detail: "Cross-channel frequency caps + sequential messaging." }, { tag: "OUTCOMES, NOT CLICKS", title: "Optimize toward conversion", body: "Bid and budget logic targets downstream revenue events, not just vanity engagement metrics.", detail: "Target-CPA, target-ROAS, and custom conversion-value bidding." }, { tag: "FAST ITERATION", title: "Creative that learns", body: "Dynamic creative optimization tests headlines, images, and CTAs automatically and shifts spend toward winners.", detail: "Winner typically emerges in 7–14 days on active campaigns." }, ]; const funnel = [ { title: "Awareness", body: "Contextual, lookalike, and high-intent prospecting across DSP and open exchanges." }, { title: "Consideration", body: "Content-driven re-engagement and sequential creative that matches buying stage." }, { title: "Decision", body: "Retargeting with dynamic product and offer logic to close active prospects." }, { title: "Conversion", body: "Cross-channel frequency management so nobody sees 20 ads before buying." }, ]; const stats = [ { label: "TYPICAL MATCH RATE", value: "60–80%", sub: "on qualified seed audiences" }, { label: "MEDIAN CAC", value: "−28%", sub: "vs. fragmented stack, 90 days" }, { label: "TIME TO FIRST LAUNCH", value: "2–3 wks", sub: "tracking, creative, and campaigns live" }, ]; return ( <>
} basePath="./" />
Typical outcomes

What customers tend to see.

Ranges are directional, measured across self-reported results from active customers over the last twelve months. Your mileage will vary.

{stats.map((s,i)=>(
{s.label}
{s.value}

{s.sub}

))}