import React from 'react' import { Box, chakra, Flex, Heading, Stack, Text } from '@chakra-ui/react' import incompleteResultsSrc from 'public/images/homepage/incomplete-results.png' import Image from 'next/image' import { AlbumsIcon } from 'assets/icons/AlbumsIcon' export const DontLooseData = () => { return ( Stop losing data from your forms Each answered question has a huge value nstead of collecting it only when it is fully submitted, with a Typebot form,{' '} you collect the result as soon as the user answers the first question.
You have access to all the incomplete results in your dashboard so that it helps you figure out how you can properly improve your form
incomplete results illustration
) }