function HpServices({ bg }) { const items = [ { n: "01", t: "Nutra & Supplements", d: "Health, weight-loss, blood-sugar, anti-aging — vetted on EPC, refund profile and compliance before we touch traffic." }, { n: "02", t: "Digital Products", d: "Self-help, financial, software offers across ClickBank, Digistore24, Buygoods and Maxweb. Picks based on math, not vibes." }, { n: "03", t: "Pay-per-Call", d: "Insurance and high-intent calls via MarketCall, Aragon and Ray. Routed, tracked and quality-scored end-to-end." }, { n: "04", t: "Creative & Tracking", d: "Advertorials, VSL hooks, ad angles, postback chains, S2S, anti-fraud. The plumbing that makes scaling profitable." }, ]; return (
What we do

Three verticals, one machine for scaling offers profitably.

{items.map(it => (
{it.n}
{it.t}

{it.d}

))}
); } window.HpServices = HpServices;