@@ -183,8 +183,8 @@ eleventyComputed:
183183 {% include " components/flowfuse-square.svg" %}
184184 </a >
185185 <div class =" flex items-center gap-2 md:hidden relative z-20" >
186- <a class =" ff-btn ff-btn--primary uppercase text-sm inline-flex whitespace-nowrap" href =" /contact-us " onclick =" capture('cta-talk-us ', {'position': 'header-mobile'})" >
187- Contact Us
186+ <a class =" ff-btn ff-btn--primary uppercase text-sm inline-flex whitespace-nowrap" href =" /book-demo/ " onclick =" capture('cta-book-demo ', {'position': 'header-mobile'})" >
187+ Book a Demo
188188 </a >
189189 <button id =" nav-toggle" class =" text-gray-700 flex items-center text-red-hero" >
190190 <svg class =" burger fill-current h-4 w-4" viewBox =" 0 0 20 20" xmlns =" http://www.w3.org/2000/svg" ><title >Menu</title ><path d =" M0 3h20v2H0V3zm0 6h20v2H0V9zm0 6h20v2H0v-2z" /></svg >
@@ -224,8 +224,8 @@ eleventyComputed:
224224 <ul class =" cta hidden md:flex flex-row items-center justify-end font-medium text no-underline z-10 bg-transparent w-auto" >
225225 <li class =" hidden md:flex" ><a class =" ff-nav-freetrial" href =" {% include " sign-up-url.njk " %}" onclick =" capture('cta-join', {'position': 'header'})" ><span class =" ff-nav-label" >Free Trial</span ></a ></li >
226226 <li class =" flex" >
227- <a class =" ml-2 ff-btn ff-btn--primary uppercase text-sm inline-flex whitespace-nowrap" href =" /contact-us " onclick =" capture('cta-talk-us ', {'position': 'header'})" >
228- Contact Us
227+ <a class =" ml-2 ff-btn ff-btn--primary uppercase text-sm inline-flex whitespace-nowrap" href =" /book-demo/ " onclick =" capture('cta-book-demo ', {'position': 'header'})" >
228+ Book a Demo
229229 </a >
230230 </li >
231231 </ul >
@@ -236,7 +236,7 @@ eleventyComputed:
236236 <a href =" {{ site.appURL }}" class =" ff-btn ff-btn--primary-outlined" >Sign In</a >
237237 <a href =" {% include " sign-up-url.njk " %}" onclick =" capture('cta-join', {'position': 'header'})" class =" ff-btn ff-btn--primary-outlined" >Free Trial</a >
238238 </div >
239- <a class =" ff-btn ff-btn--primary" href =" /contact-us " onclick =" capture('cta-talk-to-sales ', {'position': 'header '})" >Contact Us </a >
239+ <a class =" ff-btn ff-btn--primary" href =" /book-demo/ " onclick =" capture('cta-book-demo ', {'position': 'mobile-cta-bar '})" >Book a Demo </a >
240240 </div >
241241 </header >
242242 <!-- Main Content: wrapped in the flex-grow base so the column layout still
0 commit comments