feat: update CTA button text from "Start Deployment" to "Get Started"

This commit is contained in:
2025-11-04 13:35:53 +01:00
parent 363b822d8b
commit b39694ea24
2 changed files with 2 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ export function CallToAction() {
</p> </p>
<div className="mt-10 flex flex-wrap justify-center gap-x-6 gap-y-4"> <div className="mt-10 flex flex-wrap justify-center gap-x-6 gap-y-4">
<Button to="/cloud" variant="solid" color="cyan"> <Button to="/cloud" variant="solid" color="cyan">
Start Deployment Get Started
</Button> </Button>
<Button <Button
to="https://threefold.info/mycelium_network/docs/" to="https://threefold.info/mycelium_network/docs/"

View File

@@ -41,9 +41,7 @@ export default function HomePage() {
<AnimatedSection> <AnimatedSection>
<HomeBenefits /> <HomeBenefits />
</AnimatedSection> </AnimatedSection>
<AnimatedSection> <AnimatedSection>
<HomeComparisonTable /> <HomeComparisonTable />
</AnimatedSection> </AnimatedSection>