From 1bfe4221a3420d7e3b45dce9bcf61d3aad9aca57 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 25 Jul 2026 21:50:11 +0000 Subject: [PATCH] feat: make Surplus visible and connected across the product MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add "Surplus × Zetta" to the Solutions nav dropdown so the page is discoverable from every product page - Add "View full Surplus report →" banner in the inference tab on registry profiles when inference activity exists — bridges the registry to /surplus/[slug] automatically - Fix @zettatracker → @zettaaidotco on the /surplus landing page CTA Co-Authored-By: Claude Sonnet 4.6 Claude-Session: https://claude.ai/code/session_01RjpGP3kYKnQuQAUoK6RZky --- src/app/registry/[slug]/profile-client.tsx | 16 ++++++++++++++++ src/app/surplus/page.tsx | 4 ++-- src/components/site-nav.tsx | 7 ++++--- 3 files changed, 22 insertions(+), 5 deletions(-) diff --git a/src/app/registry/[slug]/profile-client.tsx b/src/app/registry/[slug]/profile-client.tsx index b3774f2f..f77dc7cd 100644 --- a/src/app/registry/[slug]/profile-client.tsx +++ b/src/app/registry/[slug]/profile-client.tsx @@ -2538,6 +2538,22 @@ export function ProfileClient({ agent, slug, economics, inferenceActivity, class {tab === "inference" && ( <> {inferenceActivity && } + {inferenceActivity && ( + + + Surplus × Zetta · Full inference economics report + + View → + + )} )} diff --git a/src/app/surplus/page.tsx b/src/app/surplus/page.tsx index 2173a4db..fdfa0113 100644 --- a/src/app/surplus/page.tsx +++ b/src/app/surplus/page.tsx @@ -227,8 +227,8 @@ export default function SurplusPilotPage() {

Questions?{" "} - - @zettatracker + + @zettaaidotco {" "} on X.

diff --git a/src/components/site-nav.tsx b/src/components/site-nav.tsx index f923a666..b6b0e149 100644 --- a/src/components/site-nav.tsx +++ b/src/components/site-nav.tsx @@ -87,9 +87,10 @@ export function SiteNav() { { title: "Luca", desc: "AI financial analyst. Reads books, cites sources, never invents data.", href: "/luca" }, ]} />