add link to recorded demo
This commit is contained in:
parent
ab9878b10c
commit
e3dac08ca8
1 changed files with 20 additions and 8 deletions
|
|
@ -87,17 +87,29 @@ const Home: NextPage = () => {
|
|||
<span>Record a video</span>
|
||||
<span className="text-xs">(no account required)</span>
|
||||
</button>
|
||||
<div className="flex flex-row gap-6">
|
||||
<a
|
||||
onClick={() =>
|
||||
posthog?.capture("clicked watch recorded demo demo")
|
||||
}
|
||||
target="_blank"
|
||||
href="https://snapify.it/share/clk3mpgnu0003mj0f042964wg"
|
||||
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 Demo <span aria-hidden="true">→</span>
|
||||
Schedule personalized demo <span aria-hidden="true">→</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div
|
||||
className={`flex w-full items-center justify-center border-t pt-6 ${
|
||||
|
|
|
|||
Loading…
Reference in a new issue