📄 Add Commercial License for ee folder (#1532)
This commit is contained in:
21
ee/apps/landing-page/components/common/ArticleCta.tsx
Normal file
21
ee/apps/landing-page/components/common/ArticleCta.tsx
Normal file
@ -0,0 +1,21 @@
|
||||
import { VStack, Heading, Button, Text } from '@chakra-ui/react'
|
||||
import React from 'react'
|
||||
|
||||
export const ArticleCallToAction = () => (
|
||||
<VStack spacing={6}>
|
||||
<Heading fontSize="xx-large">
|
||||
Collect up to 4x more responses without 4x the work.
|
||||
</Heading>
|
||||
<Button
|
||||
size="lg"
|
||||
colorScheme="orange"
|
||||
as="a"
|
||||
href="https://app.typebot.io/register"
|
||||
>
|
||||
Create a typebot
|
||||
</Button>
|
||||
<Text fontSize="sm" fontStyle="italic" color="gray.600">
|
||||
It's free!
|
||||
</Text>
|
||||
</VStack>
|
||||
)
|
Reference in New Issue
Block a user