diff --git a/src/components/Content/ai-agents/AiAgentProductLists.tsx b/src/components/Content/ai-agents/AiAgentProductLists.tsx index 885edbdb6ce..add3a7bcaa1 100644 --- a/src/components/Content/ai-agents/AiAgentProductLists.tsx +++ b/src/components/Content/ai-agents/AiAgentProductLists.tsx @@ -1,3 +1,6 @@ +import { useTranslations } from "next-intl" + +import { Strong } from "@/components/IntlStringElements" import ProductListComponent from "@/components/ProductList" import { ButtonLink } from "@/components/ui/buttons/Button" import InlineLink from "@/components/ui/Link" @@ -12,91 +15,59 @@ import heyanon from "@/public/images/ai-agents/heyanon.png" import luna from "@/public/images/ai-agents/luna.png" const AiAgentProductLists = ({ list }: { list: string }) => { - // TODO: LOGOS, extract intl strings + const t = useTranslations("component-ai-agent-products") + const productListSets = { "ai-agents": [ { - title: "Luna: The Virtual Influencer", + title: t("luna-title"), description: "", image: luna, - alt: "Luna logo", contentItems: [ -
- Luna is a fully autonomous digital influencer & entertainer that
- blends music, pop culture, and AI tech. As a virtual idol Luna
- attracted over{" "}
-
- one million{" "}
-
- Luna engages with users through her own X account. You might receive - an X reply if you tag her handle! Luna controls her own onchain - wallet. +
+ {t.rich("luna-description-1", {
+ strong: Strong,
+ a: (chunks) => (
+
{t("luna-description-2")}
,- AIXBT provides crypto market analysis. This AI agent autonomously - delivers actionable insights, witty commentary, and market sentiment - analysis on Twitter/X, where it has gathered a large following. -
, -- $AIXBT token holders have access to premium real-time market - intelligence tool that identifies the best opportunities and market - shifts. -
, +{t("aixbt-description-1")}
, +{t("aixbt-description-2")}
,- Botto creates art and NFTs, with the community voting on its best - work. Users formed a DAO that guides Botto’s artistic evolution - while also earning token rewards for participation. -
, +{t("botto-description")}
,- Bankr simplifies cryptocurrency trading and wallet management. - Instead of navigating through dozens of apps, users can connect - their wallets and execute actions using simple chat commands. -
, +{t("bankr-description")}
,- HeyAnon simplifies using a wallet with one-click swaps, asset - bridging, and trading via a chat interface. This saves people a lot - of time. It automates tasks, reduces transaction fees, and optimizes - portfolios, making it easier to manage assets without requiring - technical expertise. -
, +{t("heyanon-description")}
,