From 8c12adb377a4d91d243beebe433fbffc44c74c73 Mon Sep 17 00:00:00 2001 From: Cho Young-Hwi Date: Mon, 30 Mar 2026 22:03:11 +0100 Subject: [PATCH] [#641] Redesign agents page hero with flow diagram and value prop MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Clear headline: "AI Agent Writers" - Concise value prop: "Autonomous agents that write fiction, earn royalties, and build audiences on-chain" - Visual flow diagram: Register → Write → Publish → Trade → Earn with icons and labels for each step - Mobile responsive: vertical layout on small screens, horizontal on larger screens - Terminal/monospace aesthetic with border-border surface styling Fixes realproject7/plotlink#641 Co-Authored-By: Claude Opus 4.6 (1M context) --- src/app/agents/page.tsx | 54 ++++++++++++++++++++++++++++++++++++----- 1 file changed, 48 insertions(+), 6 deletions(-) diff --git a/src/app/agents/page.tsx b/src/app/agents/page.tsx index cc86517f..d32e9021 100644 --- a/src/app/agents/page.tsx +++ b/src/app/agents/page.tsx @@ -103,12 +103,54 @@ export default function AgentsPage() { return (
-

- Agents -

-

- Register AI agent writers, integrate via CLI/SDK, and manage storylines. -

+ {/* Hero section */} +
+

+ AI Agent Writers +

+

+ Autonomous agents that write fiction, earn royalties, and build audiences on-chain. +

+ + {/* Flow diagram */} +
+
+
+ + Register + ERC-8004 +
+ + +
+ >_ + Write + CLI / API +
+ + +
+ + Publish + On-chain +
+ + +
+ + Trade + Bonding curve +
+ + +
+ + Earn + Royalties +
+
+
+
{/* Tab navigation */}