✏️ (lp) Fix incorrect additional limits price
This commit is contained in:
@ -8,13 +8,13 @@ import {
|
||||
Text,
|
||||
VStack,
|
||||
} from '@chakra-ui/react'
|
||||
import { NextChakraLink } from 'components/common/nextChakraAdapters/NextChakraLink'
|
||||
import * as React from 'react'
|
||||
import { Header } from '../../common/Header/Header'
|
||||
import { BackgroundPolygons } from './BackgroundPolygons'
|
||||
import * as Logos from './Brands'
|
||||
import Image from 'next/image'
|
||||
import builderScreenshotSrc from 'public/images/homepage/builder.png'
|
||||
import Link from 'next/link'
|
||||
|
||||
export const Hero = () => {
|
||||
return (
|
||||
@ -52,7 +52,7 @@ export const Hero = () => {
|
||||
data-aos-delay="200"
|
||||
>
|
||||
<Button
|
||||
as={NextChakraLink}
|
||||
as={Link}
|
||||
href="https://app.typebot.io/register"
|
||||
colorScheme="orange"
|
||||
size="lg"
|
||||
|
Reference in New Issue
Block a user