()
| 15 | const TRIGGER_INTEGRATION_COUNT = integrations.filter((i) => i.triggerCount > 0).length |
| 16 | |
| 17 | export default async function Image() { |
| 18 | return createLandingOgImage({ |
| 19 | eyebrow: 'Sim integrations directory', |
| 20 | title: 'Integrations', |
| 21 | subtitle: `Connect ${integrations.length} apps and services to AI agents in Sim's workflow builder, visually, conversationally, or with code.`, |
| 22 | pills: [ |
| 23 | `${integrations.length} integrations`, |
| 24 | `${TOTAL_TOOL_COUNT}+ tools`, |
| 25 | `${OAUTH_COUNT} OAuth apps`, |
| 26 | `${TRIGGER_INTEGRATION_COUNT} with real-time triggers`, |
| 27 | ], |
| 28 | domainLabel: 'sim.ai/integrations', |
| 29 | }) |
| 30 | } |
nothing calls this directly
no test coverage detected