🔒 Remove lp image DDOS prevention
This commit is contained in:
@@ -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>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user