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

@@ -13,7 +13,6 @@ 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 = () => {
@@ -94,12 +93,12 @@ export const Hero = () => {
data-aos="zoom-out-up"
data-aos-delay="800"
>
<Image
{/* <Image
src={builderScreenshotSrc}
alt="Builder screenshot"
placeholder="blur"
style={{ borderRadius: '10px' }}
/>
/> */}
</Box>
</Box>
</VStack>