/** * Chat Agent Component * @description Fixed chat agent button positioned at bottom right corner */ // Chat icon from Figma design const chatIcon = 'https://www.figma.com/api/mcp/asset/34915bcc-807b-45a6-82a2-2806ff0d1d6b'; /** * ChatAgent component * @description Floating chat agent button matching Figma design exactly * @returns ChatAgent element */ export function ChatAgent() { return ( ); }