From 833fb12305c689576fc47bb3886c69a5eadfab81 Mon Sep 17 00:00:00 2001 From: Eliza kragh Date: Sat, 4 Apr 2026 18:42:52 -0600 Subject: [PATCH] Add AIP Annual Session to San Diego CA on interactive map --- src/pages/Services.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) 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" + }] } ]