2
0

docs(lp): 💄 Add animation on scroll

This commit is contained in:
Baptiste Arnaud
2022-03-17 14:37:00 +01:00
parent 21e926a477
commit 37b7ca32e9
15 changed files with 178 additions and 39 deletions

View File

@ -47,6 +47,7 @@ export const IntroducingChatApps = () => {
<Heading
fontSize={{ base: '3xl', lg: '5xl', xl: '6xl' }}
textAlign="center"
data-aos="fade"
>
Introducing Conversational Apps
</Heading>
@ -54,6 +55,7 @@ export const IntroducingChatApps = () => {
textAlign="center"
fontSize={{ base: 'lg', xl: 'xl' }}
color="gray.400"
data-aos="fade"
>
Typebot is a better way to ask for information. It leads to an
increase in customer satisfaction and retention and multiply by 3
@ -61,7 +63,12 @@ export const IntroducingChatApps = () => {
</Text>
</Stack>
<Stack direction={['column', 'row']} w="full" spacing="6">
<Stack
direction={['column', 'row']}
w="full"
spacing="6"
data-aos="fade"
>
<VStack spacing={6} flex="1">
<DontIcon />
<FakeLeadGenForm />