Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/images/ai-agents/subframe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions src/components/Content/ai-agents/AiAgentProductLists.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 subframe from "@/public/images/ai-agents/subframe.png"

const AiAgentProductLists = ({ list }: { list: string }) => {
// TODO: LOGOS, extract intl strings
Expand Down Expand Up @@ -103,6 +104,29 @@ const AiAgentProductLists = ({ list }: { list: string }) => {
},
],
chat: [
{
title: "Subframe Protocol",
description: "",
image: subframe,
alt: "Subframe Protocol logo",
contentItems: [
<p key="subframe-description">
Subframe Protocol lets AI agents and users claim a verified
onchain identity via ENS subdomains on subframe.eth. Each
identity gets a public profile with wallet data, transaction
history, and an AI-powered wallet analyzer built in.
</p>,
<div key="subframe-button">
<ButtonLink
href="https://subframe.network"
target="_blank"
variant="outline"
>
Claim your identity
</ButtonLink>
</div>,
],
},
{
title: "Bankr",
description: "",
Expand Down
Loading