Added contact form to the home page

This commit is contained in:
Julien Nahum
2023-03-27 15:02:47 +02:00
parent 16f13294e3
commit 999b25c11c
3 changed files with 8 additions and 3 deletions

View File

@@ -71,7 +71,7 @@
<div class="w-full bg-blue-900 p-12 md:p-24 text-center">
<h4 class="font-semibold text-3xl text-white">Take your forms to the next level</h4>
<p class="text-gray-300 my-8">No trial. Generous, unlimited free plan.</p>
<p class="text-gray-300 my-8">Generous, unlimited free plan.</p>
<div class="mt-6 flex justify-center">
<v-button :to="{ name: 'forms.create.guest' }" v-track.welcome_create_form_click :arrow="true" color="blue">
Create a form for FREE
@@ -94,6 +94,11 @@
</svg>
</a>
</div>
<p class="mt-12 text-white text-lg">The form below is an OpnForm, give it a try !</p>
<div class="md:max-w-5xl md:mx-auto w-full bg-white rounded-md mt-6 p-4 shadow-lg">
<iframe class="mt-4" style="border:none;width:100%;" height="470px" src="https://opnform.com/forms/opnform-contact"></iframe>
</div>
</div>
<open-form-footer class="dark:border-t border-t"/>