Add use-case and outcome lens pages and cross-link includes#5376
Open
dimitrieh wants to merge 3 commits into
Open
Add use-case and outcome lens pages and cross-link includes#5376dimitrieh wants to merge 3 commits into
dimitrieh wants to merge 3 commits into
Conversation
This was referenced Jul 24, 2026
✅ Deploy Preview for flowforge-website ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Yndira-E
reviewed
Jul 24, 2026
| See all | ||
| {% include "components/icons/arrow-long-right.svg" %} | ||
| <a href="/blog/{{ collectionName or '' }}" class="group hover:no-underline w-full text-right flex flex-row items-center justify-end self-end justify-self-end gap-1"> | ||
| <span class="ff-animated-link">See all</span> |
Contributor
There was a problem hiding this comment.
Introducing it here creates an inconsistency with the rest of links across the website. I would reserve this for the main nav exclusively.
Contributor
There was a problem hiding this comment.
I can see you've been adding that class to other elements as well, lets reserve this class for the main nav only.
Contributor
Contributor
Contributor
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
Outcome: visitors can navigate the platform by use case and by outcome. Adds use-case chips and links, a derived use-case grid for industry pages, the use-case layout, refreshed use-case pages, and systematic cross-links between related content. The industry-use-cases heading falls back to the page eyebrow so industry pages read cleanly rather than showing the raw SEO title.
Builds on: the navigation PR's shared stylesheet and components.
Provides for later PRs: the reusable includes (
use-case-links,use-case-chips,industry-use-cases) that the industry pages and the AI page consume downstream.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 P76 here;