2
0

diverse Übersetzungen

This commit is contained in:
2024-09-14 12:04:33 +02:00
parent e09846a4a3
commit bd7534b74a
17 changed files with 733 additions and 257 deletions

View File

@ -56,7 +56,7 @@ export const EndCta = ({ heading, polygonsBaseTop, ...props }: Props) => {
data-aos="fade-up"
data-aos-delay="300"
>
Create a typebot
Create a BLS bot
</Button>
</Flex>

View File

@ -59,7 +59,7 @@ export const Hero = () => {
height="4rem"
px="2rem"
>
Create a typebot for free
Create a BLS bot for free
</Button>
</Stack>
</VStack>

View File

@ -12,7 +12,7 @@ export const ArticleCallToAction = () => (
as="a"
href="https://app.typebot.io/register"
>
Create a typebot
Create a BLS bot
</Button>
<Text fontSize="sm" fontStyle="italic" color="gray.600">
It&apos;s free!

View File

@ -102,7 +102,7 @@ export const Header = () => {
colorScheme="orange"
fontWeight={700}
>
Create a typebot
Create a BLS bot
</Button>
</HStack>
</HStack>

View File

@ -29,7 +29,7 @@ export const MobileMenu = ({ isOpen }: Props) => (
colorScheme="orange"
fontWeight={700}
>
Create a typebot
Create a BLS bot
</Button>
<Button
as={Link}