Fix dockerfile + polish landing copy
This commit is contained in:
@@ -13,14 +13,14 @@
|
||||
<workspace-dropdown class="ml-6"/>
|
||||
</div>
|
||||
<div class="hidden md:block ml-auto relative">
|
||||
<router-link :to="{name:'aiformbuilder'}" v-if="$route.name !== 'aiformbuilder'"
|
||||
class="text-sm text-gray-600 dark:text-white hidden lg:inline hover:text-gray-800 cursor-pointer mt-1 mr-8">
|
||||
AI Form Builder
|
||||
</router-link>
|
||||
<router-link :to="{name:'templates'}" v-if="$route.name !== 'templates'"
|
||||
class="text-sm text-gray-600 dark:text-white hover:text-gray-800 cursor-pointer mt-1 mr-8">
|
||||
Templates
|
||||
</router-link>
|
||||
<router-link :to="{name:'aiformbuilder'}" v-if="$route.name !== 'aiformbuilder'"
|
||||
class="text-sm text-gray-600 dark:text-white hidden lg:inline hover:text-gray-800 cursor-pointer mt-1 mr-8">
|
||||
AI Form Builder
|
||||
</router-link>
|
||||
<router-link :to="{name:'pricing'}" v-if="paidPlansEnabled && (user===null || (user && workspace && !workspace.is_pro)) && $route.name !== 'pricing'"
|
||||
class="text-sm text-gray-600 dark:text-white hover:text-gray-800 cursor-pointer mt-1 mr-8">
|
||||
<span v-if="user">Upgrade</span>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<h2
|
||||
class="mb-6 font-sans text-4xl font-semibold leading-none tracking-tight text-gray-900 dark:text-gray-100 sm:text-4xl md:mx-auto">
|
||||
The easiest way to create forms. <br/>
|
||||
And it's <span class="text-nt-blue">100% free!</span>
|
||||
Generous unlimited <span class="text-nt-blue">free plan.</span>
|
||||
</h2>
|
||||
<p class="text-base text-gray-700 dark:text-gray-300 md:text-lg">
|
||||
Need a contact form? Doing a survey? Create a form in 2 minutes and start receiving submissions.
|
||||
|
||||
@@ -12,8 +12,8 @@
|
||||
<span class="bg-clip-text text-transparent bg-gradient-to-r from-blue-600 to-blue-400">form builder</span>
|
||||
</h1>
|
||||
<p class="mt-4 sm:mt-5 text-base leading-7 sm:text-xl sm:leading-9 font-medium text-gray-500">
|
||||
Create beautiful forms and share them anywhere. It takes seconds, you don't need to know how to code
|
||||
and <span class="font-bold">it's free</span>
|
||||
Create beautiful forms and share them anywhere. It takes seconds, you don't need to know how to code. Get started
|
||||
<span class="font-bold">for free</span>!
|
||||
</p>
|
||||
|
||||
<div class="mt-8 flex justify-center">
|
||||
|
||||
Reference in New Issue
Block a user