function Page() {
const capabilities = [
{ tag: "INCREMENTALITY", title: "Measure real lift", body: "Hold-out tests and geo experiments isolate incremental conversions from those you'd have gotten anyway.", detail: "Industry standard: 20โ40% of measured conversions are non-incremental." },
{ tag: "VALUE-BASED BIDDING", title: "Bid on expected LTV", body: "Predictive customer-value signals drive bid logic so you pay more for customers worth more.", detail: "pLTV model built from your first-party signals." },
{ tag: "BUDGET ALLOCATION", title: "Shift spend to what works", body: "Automated budget pacing across channels, campaigns, and creatives based on rolling performance.", detail: "Shifts nightly: weekly manual review optional." },
{ tag: "WASTE REDUCTION", title: "Kill the dead weight", body: "Flag and pause underperforming segments, placements, and partners before they drain the budget.", detail: "Configurable thresholds on CPA, ROAS, IVT, and frequency." },
];
const levers = [
{ title: "Reduce waste", body: "Invalid traffic, duplicate attribution, and over-frequent retargeting: all measurable, all fixable." },
{ title: "Reprice inputs", body: "Pay less for the same customers by running first-price auctions with transparency on what you're buying." },
{ title: "Reweight spend", body: "Move budget toward channels, creatives, and audiences delivering provable incremental return." },
{ title: "Rebuild measurement", body: "Stop optimizing to lagging or wrong metrics. Get a measurement model that reflects reality." },
];
return (
<>
}
basePath="./"
/>
>
);
}
ReactDOM.createRoot(document.getElementById("root")).render();