🔒 Revert ddos lockdown
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
import { Flex, Stack, Heading, Box, Text, Button } from '@chakra-ui/react'
|
||||
import {
|
||||
Flex,
|
||||
Stack,
|
||||
Heading,
|
||||
Box,
|
||||
Text,
|
||||
Button,
|
||||
Image,
|
||||
} from '@chakra-ui/react'
|
||||
import React from 'react'
|
||||
import Image from 'next/image'
|
||||
import { ArrowRight } from 'assets/icons/ArrowRight'
|
||||
import { Flare } from 'assets/illustrations/Flare'
|
||||
import Link from 'next/link'
|
||||
@@ -51,6 +58,13 @@ export const EasyEmbed = () => {
|
||||
</Button>
|
||||
</Flex>
|
||||
</Stack>
|
||||
<Box rounded="md" data-aos="fade">
|
||||
<Image
|
||||
src="https://s3.typebot.io/native-feeling.png"
|
||||
alt="incomplete results illustration"
|
||||
placeholder="blur"
|
||||
/>
|
||||
</Box>
|
||||
</Stack>
|
||||
</Flex>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user