import { Heading, Button, Text, Flex, VStack } from '@chakra-ui/react' import { NextChakraLink } from 'components/common/nextChakraAdapters/NextChakraLink' import React from 'react' import { BackgroundPolygons } from './Hero/BackgroundPolygons' export const EndCta = () => { return ( Take your forms to the next level No trial. Generous, unlimited free plan. ) }