Rename solution page CTAs to avoid FlowFuse Expert ambiguity#4756
Open
Rename solution page CTAs to avoid FlowFuse Expert ambiguity#4756
Conversation
Change "TALK TO AN EXPERT" to "SPEAK TO OUR TEAM" on SCADA, UNS, and MES solution pages. The old wording creates confusion with FlowFuse Expert (the AI chat). Updated PostHog event from cta-talk-to-an-expert to cta-contact-sales to match.
Contributor
Author
|
@Yndira-E can you review? Feel free to adjust as necessary |
✅ Deploy Preview for flowforge-website ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Yndira-E
reviewed
Mar 26, 2026
| </div> | ||
| <div class="flex gap-3 max-md:max-w-sm max-md:mx-auto max-sm:flex-col max-md:justify-center"> | ||
| <a class="ff-btn ff-btn--primary min-h-[40px]" href="/contact-us/" onclick="capture('cta-talk-to-an-expert', {'position': 'primary'}, {'page': 'mes'})">TALK TO AN EXPERT</a> | ||
| <a class="ff-btn ff-btn--primary min-h-[40px]" href="/contact-us/" onclick="capture('cta-contact-sales', {'position': 'primary'}, {'page': 'mes'})">SPEAK TO OUR TEAM</a> |
Contributor
There was a problem hiding this comment.
Suggested change
| <a class="ff-btn ff-btn--primary min-h-[40px]" href="/contact-us/" onclick="capture('cta-contact-sales', {'position': 'primary'}, {'page': 'mes'})">SPEAK TO OUR TEAM</a> | |
| <a class="ff-btn ff-btn--primary min-h-[40px]" href="/contact-us/" onclick="capture('cta-contact-us', {'position': 'primary'}, {'page': 'mes'})">SPEAK TO OUR TEAM</a> |
Yndira-E
reviewed
Mar 26, 2026
| </div> | ||
| <div class="flex gap-3 max-md:max-w-sm max-md:mx-auto max-sm:flex-col max-md:justify-center"> | ||
| <a class="ff-btn ff-btn--primary min-h-[40px]" href="/contact-us/" onclick="capture('cta-talk-to-an-expert', {'position': 'primary'}, {'page': 'scada'})">TALK TO AN EXPERT</a> | ||
| <a class="ff-btn ff-btn--primary min-h-[40px]" href="/contact-us/" onclick="capture('cta-contact-sales', {'position': 'primary'}, {'page': 'scada'})">SPEAK TO OUR TEAM</a> |
Contributor
There was a problem hiding this comment.
Suggested change
| <a class="ff-btn ff-btn--primary min-h-[40px]" href="/contact-us/" onclick="capture('cta-contact-sales', {'position': 'primary'}, {'page': 'scada'})">SPEAK TO OUR TEAM</a> | |
| <a class="ff-btn ff-btn--primary min-h-[40px]" href="/contact-us/" onclick="capture('cta-contact-us', {'position': 'primary'}, {'page': 'scada'})">SPEAK TO OUR TEAM</a> |
Yndira-E
reviewed
Mar 26, 2026
| </div> | ||
| <div class="flex gap-3 max-md:max-w-sm max-md:mx-auto max-sm:flex-col max-md:justify-center"> | ||
| <a class="ff-btn ff-btn--primary min-h-[40px]" href="/contact-us/" onclick="capture('cta-talk-to-an-expert', {'position': 'primary'}, {'page': 'uns'})">TALK TO AN EXPERT</a> | ||
| <a class="ff-btn ff-btn--primary min-h-[40px]" href="/contact-us/" onclick="capture('cta-contact-sales', {'position': 'primary'}, {'page': 'uns'})">SPEAK TO OUR TEAM</a> |
Contributor
There was a problem hiding this comment.
Suggested change
| <a class="ff-btn ff-btn--primary min-h-[40px]" href="/contact-us/" onclick="capture('cta-contact-sales', {'position': 'primary'}, {'page': 'uns'})">SPEAK TO OUR TEAM</a> | |
| <a class="ff-btn ff-btn--primary min-h-[40px]" href="/contact-us/" onclick="capture('cta-contact-us', {'position': 'primary'}, {'page': 'uns'})">SPEAK TO OUR TEAM</a> |
Contributor
|
My only suggestion would be to capture |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
The "TALK TO AN EXPERT" CTA on three solution pages (SCADA, UNS, MES) creates confusion with FlowFuse Expert — our AI chat feature. Visitors landing on these pages after seeing Expert elsewhere on the site may expect the AI assistant rather than a sales contact form.
Renaming to "SPEAK TO OUR TEAM" — consistent with how the edge-connectivity page already handles this.
Changes:
/solutions/scada/,/solutions/uns/,/solutions/mes/cta-talk-to-an-expert→cta-contact-sales(clearer intent tracking)Related Issue(s)
Flagged during FlowFuse Expert tracking audit. The audit identified this naming collision as a UX issue — "expert" now has product meaning on our site that it didn't have before.
Checklist