feat(lp): 📝 Improve hero wording and add Plausible
This commit is contained in:
@ -33,7 +33,7 @@ export const Hero = () => {
|
|||||||
bgClip="text"
|
bgClip="text"
|
||||||
data-aos="fade-up"
|
data-aos="fade-up"
|
||||||
>
|
>
|
||||||
Open-source conversational apps builder
|
Open-source conversational forms builder
|
||||||
</Heading>
|
</Heading>
|
||||||
<Text
|
<Text
|
||||||
fontSize={['lg', 'xl']}
|
fontSize={['lg', 'xl']}
|
||||||
@ -59,13 +59,9 @@ export const Hero = () => {
|
|||||||
height="4rem"
|
height="4rem"
|
||||||
px="2rem"
|
px="2rem"
|
||||||
>
|
>
|
||||||
Create a typebot
|
Create a typebot for free
|
||||||
</Button>
|
</Button>
|
||||||
</Stack>
|
</Stack>
|
||||||
|
|
||||||
<Text color="gray.400" data-aos="fade-up" data-aos-delay="300">
|
|
||||||
Generous, unlimited <strong>free</strong> plan.
|
|
||||||
</Text>
|
|
||||||
</VStack>
|
</VStack>
|
||||||
<Box maxW="1200px" pos="relative">
|
<Box maxW="1200px" pos="relative">
|
||||||
<Box
|
<Box
|
||||||
|
@ -20,6 +20,11 @@ class MyDocument extends Document {
|
|||||||
{/* eslint-disable-next-line @next/next/no-css-tags */}
|
{/* eslint-disable-next-line @next/next/no-css-tags */}
|
||||||
<link href="./styles/aos-noscript.css" rel="stylesheet" />
|
<link href="./styles/aos-noscript.css" rel="stylesheet" />
|
||||||
</noscript>
|
</noscript>
|
||||||
|
<script
|
||||||
|
defer
|
||||||
|
data-domain="typebot.io"
|
||||||
|
src="https://plausible.baptistearno.com/js/plausible.js"
|
||||||
|
></script>
|
||||||
</Head>
|
</Head>
|
||||||
<body style={{ backgroundColor: '#171923' }}>
|
<body style={{ backgroundColor: '#171923' }}>
|
||||||
<ColorModeScript initialColorMode={theme.config.initialColorMode} />
|
<ColorModeScript initialColorMode={theme.config.initialColorMode} />
|
||||||
|
Reference in New Issue
Block a user