From 8813645aecb5b54b1d199eaad6d63f01a3e0d818 Mon Sep 17 00:00:00 2001 From: ehsan shariati Date: Wed, 8 Jul 2026 10:46:46 -0400 Subject: [PATCH] feat(ecosystem): add "See Who's Building" button to the network stats Adds a secondary CTA next to "Start Building" in the ecosystem hero that links to the public network stats dashboard (https://cloud.fx.land/stats), so visitors can see live network activity. Glass button style to match the dark hero; buttons wrapped in a centered flex row. Co-Authored-By: Claude Opus 4.8 --- css/ecosystem.css | 7 +++++++ ecosystem/index.html | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/css/ecosystem.css b/css/ecosystem.css index 5ddd258..bc3dbc0 100644 --- a/css/ecosystem.css +++ b/css/ecosystem.css @@ -21,6 +21,13 @@ margin: 0 auto var(--spacing-lg); } +.eco-hero__buttons { + display: flex; + gap: var(--spacing-sm); + justify-content: center; + flex-wrap: wrap; +} + /* App Types */ .app-types { padding: var(--spacing-3xl) 0; diff --git a/ecosystem/index.html b/ecosystem/index.html index 0d73b84..f9eae4c 100644 --- a/ecosystem/index.html +++ b/ecosystem/index.html @@ -75,8 +75,9 @@

The DePIN Blockchain Ecosystem for AI Apps

The Functionland SDK is specifically designed to be the best possible alternative for mobile-native applications

-
+