Add link to pricing page on welcome block

This commit is contained in:
Julien Nahum
2023-10-13 14:20:03 +02:00
parent 73f88da512
commit 25506f5d57
2 changed files with 28 additions and 11 deletions

View File

@@ -93,7 +93,16 @@
<more-features class="pt-56"/>
<pricing-table v-if="paidPlansEnabled" class="pb-20" :home-page="true"/>
<pricing-table v-if="paidPlansEnabled" class="pb-20" :home-page="true">
<template #pricing-table>
<li class="flex gap-x-3">
<router-link :to="{name:'pricing'}" class="flex gap-3">
<div class="w-5"/>
Read more about our pricing
</router-link>
</li>
</template>
</pricing-table>
<!-- <div class="pt-20 pb-5 text-center bg-white dark:bg-notion-dark-light">-->
<!-- <h3 class="font-semibold text-3xl">See what people are saying</h3>-->