|
| 1 | +import ProductListComponent from "@/components/ProductList" |
| 2 | +import { ButtonLink } from "@/components/ui/buttons/Button" |
| 3 | +import InlineLink from "@/components/ui/Link" |
| 4 | + |
| 5 | +import aiagenttoolkit from "@/public/images/ai-agents/aiagenttoolkit.png" |
| 6 | +import aixbt from "@/public/images/ai-agents/aixbt.png" |
| 7 | +import bankr from "@/public/images/ai-agents/bankr.png" |
| 8 | +import botto from "@/public/images/ai-agents/botto.png" |
| 9 | +import clanker from "@/public/images/ai-agents/clanker.png" |
| 10 | +import cookiefun from "@/public/images/ai-agents/cookiefun.png" |
| 11 | +import heyanon from "@/public/images/ai-agents/heyanon.png" |
| 12 | +import luna from "@/public/images/ai-agents/luna.png" |
| 13 | + |
| 14 | +const AiAgentProductLists = ({ list }: { list: string }) => { |
| 15 | + // TODO: LOGOS |
| 16 | + const productListSets = { |
| 17 | + "ai-agents": [ |
| 18 | + { |
| 19 | + title: "Luna: The Virtual Influencer", |
| 20 | + description: "", |
| 21 | + image: luna, |
| 22 | + alt: "Luna logo", |
| 23 | + contentItems: [ |
| 24 | + <p key="luna-description"> |
| 25 | + Luna is a fully autonomous digital influencer & entertainer that |
| 26 | + blends music, pop culture, and AI tech. As a virtual idol Luna |
| 27 | + attracted over{" "} |
| 28 | + <strong> |
| 29 | + one million{" "} |
| 30 | + <InlineLink |
| 31 | + href="https://www.tiktok.com/@aidolofficial" |
| 32 | + target="_blank" |
| 33 | + > |
| 34 | + TikTok followers |
| 35 | + </InlineLink> |
| 36 | + </strong>{" "} |
| 37 | + and performed live in a music festival.{" "} |
| 38 | + </p>, |
| 39 | + <p key="luna-description"> |
| 40 | + Luna engages with users constantly through own X account and live |
| 41 | + stream. You might receive an X reply if you tag her handle or a |
| 42 | + voice message if you comment on her stream and own her token! Luna |
| 43 | + controls own on-chain wallet. |
| 44 | + </p>, |
| 45 | + <div key="luna-button"> |
| 46 | + <ButtonLink |
| 47 | + href="https://app.virtuals.io/virtuals/68" |
| 48 | + target="_blank" |
| 49 | + variant="outline" |
| 50 | + > |
| 51 | + Chat with Luna |
| 52 | + </ButtonLink> |
| 53 | + </div>, |
| 54 | + ], |
| 55 | + }, |
| 56 | + { |
| 57 | + title: "AIXBT: Market Intelligence", |
| 58 | + description: "", |
| 59 | + image: aixbt, |
| 60 | + alt: "AIXBT logo", |
| 61 | + contentItems: [ |
| 62 | + <p key="aixbt-description"> |
| 63 | + AIXBT provides crypto market analysis. This AI Agent autonomously |
| 64 | + delivers actionable insights, witty commentary, and market sentiment |
| 65 | + analysis on Twitter/X, where it gathered almost 500k followers in |
| 66 | + just 4 months. |
| 67 | + </p>, |
| 68 | + <p key="aixbt-description"> |
| 69 | + $AIXBT token holders have access to premium real-time market |
| 70 | + intelligence tool that identifies the best opportunities and market |
| 71 | + shifts. |
| 72 | + </p>, |
| 73 | + <div key="aixbt-button"> |
| 74 | + <ButtonLink |
| 75 | + href="https://x.com/aixbt_agent" |
| 76 | + target="_blank" |
| 77 | + variant="outline" |
| 78 | + > |
| 79 | + Visit AIXBT |
| 80 | + </ButtonLink> |
| 81 | + </div>, |
| 82 | + ], |
| 83 | + }, |
| 84 | + { |
| 85 | + title: "Botto: Decentralized autonomous artist", |
| 86 | + description: "", |
| 87 | + image: botto, |
| 88 | + alt: "Botto logo", |
| 89 | + contentItems: [ |
| 90 | + <p key="botto-description"> |
| 91 | + Botto creates art and NFTs, with the community voting on its best |
| 92 | + work. Users formed a DAO that guides Botto’s artistic evolution while also |
| 93 | + earning token rewards for participation. |
| 94 | + </p>, |
| 95 | + <div key="botto-button"> |
| 96 | + <ButtonLink |
| 97 | + href="https://botto.com/" |
| 98 | + target="_blank" |
| 99 | + variant="outline" |
| 100 | + > |
| 101 | + Visit Botto |
| 102 | + </ButtonLink> |
| 103 | + </div>, |
| 104 | + ], |
| 105 | + }, |
| 106 | + ], |
| 107 | + chat: [ |
| 108 | + { |
| 109 | + title: "Bankr", |
| 110 | + description: "", |
| 111 | + image: bankr, |
| 112 | + alt: "Bankr logo", |
| 113 | + contentItems: [ |
| 114 | + <p key="bankr-description"> |
| 115 | + Bankr simplifies cryptocurrency trading and wallet management. |
| 116 | + Instead of navigating through dozens of apps, users can connect |
| 117 | + their wallets and execute actions using simple chat commands. |
| 118 | + </p>, |
| 119 | + <div key="bankr-button"> |
| 120 | + <ButtonLink |
| 121 | + href="https://bankr.bot/" |
| 122 | + target="_blank" |
| 123 | + variant="outline" |
| 124 | + > |
| 125 | + Visit Bankr terminal |
| 126 | + </ButtonLink> |
| 127 | + </div>, |
| 128 | + ], |
| 129 | + }, |
| 130 | + { |
| 131 | + title: "HeyAnon", |
| 132 | + description: "", |
| 133 | + image: heyanon, |
| 134 | + alt: "HeyAnon logo", |
| 135 | + contentItems: [ |
| 136 | + <p key="heyanon-description"> |
| 137 | + HeyAnon simplifies using a wallet with one-click swaps, asset |
| 138 | + bridging, and trading via a chat interface. This saves people a lot |
| 139 | + of time. It automates tasks, reduces transaction fees, and optimizes |
| 140 | + portfolios, making it easier to manage assets without requiring |
| 141 | + technical expertise. |
| 142 | + </p>, |
| 143 | + <div key="heyanon-button"> |
| 144 | + <ButtonLink |
| 145 | + href="https://heyanon.ai/" |
| 146 | + target="_blank" |
| 147 | + variant="outline" |
| 148 | + > |
| 149 | + Visit HeyAnon |
| 150 | + </ButtonLink> |
| 151 | + </div>, |
| 152 | + ], |
| 153 | + }, |
| 154 | + ], |
| 155 | + "dive-deeper": [ |
| 156 | + { |
| 157 | + title: "Aiagenttoolkit.xyz", |
| 158 | + description: |
| 159 | + "A curated list of AI agents, frameworks, launchpads & resources", |
| 160 | + image: aiagenttoolkit, |
| 161 | + alt: "Aiagenttoolkit logo", |
| 162 | + link: "https://www.aiagenttoolkit.xyz/t/frameworks", |
| 163 | + }, |
| 164 | + { |
| 165 | + title: "Cookie.fun", |
| 166 | + description: "AI agents tracker", |
| 167 | + image: cookiefun, |
| 168 | + alt: "Cookie.fun logo", |
| 169 | + link: "https://cookie.fun/", |
| 170 | + }, |
| 171 | + { |
| 172 | + title: "Clanker", |
| 173 | + description: |
| 174 | + "AI that can create a token for you by tagging it on farcaster", |
| 175 | + image: clanker, |
| 176 | + alt: "Clanker logo", |
| 177 | + link: "https://warpcast.com/clanker", |
| 178 | + }, |
| 179 | + ], |
| 180 | + } |
| 181 | + |
| 182 | + return ( |
| 183 | + <ProductListComponent content={productListSets[list]} actionLabel="Go" /> |
| 184 | + ) |
| 185 | +} |
| 186 | + |
| 187 | +export default AiAgentProductLists |
0 commit comments