import { Heading, Button, Text, Flex, VStack } from '@chakra-ui/react' import Link from 'next/link' 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. ) }