diff --git a/src/_includes/homepage_blueprints.njk b/src/_includes/homepage_blueprints.njk new file mode 100644 index 0000000000..fdb3428ba5 --- /dev/null +++ b/src/_includes/homepage_blueprints.njk @@ -0,0 +1,24 @@ +{% set blueprintIds = ["d9yNg20jRw", "e85N3lmyX6", "6EbLVbLa9j"] %} +{%- for item in collections.blueprints | reverse -%} + {% if item.data.blueprintId in blueprintIds %} +
  • +
    + {%- for tag in item.data.tags -%} + {% if tag !== "blueprints" %} + + {% endif %} + {%- endfor %} +
    +
    + +
    + {% tileImage item, "./images/og-blog.jpg", "Image with logo and the slogan: Elevate Node-RED with Flowfuse", 285 %} +
    +
    +
    {{ item.data.title }}
    +
    +
    +
    +
  • + {% endif %} +{%- endfor -%} \ No newline at end of file diff --git a/src/index.njk b/src/index.njk index f59b58744e..c6aafc7133 100644 --- a/src/index.njk +++ b/src/index.njk @@ -131,7 +131,21 @@ hubspot: - + + +
    +

    Drive industrial innovation with Node-RED and FlowFuse

    +

    Create powerful industrial applications — from real-time monitoring to complex automation — all in one platform. Whether you're optimising production, tracking performance, or visualising data, FlowFuse makes it easy to turn ideas into reality. And to help you get started faster, explore our library of ready-made blueprints for quick, customisable solutions.

    +
    + + + See all + {% include "components/icons/arrow-long-right.svg" %} + +
    +