diff --git a/apps/landing-page/components/Homepage/Testimonials/Testimonials.tsx b/apps/landing-page/components/Homepage/Testimonials/Testimonials.tsx index e0fd9cac9..2ef4c7cfe 100755 --- a/apps/landing-page/components/Homepage/Testimonials/Testimonials.tsx +++ b/apps/landing-page/components/Homepage/Testimonials/Testimonials.tsx @@ -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. 💪 +
+
+ It works just perfect! Thanks for your great tool! + + ), + }, { name: '_Invictuz', provider: 'reddit', diff --git a/apps/landing-page/public/images/homepage/steve.jpg b/apps/landing-page/public/images/homepage/steve.jpg new file mode 100644 index 000000000..f7c735aa6 Binary files /dev/null and b/apps/landing-page/public/images/homepage/steve.jpg differ