feat: logos

This commit is contained in:
amhsirak
2026-01-20 16:46:13 +05:30
parent 1e17c95bfc
commit d09d12b562

View File

@@ -801,27 +801,27 @@ export const RobotIntegrationPage = ({
MCP MCP
</Button> </Button>
<Button variant="outlined" onClick={() => { window.open("https://docs.maxun.dev/mcp/setup", "_blank", "noopener,noreferrer"); }} style={{ display: "flex", flexDirection: "column", alignItems: "center", background: 'white', color: '#ff00c3' }}> <Button variant="outlined" onClick={() => { window.open("https://docs.maxun.dev/mcp/setup", "_blank", "noopener,noreferrer"); }} style={{ display: "flex", flexDirection: "column", alignItems: "center", background: 'white', color: '#ff00c3' }}>
<img src="/svg/mcp.svg" alt="MCP" style={{ margin: "6px" }} /> <img src="/svg/langchain.svg" alt="MCP" style={{ margin: "6px" }} />
LangChain LangChain
</Button> </Button>
<Button variant="outlined" onClick={() => { window.open("https://docs.maxun.dev/mcp/setup", "_blank", "noopener,noreferrer"); }} style={{ display: "flex", flexDirection: "column", alignItems: "center", background: 'white', color: '#ff00c3' }}> <Button variant="outlined" onClick={() => { window.open("https://docs.maxun.dev/mcp/setup", "_blank", "noopener,noreferrer"); }} style={{ display: "flex", flexDirection: "column", alignItems: "center", background: 'white', color: '#ff00c3' }}>
<img src="/svg/mcp.svg" alt="MCP" style={{ margin: "6px" }} /> <img src="/svg/langchain.svg" alt="MCP" style={{ margin: "6px" }} />
LangGraph LangGraph
</Button> </Button>
<Button variant="outlined" onClick={() => { window.open("https://docs.maxun.dev/mcp/setup", "_blank", "noopener,noreferrer"); }} style={{ display: "flex", flexDirection: "column", alignItems: "center", background: 'white', color: '#ff00c3' }}> <Button variant="outlined" onClick={() => { window.open("https://docs.maxun.dev/mcp/setup", "_blank", "noopener,noreferrer"); }} style={{ display: "flex", flexDirection: "column", alignItems: "center", background: 'white', color: '#ff00c3' }}>
<img src="/svg/mcp.svg" alt="MCP" style={{ margin: "6px" }} /> <img src="/svg/vercel.svg" alt="MCP" style={{ margin: "6px" }} height={150} width={150} />
Vercel AI SDK Vercel AI SDK
</Button> </Button>
<Button variant="outlined" onClick={() => { window.open("https://docs.maxun.dev/mcp/setup", "_blank", "noopener,noreferrer"); }} style={{ display: "flex", flexDirection: "column", alignItems: "center", background: 'white', color: '#ff00c3' }}> <Button variant="outlined" onClick={() => { window.open("https://docs.maxun.dev/mcp/setup", "_blank", "noopener,noreferrer"); }} style={{ display: "flex", flexDirection: "column", alignItems: "center", background: 'white', color: '#ff00c3' }}>
<img src="/svg/mcp.svg" alt="MCP" style={{ margin: "6px" }} /> <img src="/svg/openai.svg" alt="MCP" style={{ margin: "6px" }} height={150} width={150} />
Open AI SDK Open AI SDK
</Button> </Button>
<Button variant="outlined" onClick={() => { window.open("https://docs.maxun.dev/mcp/setup", "_blank", "noopener,noreferrer"); }} style={{ display: "flex", flexDirection: "column", alignItems: "center", background: 'white', color: '#ff00c3' }}> <Button variant="outlined" onClick={() => { window.open("https://docs.maxun.dev/mcp/setup", "_blank", "noopener,noreferrer"); }} style={{ display: "flex", flexDirection: "column", alignItems: "center", background: 'white', color: '#ff00c3' }}>
<img src="/svg/mcp.svg" alt="MCP" style={{ margin: "6px" }} /> <img src="/svg/mastra.svg" alt="MCP" style={{ margin: "6px" }} height={150} width={150} />
Mastra Mastra
</Button> </Button>
<Button variant="outlined" onClick={() => { window.open("https://docs.maxun.dev/mcp/setup", "_blank", "noopener,noreferrer"); }} style={{ display: "flex", flexDirection: "column", alignItems: "center", background: 'white', color: '#ff00c3' }}> <Button variant="outlined" onClick={() => { window.open("https://docs.maxun.dev/mcp/setup", "_blank", "noopener,noreferrer"); }} style={{ display: "flex", flexDirection: "column", alignItems: "center", background: 'white', color: '#ff00c3' }}>
<img src="/svg/mcp.svg" alt="MCP" style={{ margin: "6px" }} /> <img src="/svg/llamaindex.svg" alt="MCP" style={{ margin: "6px" }} height={150} width={150} />
LlamaIndex LlamaIndex
</Button> </Button>
</div> </div>