import { Flex, Heading, HStack, Stack, Text } from '@chakra-ui/react' import { GmailLogo, MailChimpLogo, NotionLogo, WebflowLogo, WordpressLogo, SlackLogo, AirtableLogo, GoogleSheetLogo, ZapierLogo, SalesforceLogo, CalendlyLogo, GoogleCalendarLogo, ShopifyLogo, GoogleDriveLogo, N8nLogo, } from 'assets/logos' import React from 'react' const firstRowIcons = [ GmailLogo, MailChimpLogo, NotionLogo, WebflowLogo, WordpressLogo, GoogleCalendarLogo, N8nLogo, GoogleDriveLogo, ] const secondRowIcons = [ SlackLogo, ShopifyLogo, AirtableLogo, GoogleSheetLogo, ZapierLogo, CalendlyLogo, SalesforceLogo, ] export const Integrations = () => ( {firstRowIcons.map((Icon, idx) => ( ))} {secondRowIcons.map((Icon, idx) => ( ))} Integrate with any platform Typebot offers several native integrations blocks as well as instructions on how to embed typebot on particular platforms )