diff --git a/src/components/Content/ai-agents/AiAgentProductLists.tsx b/src/components/Content/ai-agents/AiAgentProductLists.tsx index 35d238c2a55..70a8831c194 100644 --- a/src/components/Content/ai-agents/AiAgentProductLists.tsx +++ b/src/components/Content/ai-agents/AiAgentProductLists.tsx @@ -10,6 +10,7 @@ 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 luna from "@/public/images/ai-agents/luna.png" +import dexcheck from "@/public/images/ai-agents/dexcheck.png" const AiAgentProductLists = ({ list }: { list: string }) => { // TODO: LOGOS @@ -176,6 +177,14 @@ const AiAgentProductLists = ({ list }: { list: string }) => { alt: "Clanker logo", link: "https://warpcast.com/clanker", }, + { + title: "DexCheck.ai", + description: + "AI-Powered Crypto Analytics Terminal", + image: dexcheck, + alt: "DexCheck AI logo", + link: "https://dexcheck.ai/app", + }, ], }