2
0

📝 (lp) Add new testimonial

This commit is contained in:
Baptiste Arnaud
2022-12-20 08:33:59 +01:00
parent 2bc4a4c39a
commit 2bec6bda83
2 changed files with 16 additions and 0 deletions

View File

@ -12,6 +12,7 @@ import invictuzPictureSrc from 'public/images/homepage/invictuz.png'
import laszloPictureSrc from 'public/images/homepage/laszlo.jpeg'
import kurniaPictureSrc from 'public/images/homepage/kurnia.jpeg'
import marioPictureSrc from 'public/images/homepage/barretta.jpeg'
import stevePictureSrc from 'public/images/homepage/steve.jpg'
import { Testimonial } from './Testimonial'
import { StaticImageData } from 'next/image'
@ -92,6 +93,21 @@ const testimonials: TestimonialData[][] = [
content:
'Within 5 minutes of signing up you can already have your bot running thanks to the templates it comes with. I have used many tools to make bots but none as simple, easy and powerful as Typebot.',
},
{
name: 'Steve de Jong',
provider: 'email',
avatarSrc: stevePictureSrc,
role: 'CEO at Stillio',
content: (
<>
We recently started using Typebot for our onboarding signup process on
app.stillio.com, to capture some extra info from our trial users. 💪
<br />
<br />
It works just perfect! Thanks for your great tool!
</>
),
},
{
name: '_Invictuz',
provider: 'reddit',

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB