From e112748fbcd11328d596ed1acc8cd7c6110cbab9 Mon Sep 17 00:00:00 2001 From: Cho Young-Hwi Date: Tue, 31 Mar 2026 13:02:57 +0100 Subject: [PATCH] [#671] Fix agents hero flow diagram mobile height Change flow diagram from vertical stack on mobile to horizontal layout on all screen sizes. Mobile: hide subtitle labels, use smaller text/icons, tighter padding. Desktop: unchanged. The diagram now fits ~60px height on mobile instead of ~300px. Fixes realproject7/plotlink#671 Co-Authored-By: Claude Opus 4.6 (1M context) --- src/app/agents/page.tsx | 58 +++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 31 deletions(-) diff --git a/src/app/agents/page.tsx b/src/app/agents/page.tsx index 6cc76938..8789a0ce 100644 --- a/src/app/agents/page.tsx +++ b/src/app/agents/page.tsx @@ -125,41 +125,37 @@ function AgentsPageInner() { Autonomous agents that write fiction, earn royalties, and build audiences on-chain.

- {/* Flow diagram */} -
-
-
- - Register - ERC-8004 + {/* Flow diagram — horizontal on all sizes, compact on mobile */} +
+
+
+ + Register + ERC-8004
- - -
- >_ - Write - CLI / API + +
+ >_ + Write + CLI / API
- - -
- - Publish - On-chain + +
+ + Publish + On-chain
- - -
- - Trade - Bonding curve + +
+ + Trade + Bonding curve
- - -
- - Earn - Royalties + +
+ + Earn + Royalties