function Page() { const steps = [ { num:"01", title:"Connect your stack", body:"Integrate with your existing tools in minutes. We support all major ad servers, attribution platforms, and data warehouses.", bullets:["Pixel, API, or SDK integration","Support for 50+ platforms","Dedicated implementation support"] }, { num:"02", title:"Define your goals", body:"Set your performance targets. CPA, ROAS, or custom KPIs. Our platform optimizes toward what matters to your business.", bullets:["Unlimited conversion events","Custom attribution windows","Multi-goal optimization"] }, { num:"03", title:"Build your audience", body:"Create segments from first-party data, lookalikes, or leverage our cross-device identity graph.", bullets:["First-party data onboarding","Lookalike modeling","Contextual targeting"] }, { num:"04", title:"Launch campaigns", body:"Deploy across DSP, affiliates, and retargeting from a single interface. Upload creatives or use dynamic templates.", bullets:["Multi-channel deployment","Dynamic creative optimization","Automated A/B testing"] }, { num:"05", title:"AI optimizes", body:"Our AI continuously optimizes bids, budgets, and targeting based on real conversion signals, not vanity metrics.", bullets:["Real-time bid optimization","Budget reallocation","Publisher quality scoring"] }, { num:"06", title:"Measure & iterate", body:"Unified reporting shows true performance across all channels. See exactly what's working and double down.", bullets:["Multi-touch attribution","Incrementality testing","Executive dashboards"] }, ]; const stack = ["Google Analytics","Segment","Shopify","Salesforce","Snowflake","BigQuery","HubSpot","Marketo"]; const milestones = [["1–2 days","Integration (If Req)"],["Instant","Campaigns live"],["Real-time","AI Optimized"]]; return ( <>
} basePath="./" />
{steps.map((s,i)=>(
{s.num}

{s.title}

{s.body}

    {s.bullets.map((b,j)=>(
  • {b}
  • ))}
))}
SPEED TO VALUE

Days, not quarters.

{milestones.map(([t,b],i)=>(
{t}
{b}
))}