diff --git a/src/pages/Services.tsx b/src/pages/Services.tsx index a08cf89..3a0b317 100644 --- a/src/pages/Services.tsx +++ b/src/pages/Services.tsx @@ -243,6 +243,17 @@ const relationshipPoints: RelationshipPoint[] = [ startDate: "October 29, 2025", endDate: "November 1, 2025" }] + }, + { + coordinates: [-92.1735, 38.5767] as Coordinates, + city: "Jefferson City", + state: "Missouri", + events: [{ + name: "MOAD", + description: "Missouri Association of the Deaf - Board Training", + startDate: "February 7, 2026", + endDate: "February 7, 2026" + }] } ]