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

View File

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

View File

@@ -13,7 +13,6 @@ import { Header } from '../../common/Header/Header'
import { BackgroundPolygons } from './BackgroundPolygons' import { BackgroundPolygons } from './BackgroundPolygons'
import * as Logos from './Brands' import * as Logos from './Brands'
import Image from 'next/image' import Image from 'next/image'
import builderScreenshotSrc from 'public/images/homepage/builder.png'
import Link from 'next/link' import Link from 'next/link'
export const Hero = () => { export const Hero = () => {
@@ -94,12 +93,12 @@ export const Hero = () => {
data-aos="zoom-out-up" data-aos="zoom-out-up"
data-aos-delay="800" data-aos-delay="800"
> >
<Image {/* <Image
src={builderScreenshotSrc} src={builderScreenshotSrc}
alt="Builder screenshot" alt="Builder screenshot"
placeholder="blur" placeholder="blur"
style={{ borderRadius: '10px' }} style={{ borderRadius: '10px' }}
/> /> */}
</Box> </Box>
</Box> </Box>
</VStack> </VStack>

View File

@@ -11,7 +11,6 @@ import oscarPictureSrc from 'public/images/homepage/oscar.jpeg'
import invictuzPictureSrc from 'public/images/homepage/invictuz.png' import invictuzPictureSrc from 'public/images/homepage/invictuz.png'
import laszloPictureSrc from 'public/images/homepage/laszlo.jpeg' import laszloPictureSrc from 'public/images/homepage/laszlo.jpeg'
import kurniaPictureSrc from 'public/images/homepage/kurnia.jpeg' import kurniaPictureSrc from 'public/images/homepage/kurnia.jpeg'
import marioPictureSrc from 'public/images/homepage/barretta.jpeg'
import stevePictureSrc from 'public/images/homepage/steve.jpg' import stevePictureSrc from 'public/images/homepage/steve.jpg'
import { Testimonial } from './Testimonial' import { Testimonial } from './Testimonial'
import { StaticImageData } from 'next/image' import { StaticImageData } from 'next/image'
@@ -54,7 +53,6 @@ const testimonials: TestimonialData[][] = [
name: 'Mario Barretta', name: 'Mario Barretta',
role: 'Customer Care Manager', role: 'Customer Care Manager',
provider: 'email', provider: 'email',
avatarSrc: marioPictureSrc,
content: ( content: (
<> <>
Thanks to typebot I can finally make site forms much more modern and I Thanks to typebot I can finally make site forms much more modern and I

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 768 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 938 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 898 KiB