|
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"> |
2 | 2 | {% if contentType == 'form' %} |
3 | 3 | <p class="text-red-400"><strong>Hmm… there was supposed to be a form here</strong></p> |
4 | 4 | <p class="text-gray-600"> |
5 | 5 | If this form does not load, try adjusting your privacy settings or switching browsers. |
6 | 6 | </p> |
7 | 7 | {% 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. |
11 | 11 | </p> |
12 | 12 | <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" |
14 | 14 | style="cursor: pointer;" |
15 | 15 | onclick="if(typeof capture==='function') capture('calendar_fallback_cta_clicked')"> |
16 | | - Open Calendar |
| 16 | + Pick a time → |
17 | 17 | </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> |
21 | 22 | </p> |
22 | 23 | {% endif %} |
23 | 24 | </div> |
0 commit comments