-
Notifications
You must be signed in to change notification settings - Fork 15
Add FlowFuse 'Try It Now' CTA to Node-RED page #3379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@gstout52 a couple of thoughts:
Maybe there's another place we could surface that link without compromising the layout or flow of the page? Also worth noting: the PDF from the CTA already includes links to the official Node-RED docs |
- Update Node-RED page CTA from 'Download it now' to 'Try It Now' - Point CTA to FlowFuse signup URL ({{ site.appURL }}/account/create) - Add analytics tracking for 'cta-try-it-now' event - Align with Free Trial button functionality in top navigation
- Remove 'Check out our free guide...' promotional text - Remove 'Download eBook' CTA buttons (desktop and mobile) - Convert 'Try It Now' text link to primary CTA button - Maintain consistent FlowFuse signup URL and analytics tracking - Simplify hero section messaging to focus on getting started
Users installing the Device Agent are given a single line of code during the installation process. |
src/node-red/index.njk
Outdated
</div> | ||
</div> | ||
<!--Hero Content--> | ||
<div class="w-full pt-12 pb-20 md:pt-6 md:pb-12"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gstout52 can we not redo the denting and have a huge diff? I'm confused now about what changed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ZJvandeWeg Claude helped me adjust the indentations. Does this look cleaner?
- Restore proper indentation for HTML structure - Addresses ZJ's comment about large diff due to indentation changes - Maintains same functionality while reducing diff size 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
Description
Changed CTA on Node-RED page to point to cloud signup.
Related Issue(s)
n/a
Checklist