Skip to content

Latest commit

 

History

History
94 lines (89 loc) · 2.87 KB

File metadata and controls

94 lines (89 loc) · 2.87 KB
layout home
title Home
site_title NHS Notify CMS
nav_order 1
permalink /

{{ site.data.home.heading.heading }}

{{ site.data.home.heading.description }}

{% include components/button-reverse.html text="Get started" url="https://notify.nhs.uk/get-started/" %}
{% include components/image.html src=site.data.home.heading.image alt=site.data.home.heading.image_alt class="nhsnotify-image" %}
{% for item in site.data.home.benefits %}

{{ item.heading }}

{{ item.description }}

{% endfor %}

How it works

{% include components/styled-list.html data=site.data.home.how-it-works %}

Pricing

There's no monthly charge, no setup fee and no procurement process.

    {% for item in site.data.home.pricing %}
  • {% include components/card-with-price.html heading=item.heading description=item.description pricing=item.pricing %}
  • {% endfor %}
{% include components/action-link.html url='/pricing' text='Learn more about pricing' %}

{{ site.data.home.find-out-more.heading }}

{{ site.data.home.find-out-more.description }}

{% include components/button-reverse.html text="Get started" url="https://notify.nhs.uk/get-started/" %}
{% include components/image.html src=site.data.home.find-out-more.image alt=site.data.home.find-out-more.image_alt class="nhsnotify-image" %}