From c962743737a113cc3e00b71283d9785a9a16f9dd Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Wed, 19 Nov 2025 18:33:56 +0100 Subject: [PATCH] refactor: adjust text colors, animation positioning, and hover effects across multiple components - Changed AgentHeroAlt and Homepod description text from text-gray-800 to text-gray-600 for softer contrast - Added vertical translation to animation SVGs: NoCentral (-translate-y-10), DataControl (-translate-y-12), Security (translate-y-6), Resilience (translate-y-5) - Updated Resilience and Security danger color from red (#ff4d4d) to gray (#9ca3af) - Changed NodeBenefits card border from border-gray-300 --- src/pages/agents/AgentHeroAlt.tsx | 2 +- src/pages/home/animations/NoCentral.tsx | 2 +- src/pages/nodes/NodeBenefits.tsx | 2 +- src/pages/nodes/NodeSpecs.tsx | 6 +++--- src/pages/pods/Homepod.tsx | 2 +- src/pages/pods/animations/DataControl.tsx | 2 +- src/pages/pods/animations/Resilience.tsx | 4 ++-- src/pages/pods/animations/Security.tsx | 4 ++-- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/pages/agents/AgentHeroAlt.tsx b/src/pages/agents/AgentHeroAlt.tsx index 3b9b558..99cc0ec 100644 --- a/src/pages/agents/AgentHeroAlt.tsx +++ b/src/pages/agents/AgentHeroAlt.tsx @@ -23,7 +23,7 @@ export function AgentHeroAlt() {

Private, Sovereign and Distributed AI You Control

-

+

Mycelium Agents let you deploy and run intelligent systems on your own infrastructure. Private, local, and autonomous by design, they give you everything you need to build, host, and connect AI agents without relying on centralized clouds.

diff --git a/src/pages/home/animations/NoCentral.tsx b/src/pages/home/animations/NoCentral.tsx index 6b1c62c..e7c6335 100644 --- a/src/pages/home/animations/NoCentral.tsx +++ b/src/pages/home/animations/NoCentral.tsx @@ -131,7 +131,7 @@ export default function NoCentral({ aria-label="Distributed network illustration" style={{ background: bg }} > - + {/* Background grid */} diff --git a/src/pages/nodes/NodeBenefits.tsx b/src/pages/nodes/NodeBenefits.tsx index 7912dfb..6c173e2 100644 --- a/src/pages/nodes/NodeBenefits.tsx +++ b/src/pages/nodes/NodeBenefits.tsx @@ -94,7 +94,7 @@ export function NodeBenefits() { delay: 0.3 + index * 0.15, ease: "easeOut", }} - className="rounded-md border border-gray-300 bg-white/5 lg:p-8 p-6 transition-all duration-300 ease-in-out hover:scale-105 hover:border-cyan-500 hover:shadow-lg hover:shadow-cyan-500/20 backdrop-blur-md" + className="rounded-md border border-gray-100 bg-white/5 lg:p-8 p-6 transition-all duration-300 ease-in-out hover:scale-105 hover:border-cyan-500 hover:shadow-lg hover:shadow-cyan-500/20 backdrop-blur-md" > diff --git a/src/pages/nodes/NodeSpecs.tsx b/src/pages/nodes/NodeSpecs.tsx index 92a0ac9..1ebb8ba 100644 --- a/src/pages/nodes/NodeSpecs.tsx +++ b/src/pages/nodes/NodeSpecs.tsx @@ -71,7 +71,7 @@ export function NodeSpecs() { {/* BENTO GRID */}
{cards.map((item, index) => ( -
+
{/* OUTER BACKPLATE */}
@@ -103,7 +103,7 @@ export function NodeSpecs() { {/* OUTLINE */}
diff --git a/src/pages/pods/Homepod.tsx b/src/pages/pods/Homepod.tsx index a804c60..050037a 100644 --- a/src/pages/pods/Homepod.tsx +++ b/src/pages/pods/Homepod.tsx @@ -33,7 +33,7 @@ export default function Homepod() {

Your Private Space in the New Internet

-

+

Pods are personal digital spaces on the Mycelium Network. They are private, persistent, and fully under your control. Run conversations, files, and tools directly on the network instead of through central servers

diff --git a/src/pages/pods/animations/DataControl.tsx b/src/pages/pods/animations/DataControl.tsx index 5e90997..363392f 100644 --- a/src/pages/pods/animations/DataControl.tsx +++ b/src/pages/pods/animations/DataControl.tsx @@ -59,7 +59,7 @@ export default function DataControl({ return (