🔒 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>
|
||||
)
|
||||
|
@ -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 nativeFeelingSrc from 'public/images/homepage/native-feeling.png'
|
||||
import { ArrowRight } from 'assets/icons/ArrowRight'
|
||||
import { Flare } from 'assets/illustrations/Flare'
|
||||
import Link from 'next/link'
|
||||
@ -52,13 +51,6 @@ export const EasyEmbed = () => {
|
||||
</Button>
|
||||
</Flex>
|
||||
</Stack>
|
||||
<Box rounded="md" data-aos="fade">
|
||||
<Image
|
||||
src={nativeFeelingSrc}
|
||||
alt="incomplete results illustration"
|
||||
placeholder="blur"
|
||||
/>
|
||||
</Box>
|
||||
</Stack>
|
||||
</Flex>
|
||||
)
|
||||
|
@ -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>
|
||||
|
@ -11,7 +11,6 @@ import oscarPictureSrc from 'public/images/homepage/oscar.jpeg'
|
||||
import invictuzPictureSrc from 'public/images/homepage/invictuz.png'
|
||||
import laszloPictureSrc from 'public/images/homepage/laszlo.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 { Testimonial } from './Testimonial'
|
||||
import { StaticImageData } from 'next/image'
|
||||
@ -54,7 +53,6 @@ const testimonials: TestimonialData[][] = [
|
||||
name: 'Mario Barretta',
|
||||
role: 'Customer Care Manager',
|
||||
provider: 'email',
|
||||
avatarSrc: marioPictureSrc,
|
||||
content: (
|
||||
<>
|
||||
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 |
Reference in New Issue
Block a user