function Page() {
const capabilities = [
{ tag: "AUDIENCE RE-ENGAGEMENT", title: "Bring customers back", body: "Identify lapsing customers by behavior and reach them before churn: across email, display, and social.", detail: "Churn-risk scoring on 30/60/90-day windows." },
{ tag: "LOYALTY ACTIVATION", title: "Convert one-time to repeat", body: "Targeted sequences that move first-time buyers into their second, third, and recurring purchases.", detail: "Repeat-purchase lift typically 18–32% on active cohorts." },
{ tag: "LIFECYCLE SEGMENTS", title: "Segment by journey stage", body: "New, active, at-risk, lapsed, and advocate segments update continuously, not static list exports.", detail: "Sync to your email, SMS, and paid channels in real time." },
{ tag: "WIN-BACK CAMPAIGNS", title: "Re-acquire lapsed buyers", body: "Bidding and creative logic optimized for people who already know your brand: cheaper than net-new.", detail: "Win-back CPA typically 40–60% lower than cold acquisition." },
];
const stages = [
{ title: "First purchase", body: "Confirm the relationship. Set expectations for what happens next." },
{ title: "Repeat", body: "Convert the second purchase. This is where churn risk drops off a cliff." },
{ title: "Loyalty", body: "Reward the behavior. Give customers a reason to stay on platform." },
{ title: "Advocate", body: "The best acquisition channel. Enable sharing, referrals, and reviews." },
];
return (
<>
}
basePath="./"
/>
>
);
}
ReactDOM.createRoot(document.getElementById("root")).render();