Add animated video heroes to industry pages#5378
Open
dimitrieh wants to merge 4 commits into
Open
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
Comment on lines
-164
to
-168
| <div class="max-w-screen-lg mx-auto mt-16 text-center"> | ||
| <p class="text-gray-500 text-lg font-semibold">{{ hero.trustedByText }}</p> | ||
| <div class="mx-auto text-center -mt-0.5 -mb-10"> | ||
| {% include "social-proof.njk" %} | ||
| </div> |
Contributor
There was a problem hiding this comment.
@dimitrieh this section needs to be where it is, it was one of @JoycePlaysFootball's request that the logos where right below the hero section, and also, we had a more meaningful copy above the icons than the one proposed in this PR.
Contributor
Co-authored-by: Zeger-Jan van de Weg <ZJvandeWeg@users.noreply.github.com>
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: industry pages open with an animated video hero and show a derived grid of relevant use cases, a more credible, tailored story per industry.
Adds the industry layout markup that renders the
<video>hero from front matter (with reduced-motion handling), per-page front matter (eyebrow, icon, video/poster), and a dev image-handler fix that disambiguates output by source path.Builds on: the hero-media assets beneath it (the video and poster files), the use-case includes from the use-case PR (the derived grid), and the navigation PR's shared styles.
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 P78 here;