add schedule demo links

This commit is contained in:
MarconLP 2023-07-07 13:00:00 +02:00
parent 7fe3303b7c
commit eec8954e8d
No known key found for this signature in database
GPG key ID: A08A9C8B623F5EA5
2 changed files with 18 additions and 0 deletions

View file

@ -34,6 +34,16 @@ export default function CTA() {
>
Record a video
</button>
<a
onClick={() =>
posthog?.capture("clicked schedule demo", { cta: true })
}
target="_blank"
href="https://cal.com/marcon/snapify-demo"
className="text-sm font-semibold leading-6 text-white"
>
Schedule Demo <span aria-hidden="true"></span>
</a>
</div>
<svg
xmlns="http://www.w3.org/2000/svg"

View file

@ -83,6 +83,14 @@ const Home: NextPage = () => {
>
Record a video
</button>
<a
onClick={() => posthog?.capture("clicked schedule demo")}
target="_blank"
href="https://cal.com/marcon/snapify-demo"
className="text-sm font-semibold leading-6"
>
Schedule Demo <span aria-hidden="true"></span>
</a>
</div>
</div>
</div>