feat: update storage hero section messaging and CTAs

- Simplified headline to emphasize sovereignty, self-healing, and multi-protocol access
- Streamlined description to focus on core value proposition of encrypted, quantum-safe storage
- Updated button labels for clearer user navigation (Features → How It Works, Developer Flow → Explore Docs)
This commit is contained in:
2025-11-04 16:12:07 +01:00
parent 46272e939d
commit f3456eb470

View File

@@ -19,20 +19,15 @@ export function StorageHero() {
Mycelium Storage Mycelium Storage
</Eyebrow> </Eyebrow>
<SectionHeader as="h1" className="mt-4 text-gray-900"> <SectionHeader as="h1" className="mt-4 text-gray-900">
Quantum-safe, sovereign data plane for every workload. Sovereign Storage With Self-Healing and Multi-Protocol Access
</SectionHeader> </SectionHeader>
<P className="mt-6 text-gray-600"> <P className="mt-6 text-gray-600">
Mycelium Storage delivers quantum-resistant protection, autonomous Store, replicate, and serve data across the global mesh
recovery, and multi-protocol access across the ThreeFold Grid. Place with encrypted, quantum safe, verifiable storage you control at the infrastructure layer.
data exactly where you need it while keeping ownership entirely in
your hands.
</P>
<P className="mt-4 text-gray-500">
Quantum-safe. Self-healing. Universally accessible.
</P> </P>
<div className="mt-10 flex flex-wrap gap-4"> <div className="mt-10 flex flex-wrap gap-4">
<Button to="#storage-features" as="a" variant="solid" color="cyan"> <Button to="#storage-features" as="a" variant="solid" color="cyan">
Explore Features How It Works
</Button> </Button>
<Button <Button
to="#storage-developer-experience" to="#storage-developer-experience"
@@ -40,7 +35,7 @@ export function StorageHero() {
variant="outline" variant="outline"
color="cyan" color="cyan"
> >
View Developer Flow Explore Docs
</Button> </Button>
</div> </div>
</div> </div>