import { Box, Heading, Button, Text } from '@chakra-ui/react' import React from 'react' import { BackgroundPolygons } from './Hero/BackgroundPolygons' export const EndCta = () => { return ( Take your forms to the next level Try Typebot for free and start improving the performance of your form ) }