Skip to content

Migrate features page to Nuxt at /product, extract security component - #5543

Merged
JoycePlaysFootball merged 12 commits into
mainfrom
zj-features-page-followups
Aug 10, 2026
Merged

Migrate features page to Nuxt at /product, extract security component#5543
JoycePlaysFootball merged 12 commits into
mainfrom
zj-features-page-followups

Conversation

@ZJvandeWeg

Copy link
Copy Markdown
Member

Summary

Follow-ups from PR #5539's review comment:

  • Migrates the features page from 11ty (src/platform/features.njk) to Nuxt at /product/
  • Extracts the SOC2/security "Built for Enterprise Manufacturing" block into a reusable EnterpriseSecurity component, now shared with the pricing page
  • Replaces the page's ad-hoc inline <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/ directly

Test plan

  • npm test passes (52/52, including the chrome.json redirect-drift check)
  • /product/ renders correctly in npm 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
  • Header/footer "Features" nav links point straight at /product/

🤖 Generated with Claude Code

@netlify

netlify Bot commented Aug 7, 2026

Copy link
Copy Markdown

Deploy Preview for flowforge-website ready!

Name Link
🔨 Latest commit a050c3b
🔍 Latest deploy log https://app.netlify.com/projects/flowforge-website/deploys/6a7a09b2f4b1fd00080f134f
😎 Deploy Preview https://deploy-preview-5543--flowforge-website.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 72 (🟢 up 4 from production)
Accessibility: 96 (no change from production)
Best Practices: 100 (no change from production)
SEO: 92 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

ZJvandeWeg and others added 2 commits August 10, 2026 11:03
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.
And extract shared get-started gradient
Comment thread src/_data/chrome.json
@@ -421,7 +421,7 @@
"links": [
{
"label": "Features",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ZJvandeWeg Is there a particular reason we’re not renaming this to "Product"?

@Yndira-E
Yndira-E force-pushed the zj-features-page-followups branch from 54ed531 to a4374b8 Compare August 10, 2026 14:43
@Yndira-E

Copy link
Copy Markdown
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.

@JoycePlaysFootball
JoycePlaysFootball merged commit 5ad1ad5 into main Aug 10, 2026
8 checks passed
@JoycePlaysFootball
JoycePlaysFootball deleted the zj-features-page-followups branch August 10, 2026 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants