import Image from 'next/image'; const iconMap = { 'API Tool': '/toolIcons/tool_api_tool.svg', 'Brave Search Tool': '/toolIcons/tool_brave.svg', 'Cryptoprice Tool': '/toolIcons/tool_cryptoprice.svg', 'Ntfy Tool': '/toolIcons/tool_ntfy.svg', 'PostgreSQL Tool': '/toolIcons/tool_postgres.svg', 'Read Webpage Tool': '/toolIcons/tool_read_webpage.svg', 'Telegram Tool': '/toolIcons/tool_telegram.svg' }; export function ToolCards({ items }) { return ( <>