From f1f8f5087179a77787af58d6d59cb812b3d33a8b Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Thu, 13 Nov 2025 15:27:00 +0100 Subject: [PATCH] refactor: replace paragraph tag with P component in AgentHeroAlt --- src/pages/agents/AgentHeroAlt.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/agents/AgentHeroAlt.tsx b/src/pages/agents/AgentHeroAlt.tsx index 7abe8ca..bb610c8 100644 --- a/src/pages/agents/AgentHeroAlt.tsx +++ b/src/pages/agents/AgentHeroAlt.tsx @@ -1,7 +1,7 @@ 'use client' import { Button } from '@/components/Button' -import { Eyebrow, H3 } from '@/components/Texts' +import { Eyebrow, H3, P } from '@/components/Texts' export function AgentHeroAlt() { return ( @@ -18,10 +18,10 @@ 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. -

+