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 { Navbar } from '../../common/Navbar/Navbar' import { BackgroundPolygons } from './BackgroundPolygons' import * as Logos from './Brands' import Image from 'next/image' import builderScreenshotSrc from 'public/images/homepage/builder.png' import { GitHubIcon } from 'assets/icons' export const Hero = () => { return ( Open-source conversational apps 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. No trial. Generous, unlimited free plan. Builder screenshot Loved by teams and creators from all around the world ) }