import { chakra, Stack } from '@chakra-ui/react' import * as React from 'react' import joshuaPictureSrc from 'public/images/homepage/joshua.jpg' import julienPictureSrc from 'public/images/homepage/julien.jpg' import { Testimonial } from './Testimonial' export const Testimonials = () => { return ( I upgraded my typeforms to typebots and saw a conversion rate increase{' '} from 14% to 43% {' '} on my marketing campaigns. I noticed the improvement on day one. That was a game-changer. I run Google ads all year long on our landing page that contains a typebot. I saw a{' '} 2x increase {' '} on our conversation rate compared to our old WordPress form. ) }