fix style, add product links

This commit is contained in:
Alex Turchyn
2023-07-04 23:05:22 +03:00
parent 70211b24c5
commit 95f7fff53d
11 changed files with 65 additions and 15 deletions
+2 -2
View File
@@ -49,10 +49,10 @@
<h1 class="text-5xl font-bold text-base-content">👋 Welcome to DocuSeal</h1>
</div>
<div class="max-w-lg mx-auto">
<p class="py-6 text-gray-600">Streamline document workflows, from creating customizable templates to filling and signing document forms, with DocuSeal</p>
<p class="py-6 text-gray-600">Streamline document workflows, from creating customizable templates to filling and signing document forms</p>
<%= link_to new_template_path, class: 'base-button', data: { turbo_frame: :modal } do %>
<%= svg_icon('plus', class: 'w-6 h-6 stroke-2') %>
<span>Create Template</span>
<span class="mr-1">Create Template</span>
<% end %>
</div>
</div>