diff --git a/src/pages/Services.tsx b/src/pages/Services.tsx index f890e1b..24b8d01 100644 --- a/src/pages/Services.tsx +++ b/src/pages/Services.tsx @@ -282,6 +282,17 @@ const relationshipPoints: RelationshipPoint[] = [ startDate: "August 26, 2026", endDate: "August 30, 2026" }] + }, + { + coordinates: [-117.1611, 32.7157] as Coordinates, + city: "San Diego", + state: "California", + events: [{ + name: "AIP", + description: "American Institute of Parliamentarians - Annual Session", + startDate: "July 29, 2026", + endDate: "August 1, 2026" + }] } ]