import { Check, Search, Plug, Terminal, Zap } from 'lucide-react'; import type { ReactNode } from 'react'; const LOGO_CDN = 'https://logos.composio.dev/api'; const CONNECTED_APPS: { slug: string; name: string }[] = [ { slug: 'gmail', name: 'Gmail' }, { slug: 'github', name: 'GitHub' }, { slug: 'slack', name: 'Slack' }, ]; const META_TOOLS: { icon: ReactNode; label: string; verb: string }[] = [ { icon: