import PageShell from "../components/PageShell.jsx"; const SECTIONS = [ { id: "unity", title: "Unity Teachings", blurb: "Core principles, readings, and study material from the Unity movement.", accent: "#138ba0", background: "#eef9fb", content: (
{/* Unity teachings content */}
), }, { id: "branding", title: "Branding & Marketing", blurb: "Logos, colors, templates, and guidelines for representing NGU.", accent: "#aac992", background: "#ffffff", content: (
{/* Branding & marketing content */}
), }, { id: "partner", title: "Partner Resources", blurb: "Material for the organizations we collaborate with.", accent: "#7a5ea8", background: "#eef9fb", content: (
{/* Partner resources content */}
), }, ]; export default function ResourcesPage() { return ( ); }