update support usecase image

This commit is contained in:
MarconLP 2023-05-03 18:23:57 +02:00
parent b3467912e7
commit 11f9880e9c
No known key found for this signature in database
GPG key ID: F4CAFFDFA3451D5E
3 changed files with 4 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 KiB

View file

@ -12,6 +12,8 @@ import Footer from "~/components/Footer";
import Header from "~/components/Header";
import Image from "next/image";
import CTA from "~/components/CTA";
import engineeringUsecase from "~/assets/engineering usecase.png";
import supportUsecase from "~/assets/support usecase.png";
const Home: NextPage = () => {
const [, setRecordOpen] = useAtom(recordVideoModalOpen);
@ -214,8 +216,7 @@ const Home: NextPage = () => {
"To centralize team knowledge",
"To collaborate asynchronously",
],
image:
"https://f003.backblazeb2.com/file/test-cloudflares/engineering+usecase.png",
image: engineeringUsecase,
},
{
title: "Support",
@ -226,8 +227,7 @@ const Home: NextPage = () => {
"To improve self-serve content",
"To accelerate team onboarding",
],
image:
"https://f003.backblazeb2.com/file/test-cloudflares/support+usecase.webp",
image: supportUsecase,
},
].map(({ title, description, features, image }) => (
<div