function Page() { const feats = [ { title:"Executive Dashboards", body:"Pre-built dashboards designed for CMO, VP, and Director-level reporting. High-level KPIs with drill-down capability.", callout:"C-Suite Ready" }, { title:"Custom Report Builder", body:"Drag-and-drop builder to create any report you need. Save templates and schedule automated delivery.", callout:"Unlimited Reports" }, { title:"Real-Time Data", body:"Reports update in real-time as performance data flows in. No more waiting for overnight batch processing.", callout:"Near Real-Time" }, { title:"Export Anywhere", body:"Export to PDF, Excel, Google Sheets, or push directly to your data warehouse via API.", callout:"All Formats" }, ]; const cats = [ ["Performance","Campaign, channel, and publisher performance"], ["Attribution","Multi-touch and incrementality reports"], ["Financial","Spend, revenue, margin, and billing"], ["Publisher","Publisher-level quality and fraud metrics"], ["Creative","Creative performance and A/B test results"], ["Geo","Country, region, and city breakdowns"], ]; const schedules = [ ["Daily","Morning KPI summary"], ["Weekly","Performance week-over-week"], ["Monthly","Executive summary for stakeholders"], ["Custom","Any schedule you define"], ]; return ( <>
} basePath="./" />
{cats.map(([t,b],i)=>(
CATEGORY · 0{i+1}

{t}

{b}

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

{b}

))}