form: remove n8n product option from trial form
This commit is contained in:
+1
-65
@@ -1294,71 +1294,7 @@
|
||||
/>
|
||||
|
||||
<!-- Product -->
|
||||
<div>
|
||||
<label
|
||||
class="block text-xs font-semibold text-gray-500 uppercase tracking-wider mb-3"
|
||||
>What do you need?</label
|
||||
>
|
||||
<div class="grid grid-cols-2 gap-3">
|
||||
<label
|
||||
id="opt-odoo"
|
||||
class="trial-option flex items-center gap-3 border-2 border-brand rounded-xl px-4 py-3.5 cursor-pointer bg-brand/5 transition-all"
|
||||
>
|
||||
<input
|
||||
type="radio"
|
||||
name="product"
|
||||
value="ODOO"
|
||||
class="sr-only"
|
||||
checked
|
||||
/>
|
||||
<span
|
||||
class="w-8 h-8 rounded-lg bg-brand/10 flex items-center justify-center flex-shrink-0"
|
||||
>
|
||||
<i
|
||||
class="fas fa-cubes text-brand text-sm"
|
||||
></i>
|
||||
</span>
|
||||
<div>
|
||||
<p
|
||||
class="text-sm font-semibold text-dark"
|
||||
>
|
||||
Odoo
|
||||
</p>
|
||||
<p class="text-[11px] text-gray-400">
|
||||
ERP + modules
|
||||
</p>
|
||||
</div>
|
||||
</label>
|
||||
<label
|
||||
id="opt-n8n"
|
||||
class="trial-option flex items-center gap-3 border-2 border-gray-200 rounded-xl px-4 py-3.5 cursor-pointer hover:border-gray-300 transition-all"
|
||||
>
|
||||
<input
|
||||
type="radio"
|
||||
name="product"
|
||||
value="N8N"
|
||||
class="sr-only"
|
||||
/>
|
||||
<span
|
||||
class="w-8 h-8 rounded-lg bg-gray-100 flex items-center justify-center flex-shrink-0"
|
||||
>
|
||||
<i
|
||||
class="fas fa-project-diagram text-gray-400 text-sm"
|
||||
></i>
|
||||
</span>
|
||||
<div>
|
||||
<p
|
||||
class="text-sm font-semibold text-dark"
|
||||
>
|
||||
n8n
|
||||
</p>
|
||||
<p class="text-[11px] text-gray-400">
|
||||
Workflow automation
|
||||
</p>
|
||||
</div>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<input type="hidden" name="product" value="ODOO" />
|
||||
|
||||
<!-- Region -->
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user