Skip to content

Commit

Permalink
🔒 Remove lp image DDOS prevention
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Jun 19, 2023
1 parent 00945bf commit 3e2c462
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 21 deletions.
Original file line number Diff line number Diff line change
@@ -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'
Expand Down Expand Up @@ -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>
)
Expand Down
8 changes: 0 additions & 8 deletions apps/landing-page/components/Homepage/EasyEmbed.tsx
Original file line number Diff line number Diff line change
@@ -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'
Expand Down Expand Up @@ -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>
)
Expand Down
5 changes: 2 additions & 3 deletions apps/landing-page/components/Homepage/Hero/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 = () => {
Expand Down Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

1 comment on commit 3e2c462

@vercel
Copy link

@vercel vercel bot commented on 3e2c462 Jun 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.