Point the front page subnav at the new home sections
The admin-driven home dropped the #about and #events sections. The subnav now links to what the page has: the hero, connect, retreats, calendar and the numbers band (labelled About). Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
This commit is contained in:
parent
26d6844bc8
commit
8790f861fe
1 changed files with 4 additions and 2 deletions
|
|
@ -14,9 +14,11 @@ export const PAGE_LINKS = [
|
||||||
// A page with no sections gets no subnav row.
|
// A page with no sections gets no subnav row.
|
||||||
export const PAGE_SECTIONS = {
|
export const PAGE_SECTIONS = {
|
||||||
"/": [
|
"/": [
|
||||||
{ label: "#About", hash: "#about" },
|
{ label: "#Featured", hash: "#hero" },
|
||||||
{ label: "#Events", hash: "#events" },
|
|
||||||
{ label: "#Connect", hash: "#connect" },
|
{ label: "#Connect", hash: "#connect" },
|
||||||
|
{ label: "#Retreats", hash: "#retreats" },
|
||||||
|
{ label: "#Calendar", hash: "#calendar" },
|
||||||
|
{ label: "#About", hash: "#numbers" },
|
||||||
],
|
],
|
||||||
"/retreats": [
|
"/retreats": [
|
||||||
{ label: "National", hash: "#national" },
|
{ label: "National", hash: "#national" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue