Work in progress
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user