Work in progress

This commit is contained in:
Julien Nahum
2023-12-09 15:47:03 +01:00
parent f970557b76
commit 1f853e8178
315 changed files with 34058 additions and 25 deletions

View File

@@ -20,7 +20,7 @@
'Build a simple form in minutes.',
'No coding needed.'
],
img: 'img/pages/welcome/step-1.jpg'
img: '/img/pages/welcome/step-1.jpg'
},
{
title: 'Share',
@@ -29,7 +29,7 @@
'Share the link to your form',
'Embed the form on your website'
],
img: 'img/pages/welcome/step-2.jpg'
img: '/img/pages/welcome/step-2.jpg'
},
{
title: 'Get Results',
@@ -39,7 +39,7 @@
'Easily export submissions as CSV',
'Views & Submissions Analytics'
],
img: 'img/pages/welcome/step-3.jpg'
img: '/img/pages/welcome/step-3.jpg'
}
]" :key="step.title">
<div class="w-full md:w-1/2 lg:w-5/12" :class="{'md:pl-4':index%2==1, 'md:pr-4':index%2==0}">
@@ -85,7 +85,7 @@
<div class="w-full md:w-1/2 lg:w-7/12 flex items-center justify-center relative w-full"
:class="{'md:pr-8':index%2==1, 'md:pl-8':index%2==0}">
<img loading="lazy" class="block rounded-2xl w-full"
:src="asset(step.img)" alt="cover-product">
:src="step.img" alt="cover-product">
</div>
</div>