import { Box, Button, Flex, Heading, SimpleGrid, Stack, Text, VStack, } from '@chakra-ui/react' import * as React from 'react' import { Header } from '../../common/Header/Header' import { BackgroundPolygons } from './BackgroundPolygons' import * as Logos from './Brands' import Link from 'next/link' import Image from 'next/image' import builderScreenshotSrc from 'public/images/builder-screenshot.png' export const Hero = () => { return (
Build advanced chatbots visually 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 ) }