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
|
||||
</Eyebrow>
|
||||
<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>
|
||||
<P className="mt-6 text-gray-600">
|
||||
Mycelium GPU transforms fragmented hardware across the ThreeFold
|
||||
Grid into one adaptive intelligence layer. Run AI, ML, rendering,
|
||||
and high-performance workloads anywhere—from edge devices to
|
||||
planetary clusters—with deterministic performance and transparent
|
||||
cost.
|
||||
</P>
|
||||
<P className="mt-4 text-gray-500">
|
||||
The energy behind intelligence, orchestrated entirely through code.
|
||||
Access GPUs across the Mycelium mesh without waitlists,
|
||||
inflated pricing, or centralized control.
|
||||
Run inference, training, and compute workloads where they make sense:
|
||||
cloud, edge, or on your own hardware.
|
||||
</P>
|
||||
<div className="mt-10 flex flex-wrap gap-4">
|
||||
<Button to="#gpu-getting-started" as="a" variant="solid" color="cyan">
|
||||
Start with GPU Access
|
||||
How it works
|
||||
</Button>
|
||||
<Button to="#gpu-architecture" as="a" variant="outline" color="cyan">
|
||||
Explore the Mesh
|
||||
Explore Docs
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user