refactor: convert "Deploy in Cloud" buttons to external links across home and network pages

- Changed all "Deploy in Cloud" buttons from internal /cloud routes to external myceliumcloud.tf links
- Updated Button components to use as="a" with target="_blank" and rel="noopener noreferrer"
- Removed arrow character from some button labels for consistency
- Applied changes to CallToAction, HomeAurora, HomeHero, and HomeNew components
This commit is contained in:
2025-11-18 12:00:22 +01:00
parent c289c63856
commit 3213179ff6
5 changed files with 32 additions and 7 deletions

View File

@@ -56,9 +56,12 @@ Use the network to link environments, deploy workloads, or host nodes to strengt
</Button>
<Button
to="/cloud"
as="a"
to="https://myceliumcloud.tf"
variant="outline"
color="white"
target="_blank"
rel="noopener noreferrer"
>
Deploy in Cloud
</Button>