'use client' import { Heading, Button, Text, Flex, VStack, StackProps, } from '@chakra-ui/react' import Link from 'next/link' import React from 'react' import { BackgroundPolygons } from './Hero/BackgroundPolygons' export const EndCta = (props: StackProps) => { return ( Improve conversion and user engagement with typebots No trial. Generous free plan. ) }