forked from emre/www_projectmycelium_com
feat: simplify GPU hero section messaging
- Replaced technical jargon with clearer value proposition focused on accessibility and control
- Streamlined copy to emphasize practical benefits (no waitlists, transparent pricing, flexible deployment)
- Updated CTA button labels for better clarity ("How it works" and "Explore Docs")
This commit is contained in:
@@ -19,24 +19,20 @@ export function GpuHero() {
|
|||||||
Mycelium GPU
|
Mycelium GPU
|
||||||
</Eyebrow>
|
</Eyebrow>
|
||||||
<SectionHeader as="h1" className="mt-4 text-gray-900">
|
<SectionHeader as="h1" className="mt-4 text-gray-900">
|
||||||
Unify distributed GPU power into a sovereign acceleration fabric.
|
Sovereign GPU Acceleration for AI and High-Performance Compute
|
||||||
</SectionHeader>
|
</SectionHeader>
|
||||||
<P className="mt-6 text-gray-600">
|
<P className="mt-6 text-gray-600">
|
||||||
Mycelium GPU transforms fragmented hardware across the ThreeFold
|
Access GPUs across the Mycelium mesh without waitlists,
|
||||||
Grid into one adaptive intelligence layer. Run AI, ML, rendering,
|
inflated pricing, or centralized control.
|
||||||
and high-performance workloads anywhere—from edge devices to
|
Run inference, training, and compute workloads where they make sense:
|
||||||
planetary clusters—with deterministic performance and transparent
|
cloud, edge, or on your own hardware.
|
||||||
cost.
|
|
||||||
</P>
|
|
||||||
<P className="mt-4 text-gray-500">
|
|
||||||
The energy behind intelligence, orchestrated entirely through code.
|
|
||||||
</P>
|
</P>
|
||||||
<div className="mt-10 flex flex-wrap gap-4">
|
<div className="mt-10 flex flex-wrap gap-4">
|
||||||
<Button to="#gpu-getting-started" as="a" variant="solid" color="cyan">
|
<Button to="#gpu-getting-started" as="a" variant="solid" color="cyan">
|
||||||
Start with GPU Access
|
How it works
|
||||||
</Button>
|
</Button>
|
||||||
<Button to="#gpu-architecture" as="a" variant="outline" color="cyan">
|
<Button to="#gpu-architecture" as="a" variant="outline" color="cyan">
|
||||||
Explore the Mesh
|
Explore Docs
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user