import React from 'react' import { Flex, Heading, SimpleGrid, Stack, Text } from '@chakra-ui/react' import { AirtableLogo } from './icons/airtable' import { FacebookPixelLogo } from './icons/facebook-pixel' import { GmailLogo } from './icons/gmail' import { GoogleSheetLogo } from './icons/google-sheets' import { GoogleTagManagerLogo } from './icons/google-tag-manager' import { HubspotLogo } from './icons/hubspot' import { MailChimpLogo } from './icons/mailchimp' import { NotionLogo } from './icons/notion' import { OtherLogo } from './icons/other' import { SalesforceLogo } from './icons/salesforce' import { SlackLogo } from './icons/slack' import { WebflowLogo } from './icons/webflow' import { WixLogo } from './icons/wix' import { WordpressLogo } from './icons/wordpress' import { ZapierLogo } from './icons/zapier' import { GlobeIcon } from '../../../assets/icons/GlobeIcon' export const IntegrateInYourWorkflow = () => { return ( Integrate it in your workflow in 5 minutes Connect your form to any app in an instant Typebot comes with native integrations that allow you to connect your form with your existing eco system ) }