Migrate features page to Nuxt at /product, extract security component - #5543
Merged
Conversation
✅ Deploy Preview for flowforge-website ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Follow-ups from PR #5539 review: the features page moves from 11ty (src/platform/features.njk) to Nuxt at /product/, the SOC2/security "Built for Enterprise Manufacturing" block becomes a reusable EnterpriseSecurity component shared with the pricing page, and the page's ad-hoc inline <style> blocks are replaced with scoped SFC styles plus Tailwind utilities. /platform/features/, /features/, and /product/features/ now redirect to /product/; header/footer nav links updated to match.
Yndira-E
force-pushed
the
zj-features-page-followups
branch
from
August 10, 2026 09:12
d7cd8a7 to
19beb76
Compare
And extract shared get-started gradient
…ite into zj-features-page-followups # Conflicts: # nuxt/pages/product/index.vue
Yndira-E
reviewed
Aug 10, 2026
| @@ -421,7 +421,7 @@ | |||
| "links": [ | |||
| { | |||
| "label": "Features", | |||
Contributor
There was a problem hiding this comment.
@ZJvandeWeg Is there a particular reason we’re not renaming this to "Product"?
Yndira-E
force-pushed
the
zj-features-page-followups
branch
from
August 10, 2026 14:43
54ed531 to
a4374b8
Compare
Contributor
|
I've updated images, styles, and refactored a few sections. I'll probably push a new one for the hero section when @KristopherLeads has built the new flow for it, but it's not a blocker. I'm done with my edits for now. Feel free to review/merge. |
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.

Summary
Follow-ups from PR #5539's review comment:
src/platform/features.njk) to Nuxt at/product/EnterpriseSecuritycomponent, now shared with the pricing page<style>blocks with scoped SFC styles + Tailwind utilities/platform/features/,/features/, and/product/features/now redirect to/product/; header/footer nav links updated to point at/product/directlyTest plan
npm testpasses (52/52, including the chrome.json redirect-drift check)/product/renders correctly innpm run dev:nuxt(hero scroll-tilt, sticky tier tabs, EnterpriseSecurity section, images/icons all resolve)/platform/features/,/features/,/product/features/,/product/why-flowfuse/all 301 to/product//pricing/renders with the new EnterpriseSecurity section appended/product/🤖 Generated with Claude Code