import { Accordion, AccordionButton, AccordionIcon, AccordionItem, AccordionPanel, DarkMode, Flex, Stack, Box, Heading, VStack, Text, HStack, } from '@chakra-ui/react' import { Footer } from 'components/common/Footer' import { Header } from 'components/common/Header/Header' import { SocialMetaTags } from 'components/common/SocialMetaTags' import { BackgroundPolygons } from 'components/Homepage/Hero/BackgroundPolygons' import { PlanComparisonTables } from 'components/PricingPage/PlanComparisonTables' import { useEffect, useState } from 'react' import { formatPrice, prices } from 'utils/pricing' import { StripeClimateLogo } from 'assets/logos/StripeClimateLogo' import { FreePlanCard } from 'components/PricingPage/FreePlanCard' import { StarterPlanCard } from 'components/PricingPage/StarterPlanCard' import { ProPlanCard } from 'components/PricingPage/ProPlanCard' import { TextLink } from 'components/common/TextLink' const Pricing = () => { const [starterPrice, setStarterPrice] = useState('$39') const [proPrice, setProPrice] = useState('$89') useEffect(() => { setStarterPrice(formatPrice(prices.STARTER)) setProPrice(formatPrice(prices.PRO)) }, []) return (
Plans fit for you Whether you're a{' '} solo business owner {' '} or a{' '} growing startup , Typebot is here to help you build high-performing bots for the right price. Pay for as little or as much usage as you need. Typebot is contributing 1% of your subscription to remove COâ‚‚ from the atmosphere.{' '} More info Need custom limits? Specific features?{' '} Let's chat! Compare plans & features Frequently asked questions