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