# Social Proof Banner

Renders a prominent banner highlighting a key social proof metric or

## Surfaces

web, google-meet-stage, pdf, google-apps-script-web, mcp-apps

## Fields

| Field | Type |
|---|---|
| metric_value | string |
| metric_label | string |
| icon_url | string |
| link_url | string |

## Example payload

```json
{
  "type": "social_proof_banner",
  "metric_value": "Metric value",
  "metric_label": "Metric label",
  "icon_url": "https://example.com",
  "link_url": "https://example.com"
}
```

Live page: https://a2uicatalog.ai/atoms/social_proof_banner/
Full field contract: https://a2uicatalog.ai/spec.json
