2
0

🔒 Revert ddos lockdown

This commit is contained in:
Baptiste Arnaud
2023-06-19 18:41:00 +02:00
parent 3e2c462617
commit f1b643c5be
25 changed files with 77 additions and 67 deletions

View File

@@ -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'
@@ -50,7 +57,13 @@ export const EasyBuildingExperience = () => {
</Button>
</Flex>
</Stack>
<Box rounded="md" data-aos="fade"></Box>
<Box rounded="md" data-aos="fade">
<Image
src="https://s3.typebot.io/builder-dnd.png"
alt="incomplete results illustration"
placeholder="blur"
/>
</Box>
</Stack>
</Flex>
)