diff --git a/src/pages/Services.tsx b/src/pages/Services.tsx index f46ec95..a08cf89 100644 --- a/src/pages/Services.tsx +++ b/src/pages/Services.tsx @@ -163,12 +163,20 @@ const relationshipPoints: RelationshipPoint[] = [ coordinates: [-113.9940, 46.8721] as Coordinates, city: "Missoula", state: "Montana", - events: [{ - name: "AIP", - description: "American Institute of Parliamentarians - 2025 Spring Practicum (Online)", - startDate: "June 12, 2025", - endDate: "June 14, 2025" - }] + events: [ + { + name: "RID", + description: "Registry of Interpreters for the Deaf - 2026 Biennial Conference Parliamentarian", + startDate: "January 10, 2026", + endDate: "January 10, 2026" + }, + { + name: "AIP", + description: "American Institute of Parliamentarians - 2025 Spring Practicum (Online)", + startDate: "June 12, 2025", + endDate: "June 14, 2025" + } + ] }, { coordinates: [-97.3375, 37.6872] as Coordinates, @@ -198,7 +206,7 @@ const relationshipPoints: RelationshipPoint[] = [ state: "DC", events: [{ name: "ASLTA", - description: "American Sign Language Teachers Association - National Professional Development Conference", + description: "American Sign Language Teachers Association - National Professional Development Conference Parliamentarian", startDate: "July 9, 2025", endDate: "July 12, 2025" }]