feat: ⚡️ Add docs and connect Stripe
This commit is contained in:
@ -21,7 +21,7 @@ export const EndCta = () => {
|
||||
</Text>
|
||||
<Button
|
||||
as="a"
|
||||
href="https://app.typebot.io/signup"
|
||||
href="https://app.typebot.io/register"
|
||||
mt="8"
|
||||
size="lg"
|
||||
colorScheme="blue"
|
||||
|
@ -46,7 +46,7 @@ export const Hero = () => {
|
||||
</Text>
|
||||
<Button
|
||||
as={NextChakraLink}
|
||||
href="https://app.typebot.io/signup"
|
||||
href="https://app.typebot.io/register"
|
||||
colorScheme="orange"
|
||||
bgColor="#FF8E20"
|
||||
_hover={{ bgColor: 'orange.500' }}
|
||||
|
@ -10,7 +10,7 @@ export const ArticleCallToAction = () => (
|
||||
size="lg"
|
||||
colorScheme="orange"
|
||||
as="a"
|
||||
href="https://app.typebot.io/signup"
|
||||
href="https://app.typebot.io/register"
|
||||
>
|
||||
Create a typebot
|
||||
</Button>
|
||||
|
@ -64,7 +64,7 @@ const MobileNavContext = ({
|
||||
</Button>
|
||||
<Button
|
||||
as={NextChakraLink}
|
||||
href="https://app.typebot.io/signup"
|
||||
href="https://app.typebot.io/register"
|
||||
colorScheme="blue"
|
||||
w="full"
|
||||
size="lg"
|
||||
@ -125,7 +125,7 @@ const DesktopNavContent = ({
|
||||
</Box>
|
||||
<Button
|
||||
as={NextChakraLink}
|
||||
href="https://app.typebot.io/signup"
|
||||
href="https://app.typebot.io/register"
|
||||
colorScheme="blue"
|
||||
fontWeight="bold"
|
||||
>
|
||||
|
Reference in New Issue
Block a user