forked from emre/www_projectmycelium_com
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:
@@ -19,20 +19,15 @@ export function StorageHero() {
|
||||
Mycelium Storage
|
||||
</Eyebrow>
|
||||
<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>
|
||||
<P className="mt-6 text-gray-600">
|
||||
Mycelium Storage delivers quantum-resistant protection, autonomous
|
||||
recovery, and multi-protocol access across the ThreeFold Grid. Place
|
||||
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.
|
||||
Store, replicate, and serve data across the global mesh
|
||||
with encrypted, quantum safe, verifiable storage you control at the infrastructure layer.
|
||||
</P>
|
||||
<div className="mt-10 flex flex-wrap gap-4">
|
||||
<Button to="#storage-features" as="a" variant="solid" color="cyan">
|
||||
Explore Features
|
||||
How It Works
|
||||
</Button>
|
||||
<Button
|
||||
to="#storage-developer-experience"
|
||||
@@ -40,7 +35,7 @@ export function StorageHero() {
|
||||
variant="outline"
|
||||
color="cyan"
|
||||
>
|
||||
View Developer Flow
|
||||
Explore Docs
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user