feat: make How It Works CTA prominent, add crypto-native tagline (#175)

This commit is contained in:
openhands 2026-02-22 17:39:21 +00:00
parent 20a808a507
commit 8e93253b5c
3 changed files with 3 additions and 3 deletions

View file

@ -68,7 +68,7 @@
</ol>
<div class="button-group">
<KButton @click="router.push('/app/get-krk')">Get $KRK</KButton>
<KButton outlined @click="router.push('/docs')">Read the Docs</KButton>
<KButton @click="router.push('/docs/how-it-works')">How It Works </KButton>
</div>
</template>
</LeftRightComponent>

View file

@ -68,7 +68,7 @@
</ol>
<div class="button-group">
<KButton @click="router.push('/app/get-krk')">Buy $KRK</KButton>
<KButton outlined @click="router.push('/docs')">See How It Works</KButton>
<KButton @click="router.push('/docs/how-it-works')">How It Works </KButton>
</div>
</template>
</LeftRightComponent>

View file

@ -68,7 +68,7 @@
</ol>
<div class="button-group">
<KButton @click="router.push('/app/get-krk')">Get $KRK Now</KButton>
<KButton outlined @click="router.push('/docs')">Read How It Works</KButton>
<KButton @click="router.push('/docs/how-it-works')">How It Works </KButton>
</div>
</template>
</LeftRightComponent>