import React from 'react' import { Box, Flex, Heading, Stack, Text } from '@chakra-ui/react' import { EyeDropIcon } from 'assets/icons/EyeDropIcon' import Image from 'next/image' import nativeFeelingSrc from 'public/images/homepage/native-feeling.png' export const NativeFeeling = () => { return ( Native feeling for a higher conversion As if you spent time crafting this form by hand A form that doesn't feel native to your landing page will impact dramatically its conversion potential
Typebot allows you to integrate the form in your landing page as if it were specifically designed for it. You can customize pretty much anything.
native feeling illustration
) }