add link to recorded demo
This commit is contained in:
parent
ab9878b10c
commit
e3dac08ca8
1 changed files with 20 additions and 8 deletions
|
|
@ -87,14 +87,26 @@ const Home: NextPage = () => {
|
||||||
<span>Record a video</span>
|
<span>Record a video</span>
|
||||||
<span className="text-xs">(no account required)</span>
|
<span className="text-xs">(no account required)</span>
|
||||||
</button>
|
</button>
|
||||||
<a
|
<div className="flex flex-row gap-6">
|
||||||
onClick={() => posthog?.capture("clicked schedule demo")}
|
<a
|
||||||
target="_blank"
|
onClick={() =>
|
||||||
href="https://cal.com/marcon/snapify-demo"
|
posthog?.capture("clicked watch recorded demo demo")
|
||||||
className="text-sm font-semibold leading-6"
|
}
|
||||||
>
|
target="_blank"
|
||||||
Schedule Demo <span aria-hidden="true">→</span>
|
href="https://snapify.it/share/clk3mpgnu0003mj0f042964wg"
|
||||||
</a>
|
className="text-sm font-semibold leading-6"
|
||||||
|
>
|
||||||
|
Watch recorded demo <span aria-hidden="true">→</span>
|
||||||
|
</a>
|
||||||
|
<a
|
||||||
|
onClick={() => posthog?.capture("clicked schedule demo")}
|
||||||
|
target="_blank"
|
||||||
|
href="https://cal.com/marcon/snapify-demo"
|
||||||
|
className="text-sm font-semibold leading-6"
|
||||||
|
>
|
||||||
|
Schedule personalized demo <span aria-hidden="true">→</span>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue