add schedule demo links
This commit is contained in:
parent
7fe3303b7c
commit
eec8954e8d
2 changed files with 18 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue