update how snapify works steps

This commit is contained in:
MarconLP 2023-05-03 18:42:55 +02:00
parent 22cc0ecc05
commit 1254806fea
No known key found for this signature in database
GPG key ID: F4CAFFDFA3451D5E

View file

@ -164,7 +164,7 @@ const Home: NextPage = () => {
), ),
title: "1. Record a video message", title: "1. Record a video message",
description: description:
"Record a short video of your screen and camera with just a few clicks. No installations required.", "Record a short video of your screen with just a few clicks. No installations required.",
}, },
{ {
icon: <ShareIcon className="h-12 w-12" />, icon: <ShareIcon className="h-12 w-12" />,
@ -176,12 +176,12 @@ const Home: NextPage = () => {
icon: <CheckCircleIcon className="h-12 w-12" />, icon: <CheckCircleIcon className="h-12 w-12" />,
title: "3. Get work done", title: "3. Get work done",
description: description:
"Get feedback, gather opinions, make decisions and more using interactive features such as on-video comments, on-video emoji reactions, video replies, polls, and more.", "Get feedback, gather opinions, make decisions and more.",
}, },
].map(({ title, description, icon }) => ( ].map(({ title, description, icon }) => (
<div <div
key={title} key={title}
className="flex max-w-[600px] gap-x-4 lg:max-w-none" className="flex w-full max-w-[600px] gap-x-4 lg:max-w-none"
> >
<div className="">{icon}</div> <div className="">{icon}</div>
<div className="flex flex-col"> <div className="flex flex-col">