refactor: replace paragraph tag with P component in AgentHeroAlt

This commit is contained in:
2025-11-13 15:27:00 +01:00
parent e4b2d66a76
commit f1f8f50871

View File

@@ -1,7 +1,7 @@
'use client' 'use client'
import { Button } from '@/components/Button' import { Button } from '@/components/Button'
import { Eyebrow, H3 } from '@/components/Texts' import { Eyebrow, H3, P } from '@/components/Texts'
export function AgentHeroAlt() { export function AgentHeroAlt() {
return ( return (
@@ -18,10 +18,10 @@ export function AgentHeroAlt() {
<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-lg"> <P className="mt-6 text-gray-200">
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.
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>
<div className="mt-10 flex items-center gap-x-6"> <div className="mt-10 flex items-center gap-x-6">
<Button href="#" variant="solid" color="cyan"> <Button href="#" variant="solid" color="cyan">