Refresh homepage tagline and hero copy#5380
Conversation
✅ Deploy Preview for flowforge-website ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
| onclick="capture('cta-try-it-now', {'position': 'hero'})"> | ||
| <span class="text-base uppercase items-center text-base flex gap-2 uppercase items-center text-white hover:text-gray-200"> | ||
| TRY IT OUT | ||
| <span class="ff-animated-link">TRY IT OUT</span> |
There was a problem hiding this comment.
For this treatment across the website, check my feedback here #5381 (review)
There was a problem hiding this comment.
@dimitrieh @Yndira-E I do appreciate this comment. I think Yndira is right to question this behaviour.
When we port this page to vue, we should make a component for this, as we can then standardize CTA-links and other links.
@Yndira-E Can you create a follow up PR to achieve the results you proposed?
| "messaging": { | ||
| "tagLine": "Build Industrial Applications That Scale Across Your Enterprise", | ||
| "subtitle": "Standardize, govern, and deploy operational applications across plants, production lines and teams from a single platform.", | ||
| "tagLine": "The edge-native platform for industrial applications", |
There was a problem hiding this comment.
| "tagLine": "The edge-native platform for industrial applications", | |
| "tagLine": "The Edge-Native Platform for Industrial Applications", |
| <div class="mx-auto"> | ||
| <h1 class="font-medium m-auto text-5xl md:text-7xl text-center text-white max-w-4xl"> | ||
| {{ site.messaging.tagLine | safe }} | ||
| {{ site.messaging.tagLine | safe }}<br>IT, OT, and IIOT |
There was a problem hiding this comment.
| onclick="capture('cta-try-it-now', {'position': 'hero'})"> | ||
| <span class="text-base uppercase items-center text-base flex gap-2 uppercase items-center text-white hover:text-gray-200"> | ||
| TRY IT OUT | ||
| <span class="ff-animated-link">TRY IT OUT</span> |
There was a problem hiding this comment.
@dimitrieh @Yndira-E I do appreciate this comment. I think Yndira is right to question this behaviour.
When we port this page to vue, we should make a component for this, as we can then standardize CTA-links and other links.
@Yndira-E Can you create a follow up PR to achieve the results you proposed?

Description
Outcome: the homepage leads with the edge-native positioning and reads more cleanly. Updates the tagline/subtitle messaging (
site.json) and hero copy.The hero H1 reads from
site.messaging.tagLine(single source of truth, as onmain), with the "IT, OT, and IIOT" line kept as a template element so the SEO title and llms.txt stay clean. Also fixes three comma splices left by the punctuation normalization.Builds on: the full stack beneath it, the navigation styles and the use-case links it references.
Related Issue(s)
Split from #5371.
Checklist
Stack (left to right is merge order; #5373 punctuation is independent, off
main):flowchart LR main([main]) main --> P73["#5373 punctuation"] main --> P74["#5374 shop-floor"] --> P75["#5375 nav"] --> P76["#5376 use-cases"] --> P77["#5377 hero-media"] --> P78["#5378 industry"] --> P79["#5379 AI"] --> P80["#5380 homepage"] --> P81["#5381 polish"] classDef here stroke-width:4px; class P80 here;