import React from 'react' import { chakra, Flex, Heading, Stack, Text, VStack } from '@chakra-ui/react' import { ListWithVerticalLines, VerticalListItem, } from './ListWithVerticalLines' export const MarketingCampaignsRecipe = () => { return ( Easy marketing campaign recipe Typebot takes care of almost everything in your campaign. ) } const items: VerticalListItem[] = [ { title: 'Create a Landing Page', subTitle: 'This is not handled by Typebot', icon: 1, content: ( You create a personalized landing page for the customers you are targeting for this campaign. ), isActivated: false, }, { title: 'Create a lead generation form', icon: 2, content: ( You need to create a form in order to qualify your lead Typebot allows you to create a{' '} high-converting form in a few minutes with a{' '} dead simple building experience ), }, { title: 'Connect the form to your existing tools', icon: 3, content: ( You need to collect your generated leads in your CRM (Hubspot, Pipedrive) or in a Google Sheets for example. With Typebot, you connect your form to your existing tools in a few clicks thanks to our native integrations. ), }, { title: 'Embed the form in your landing page', icon: 4, content: ( Your form needs to be embedded in your landing page. Most of the time, it is painful when you're not a coder. Typebot helps you easily embed your form with a dedicated library that handles everything. ), }, { title: 'Run your campaign', subTitle: 'This is not handled by Typebot', icon: 5, content: This is not handled by Typebot, isActivated: false, }, { title: 'Iterate & improve your conversion', icon: 6, content: ( When a marketing campaign is launched you don't sit and wait for the results. You have to analyse the results and potentially improve things in order to increase the conversion rate. Typebot comes with tools to analyse your typebot performance in real time and helps you iterate quickly on improvements so that you optimise your conversion rate and your campaign budget.{' '} ), }, ]