Update features.tsx

This commit is contained in:
Arjun Patel
2022-01-27 12:22:40 -08:00
parent 37407a7766
commit 2417e3a8f5
+5 -12
View File
@@ -23,8 +23,7 @@ export default function Features() {
</span> </span>
</span> </span>
<span className="flex flex-col items-center mb-20"> <span className="flex flex-row mb-2 flex-wrap gap-2 justify-center">
<span className="flex flex-row space-x-2 mb-2">
<span className="flex flex-col items-start bg-white bg-opacity-40 p-10 max-w-sm rounded backdrop-blur-md"> <span className="flex flex-col items-start bg-white bg-opacity-40 p-10 max-w-sm rounded backdrop-blur-md">
<FcAssistant className="text-5xl -ml-2" /> <FcAssistant className="text-5xl -ml-2" />
<span className="text-teal-600">async</span> <span className="text-teal-600">async</span>
@@ -45,18 +44,15 @@ export default function Features() {
teammates throughout the day. teammates throughout the day.
</span> </span>
</span> </span>
</span>
<span className="flex flex-row space-x-2 mb-2">
<span className="flex flex-col items-start bg-white bg-opacity-40 p-10 max-w-sm rounded backdrop-blur-md"> <span className="flex flex-col items-start bg-white bg-opacity-40 p-10 max-w-sm rounded backdrop-blur-md">
<FcVideoCall className="text-5xl" /> <FcVideoCall className="text-5xl" />
<span className="text-teal-600">formal</span> <span className="text-teal-600">formal</span>
<span className="text-lg font-semibold">Meeting Rooms.</span> <span className="text-lg font-semibold">Meeting Rooms.</span>
<span className="text-md text-gray-500"> <span className="text-md text-gray-500">
Spontaneous, scheduled, or recurring{" "} Spontaneous, scheduled, or recurring <FcGoogle className="inline" />{" "}
<FcGoogle className="inline" /> Meet meetings. All conversations Meet meetings. All conversations transparent for the team to see.
transparent for the team to see.
</span> </span>
</span> </span>
@@ -70,9 +66,7 @@ export default function Features() {
screenshots, code snippets. screenshots, code snippets.
</span> </span>
</span> </span>
</span>
<span className="flex flex-row space-x-2">
<span className="flex flex-col items-start bg-white bg-opacity-40 p-10 max-w-sm rounded backdrop-blur-md"> <span className="flex flex-col items-start bg-white bg-opacity-40 p-10 max-w-sm rounded backdrop-blur-md">
<FcOrgUnit className="text-5xl -ml-2" /> <FcOrgUnit className="text-5xl -ml-2" />
<span className="text-teal-600">team</span> <span className="text-teal-600">team</span>
@@ -89,9 +83,8 @@ export default function Features() {
<span className="text-lg font-semibold">Inbox Zero.</span> <span className="text-lg font-semibold">Inbox Zero.</span>
<span className="text-md text-gray-500"> <span className="text-md text-gray-500">
Links, conversations, rooms...They all disappear from your main Links, conversations, rooms...They all disappear from your main view
view to keep you and your team focused. to keep you and your team focused.
</span>
</span> </span>
</span> </span>
</span> </span>