feat: simplify storage page messaging and structure

- Streamlined call-to-action to focus on cloud vs. self-hosted options
- Condensed architecture and use cases sections to remove excessive detail
- Reorganized page component order and added new capability/design sections
This commit is contained in:
2025-11-04 16:23:57 +01:00
parent f3456eb470
commit 7f9023c631
7 changed files with 181 additions and 196 deletions

View File

@@ -14,12 +14,12 @@ export function CallToAction() {
<Container className="relative">
<div className="mx-auto max-w-2xl text-center">
<h2 className="text-3xl lg:text-4xl font-medium tracking-tight text-white sm:text-4xl">
Bring sovereign storage into your stack.
Choose How You Want to Start
</h2>
<p className="mt-6 text-lg text-gray-300">
Partner with the Mycelium team to design quantum-safe, compliant
storage that meets your residency, redundancy, and performance
requirements across the globe.
Store data in your Mycelium Cloud environment
or host your own node for full sovereignty.
</p>
<div className="mt-10 flex flex-wrap justify-center gap-x-6 gap-y-4">
<Button
@@ -30,7 +30,7 @@ export function CallToAction() {
target="_blank"
rel="noreferrer"
>
Talk to our team
Use Storage in Cloud
</Button>
<Button
to="#storage-developer-experience"
@@ -38,7 +38,7 @@ export function CallToAction() {
variant="outline"
color="white"
>
Explore developer workflow
Host a Node
</Button>
</div>
</div>