refactor: adjust AgentHeroAlt text container width and split description into two paragraphs

- Changed max-w-2xl to max-w-xl for narrower text container
- Split description text into two separate P components with mt-4 spacing between them for improved readability
This commit is contained in:
2025-11-19 18:37:36 +01:00
parent c962743737
commit 01b1c20b60

View File

@@ -18,13 +18,15 @@ export function AgentHeroAlt() {
className="mb-8 w-full object-cover md:hidden" className="mb-8 w-full object-cover md:hidden"
/> />
<div className="max-w-2xl lg:pl-6"> <div className="max-w-xl lg:pl-6">
<Eyebrow>MYCELIUM AGENTS - COMING IN 2026</Eyebrow> <Eyebrow>MYCELIUM AGENTS - COMING IN 2026</Eyebrow>
<H3 as="h1" className="mt-4"> <H3 as="h1" className="mt-4">
Private, Sovereign and Distributed AI You Control Private, Sovereign and Distributed AI You Control
</H3> </H3>
<P className="mt-6 text-gray-600"> <P className="mt-6 text-gray-600">
Mycelium Agents let you deploy and run intelligent systems on your own infrastructure. Mycelium Agents let you deploy and run intelligent systems on your own infrastructure.
</P>
<P className="mt-4 text-gray-600">
Private, local, and autonomous by design, they give you everything you need to build, host, and connect AI agents without relying on centralized clouds. 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> </P>