a little clean up on the call to actions, as I think they are better now.

This commit is contained in:
danfunk 2023-10-04 17:12:05 -04:00
parent 1f1bda97e9
commit 28f12b7e32
4 changed files with 10 additions and 4 deletions

View File

@ -73,7 +73,7 @@ params:
subtitle: Build your first diagram in minutes. But don't let the simplicity fool you. SpiffWorkflow is a powerful platform that can handle the most complex of business processes.
image: build_a_diagram.gif
buttonText: Try it Now
buttonLink: /posts/articles/get_started/
buttonLink: /pages/enterprise
contact: true
science: true
section2:

View File

@ -1,6 +1,4 @@
<!-- Calendly link widget begin -->
<link href="https://assets.calendly.com/assets/external/widget.css" rel="stylesheet">
<script src="https://assets.calendly.com/assets/external/widget.js" type="text/javascript" async></script>
<a class="navbar-item" href="" onclick="Calendly.initPopupWidget({url: 'https://calendly.com/dan-sartography/spiffworkflow-demo'});return false;">
<span class="button signup-button rounded secondary-btn raised">
Schedule Demo

View File

@ -10,6 +10,10 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script>
<link href="https://assets.calendly.com/assets/external/widget.css" rel="stylesheet">
<script src="https://assets.calendly.com/assets/external/widget.js" type="text/javascript" async></script>
<script>
// Define dataLayer and the gtag function.
window.dataLayer = window.dataLayer || [];

View File

@ -81,7 +81,11 @@
{{- end }}
{{- end }}
</div>
{{ partial "calendly.html" . }}
<a href="/pages/enterprise" class="navbar-item">
<span class="button signup-button rounded primary-btn raised">
Try Now
</span>
</a>
</div>
</div>
</nav>