Skip to content

Commit a23df06

Browse files
authored
Merge pull request #4929 from FlowFuse/yndira/book-demo-fallback-update
/book-demo: Fallback Update
2 parents cd04550 + 596806d commit a23df06

2 files changed

Lines changed: 11 additions & 10 deletions

File tree

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
1-
<div id="{{ fallbackId }}" class="ff-hubspot-consent-fallback text-center border bg-red-50/25 border-red-300 rounded-lg px-4 py-6">
1+
<div id="{{ fallbackId }}" class="ff-hubspot-consent-fallback text-center border {% if contentType == 'form' %}bg-red-50/25 border-red-300{% else %}bg-indigo-900{% endif %} rounded-lg px-6 pt-8 pb-4">
22
{% if contentType == 'form' %}
33
<p class="text-red-400"><strong>Hmm… there was supposed to be a form here</strong></p>
44
<p class="text-gray-600">
55
If this form does not load, try adjusting your privacy settings or switching browsers.
66
</p>
77
{% else %}
8-
<h4 class="text-red-400 font-medium">Calendar not loading?</h4>
9-
<p class="text-gray-600">
10-
You can book a session directly using the link below.
8+
<h4 class="text-white font-medium">Choose a time to talk</h4>
9+
<p class="text-indigo-200">
10+
30-minute session with our team.
1111
</p>
1212
<a href="https://meetings-eu1.hubspot.com/michael-davis/contact-us-scheduler"
13-
class="inline-block ff-btn ff-btn--primary-outlined uppercase mb-2"
13+
class="inline-block ff-btn ff-btn--highlight uppercase mb-2"
1414
style="cursor: pointer;"
1515
onclick="if(typeof capture==='function') capture('calendar_fallback_cta_clicked')">
16-
Open Calendar
16+
Pick a time →
1717
</a>
18-
<p class="mt-2 text-gray-600">
19-
To view the calendar on this page, <a class="cursor-pointer" onclick="if(window.CookieConsent){CookieConsent.showPreferences()}">
20-
please accept analytics cookies.</a>
18+
<p class="mt-4 text-indigo-200 italic font-xs">
19+
Prefer to view availability on this page?</br>
20+
<a class="cursor-pointer text-indigo-200 underline" onclick="if(window.CookieConsent){CookieConsent.showPreferences()}">
21+
Enable analytics cookies.</a>
2122
</p>
2223
{% endif %}
2324
</div>

src/book-demo.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: layouts/mql-contact.njk
3-
title: Book a session with our team
3+
title: Walk through your setup with our team
44
description: Walk through your setup, discuss your use case, and get guidance on the right approach for your production setup.
55
sitemapPriority: 0.8
66
image: /images/og-book-demo.jpeg

0 commit comments

Comments
 (0)