Migrate /contact-us and /book-demo from 11ty to Nuxt - #5537
Open
ZJvandeWeg wants to merge 2 commits into
Open
Conversation
Ports the shared mql-contact layout, HubSpot form, and a new meetings embed component, then flips CtaContactUs/CtaBookDemo's `external` prop to false now that both routes are served by Nuxt directly.
✅ Deploy Preview for flowforge-website ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
… to Nuxt legacy.ts now lists what's still on 11ty instead of what's migrated, so the list shrinks toward empty as pages move over. /thank-you is fully ported: 4 route variants, new stories/webinar/blog preview components, and stories/ webinars content collections sourced in place from src/.
Yndira-E
reviewed
Aug 10, 2026
Contributor
There was a problem hiding this comment.
@ZJvandeWeg I'm not sure if this was meant to be included in this PR, the title and description only talk about contact us and book a demo. Was this intentional?
Yndira-E
reviewed
Aug 10, 2026
Contributor
There was a problem hiding this comment.
Most of files in this folder don't seem related to the contact us / book a demo migration
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.

Ports the shared mql-contact layout, HubSpot form, and a new meetings embed component, then flips CtaContactUs/CtaBookDemo's
externalprop to false now that both routes are served by Nuxt directly.