// events-data.jsx ? Auto-generated. Do not edit manually.
// Last updated: 8/19/2026, 12:59:04 PM ET

const UPCOMING_EVENTS = [
  {
    "title": "Freshman Laptop Assistance",
    "day": "19",
    "mo": "AUGUST",
    "detail": "Help Hoggard staff organize laptops!",
    "spots": "8",
    "url": "https://www.signupgenius.com/go/10C094EA9A72DA5FACE9-65210980-freshman",
    "url2": "",
    "dateNote": ""
  }
];

const RECURRING_EVENTS = [
  {
    "title": "Pine Valley Methodist Church 49ers",
    "dates": "Every 3rd Tuesday",
    "detail": "Volunteers will help serve a meal, set up, clean up, wash dishes, and assist attendees to their tables.",
    "spots": "10",
    "url": "https://www.signupgenius.com/go/4090449ADA928A5FC1-65222472-pine",
    "url2": ""
  }
];

Object.assign(window, { UPCOMING_EVENTS, RECURRING_EVENTS });
