From 2f67a81a8eb213baa4f16b15b61a03e89f981aba Mon Sep 17 00:00:00 2001 From: David Hunter Date: Wed, 29 Jan 2025 11:16:33 +0000 Subject: [PATCH] update hub page example and add page description --- docs/examples/hub-pages/services.njk | 32 ++++++++++++++++------------ docs/patterns/hub-page.md | 2 +- 2 files changed, 19 insertions(+), 15 deletions(-) diff --git a/docs/examples/hub-pages/services.njk b/docs/examples/hub-pages/services.njk index c3f2006..c5f487a 100644 --- a/docs/examples/hub-pages/services.njk +++ b/docs/examples/hub-pages/services.njk @@ -47,11 +47,11 @@ vueLink: stacked: true, cards: [ { - title: 'Book', + title: 'Check if you need urgent medical help using 111 online', href: '#' }, { - title: 'Request prescriptions', + title: 'Find NHS services near you', href: '#' } ] @@ -62,18 +62,22 @@ vueLink: }) }} {{ nhsappCardGroup({ - stacked: true, - cards: [ - { - title: 'Book', - href: '#' - }, - { - title: 'Request prescriptions', - href: '#' - } - ] - }) }} + stacked: true, + cards: [ + { + title: "Browse NHS health information", + href: "#" + }, + { + title: "Browse NHS medicines information", + href: "#" + }, + { + title: "Find COVID-19 guidance", + href: "#" + } + ] + })}} \ No newline at end of file diff --git a/docs/patterns/hub-page.md b/docs/patterns/hub-page.md index b7a06f3..9f0c313 100644 --- a/docs/patterns/hub-page.md +++ b/docs/patterns/hub-page.md @@ -1,7 +1,7 @@ --- layout: layouts/pattern.njk title: Hub page -description: ... +description: Hubs pages are the main menu pages in the NHS App. Each hub is a grouping of related links. From a hub, users can follow links to start particular journeys or move deeper into the app to lower menu pages (sub-hubs). backlogID: 69 tags: - pattern