Skip to content

Commit

Permalink
📝 (lp) Add new testimonial
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Dec 20, 2022
1 parent 2bc4a4c commit 2bec6bd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down Expand Up @@ -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',
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2bec6bd

Please sign in to comment.