2
0

🔒 Remove lp image DDOS prevention

This commit is contained in:
Baptiste Arnaud
2023-06-19 15:44:41 +02:00
parent 00945bfa0c
commit 3e2c462617
8 changed files with 3 additions and 21 deletions

View File

@@ -1,7 +1,6 @@
import { Flex, Stack, Heading, Box, Text, Button } from '@chakra-ui/react'
import React from 'react'
import Image from 'next/image'
import builderDndSrc from 'public/images/homepage/builder-dnd.png'
import { ArrowRight } from 'assets/icons/ArrowRight'
import { Flare } from 'assets/illustrations/Flare'
import Link from 'next/link'
@@ -51,13 +50,7 @@ export const EasyBuildingExperience = () => {
</Button>
</Flex>
</Stack>
<Box rounded="md" data-aos="fade">
<Image
src={builderDndSrc}
alt="incomplete results illustration"
placeholder="blur"
/>
</Box>
<Box rounded="md" data-aos="fade"></Box>
</Stack>
</Flex>
)