function Page() {
const capabilities = [
{ tag: "CREATIVE TESTING", title: "Dynamic creative optimization", body: "Test dozens of headline, image, and CTA variants concurrently. Budget flows to winners automatically as data arrives.", detail: "Typical lift: 2–4× CTR for the winning variant vs. median." },
{ tag: "LANDING PAGE", title: "Post-click optimization", body: "Integrated experiment framework so creative and landing page test together, not in silos.", detail: "Route traffic by segment + test variants simultaneously." },
{ tag: "BIDDING LOGIC", title: "Conversion-value bidding", body: "Bid higher for users who look like high-value customers. Bid less, or not at all: on low-expected-value audiences.", detail: "pLTV signals feed bid decisions in real time." },
{ tag: "FUNNEL ANALYSIS", title: "Step-by-step diagnostics", body: "Find exactly where users drop off. Fix the biggest leak first. Move on.", detail: "Cohort analysis + micro-conversion attribution." },
];
const approach = [
{ title: "Measure", body: "Instrument the funnel. Every meaningful step, consistent definitions, trustworthy data." },
{ title: "Diagnose", body: "Find the stage with the biggest conversion leak. It's almost never the one you suspect." },
{ title: "Test", body: "Ship controlled experiments: creative, offers, page design: with proper significance." },
{ title: "Scale", body: "Roll out winners, document learnings, move to the next stage. Repeat." },
];
return (
<>
}
basePath="./"
/>
>
);
}
ReactDOM.createRoot(document.getElementById("root")).render();