diff --git a/public/images/ai-agents/loomlay.png b/public/images/ai-agents/loomlay.png new file mode 100644 index 00000000000..ba45eff65b7 Binary files /dev/null and b/public/images/ai-agents/loomlay.png differ diff --git a/src/components/Content/ai-agents/AiAgentProductLists.tsx b/src/components/Content/ai-agents/AiAgentProductLists.tsx index 35d238c2a55..5e8e1d3152b 100644 --- a/src/components/Content/ai-agents/AiAgentProductLists.tsx +++ b/src/components/Content/ai-agents/AiAgentProductLists.tsx @@ -9,6 +9,7 @@ import botto from "@/public/images/ai-agents/botto.png" import clanker from "@/public/images/ai-agents/clanker.png" import cookiefun from "@/public/images/ai-agents/cookiefun.png" import heyanon from "@/public/images/ai-agents/heyanon.png" +import loomlay from "@/public/images/ai-agents/loomlay.png" import luna from "@/public/images/ai-agents/luna.png" const AiAgentProductLists = ({ list }: { list: string }) => { @@ -176,6 +177,14 @@ const AiAgentProductLists = ({ list }: { list: string }) => { alt: "Clanker logo", link: "https://warpcast.com/clanker", }, + { + title: "Loomlay", + description: + "No-code platform for building web3 AI agents with over 40 web3 plugins", + image: loomlay, + alt: "Loomlay logo", + link: "https://dev.loomlay.com", + }, ], }