diff --git a/src/pages/compute/ComputeHero.tsx b/src/pages/compute/ComputeHero.tsx index d66cc41..8b71451 100644 --- a/src/pages/compute/ComputeHero.tsx +++ b/src/pages/compute/ComputeHero.tsx @@ -1,35 +1,51 @@ -'use client' +import { H3, Eyebrow } from "@/components/Texts" +import { Button } from "@/components/Button" -import { Button } from '@/components/Button' -import { Eyebrow, P, H3 } from '@/components/Texts' - -export function ComputeHero() { +export function ComputeHero({ onGetStartedClick = () => {} }: { onGetStartedClick?: () => void }) { return ( -
-
- - Run workloads on sovereign, self-verifying infrastructure. - Mycelium Compute delivers predictable execution, zero drift, and automatic healing, whether you’re running containers, VMs, agents, or full Kubernetes clusters. -
-+ Run workloads on sovereign, self-verifying infrastructure. + Mycelium Compute delivers predictable execution, zero drift, and automatic healing, whether you’re running containers, VMs, agents, or full Kubernetes clusters. +
++ Works Alone. Works Together. + Mycelium Compute can run on any network fabric, or pair with Mycelium Network + for sovereign connectivity. +
+