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
This commit is contained in:
2025-11-19 18:33:56 +01:00
parent e62c4a5688
commit c962743737
8 changed files with 12 additions and 12 deletions

View File

@@ -23,7 +23,7 @@ export function AgentHeroAlt() {
<H3 as="h1" className="mt-4">
Private, Sovereign and Distributed AI You Control
</H3>
<P className="mt-6 text-gray-800">
<P className="mt-6 text-gray-600">
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.
</P>