From 8790f861feaa0086433dc7ba3457bce074327f82 Mon Sep 17 00:00:00 2001 From: Zaldimmar Date: Sat, 26 Sep 2026 16:19:59 -0500 Subject: [PATCH] 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 --- src/navConfig.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/navConfig.ts b/src/navConfig.ts index b00ae4e..539b5bf 100644 --- a/src/navConfig.ts +++ b/src/navConfig.ts @@ -14,9 +14,11 @@ export const PAGE_LINKS = [ // A page with no sections gets no subnav row. export const PAGE_SECTIONS = { "/": [ - { label: "#About", hash: "#about" }, - { label: "#Events", hash: "#events" }, + { label: "#Featured", hash: "#hero" }, { label: "#Connect", hash: "#connect" }, + { label: "#Retreats", hash: "#retreats" }, + { label: "#Calendar", hash: "#calendar" }, + { label: "#About", hash: "#numbers" }, ], "/retreats": [ { label: "National", hash: "#national" },