import { Box, Button, Flex, Heading, SimpleGrid, Stack, Text, VStack, } from '@chakra-ui/react' import { NextChakraLink } from 'components/common/nextChakraAdapters/NextChakraLink' import * as React from 'react' import { Header } from '../../common/Header/Header' import { BackgroundPolygons } from './BackgroundPolygons' import * as Logos from './Brands' import Image from 'next/image' import builderScreenshotSrc from 'public/images/homepage/builder.png' export const Hero = () => { return (
Open-source conversational forms builder Typebot gives you powerful blocks to create unique chat experiences. Embed them anywhere on your web/mobile apps and start collecting results like magic. Builder screenshot Loved by teams and creators from all around the world ) }