diff --git a/src/pages/Services.tsx b/src/pages/Services.tsx index 20996a0..f890e1b 100644 --- a/src/pages/Services.tsx +++ b/src/pages/Services.tsx @@ -271,6 +271,17 @@ const relationshipPoints: RelationshipPoint[] = [ startDate: "June 30, 2026", endDate: "July 5, 2026" }] + }, + { + coordinates: [-86.8025, 33.5207] as Coordinates, + city: "Birmingham", + state: "Alabama", + events: [{ + name: "NAP NTC", + description: "National Association of Parliamentarians - National Training Conference", + startDate: "August 26, 2026", + endDate: "August 30, 2026" + }] } ]