/* Shared tokens / helpers exposed globally. */
const BGA = {
  name: "The Black Girl Advocate",
  short: "BGA",
  tagline: "Empowering Black girls and young women through education, culture, and advocacy.",
  email: "president@theblackgirladvocate.org",
  phone: "(720) 585-1015",
  address: "Colorado",
  pages: [
    { id: "home", label: "Home" },
    { id: "about", label: "About" },
    { id: "ourwork", label: "Our Work" },
    { id: "impact", label: "Impact" },
    { id: "programming", label: "Programming" },
    { id: "ladiesfirst", label: "Ladies First" },
    { id: "shop", label: "Shop" },
    { id: "contact", label: "Contact" },
  ],
};

window.BGA = BGA;
