add no account required notice

This commit is contained in:
MarconLP 2023-07-09 10:19:10 +02:00
parent eec8954e8d
commit 648398c9a6
No known key found for this signature in database
GPG key ID: A08A9C8B623F5EA5

View file

@ -79,9 +79,10 @@ const Home: NextPage = () => {
<div className="mt-10 flex items-center justify-center gap-x-6">
<button
onClick={openRecordModal}
className="inline-flex h-[60px] items-center rounded-md border border-transparent bg-red-600 px-8 py-4 text-sm font-medium text-white shadow-sm hover:bg-red-700 focus:outline-none focus:ring-2 focus:ring-red-500 focus:ring-offset-2"
className="inline-flex h-[70px] flex-col items-center justify-between rounded-md border border-transparent bg-red-600 px-8 py-4 text-sm font-medium text-white shadow-sm hover:bg-red-700 focus:outline-none focus:ring-2 focus:ring-red-500 focus:ring-offset-2"
>
Record a video
<span>Record a video</span>
<span className="text-xs">(no account required)</span>
</button>
<a
onClick={() => posthog?.capture("clicked schedule demo")}