From 107b8831b463bf7fba66f07b5b66a6feb306573d Mon Sep 17 00:00:00 2001 From: Eliza kragh Date: Sat, 4 Apr 2026 18:31:01 -0600 Subject: [PATCH] Add NAD Conference to San Francisco 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 aebefed..20996a0 100644 --- a/src/pages/Services.tsx +++ b/src/pages/Services.tsx @@ -260,6 +260,17 @@ const relationshipPoints: RelationshipPoint[] = [ startDate: "February 7, 2026", endDate: "February 7, 2026" }] + }, + { + coordinates: [-122.4194, 37.7749] as Coordinates, + city: "San Francisco", + state: "California", + events: [{ + name: "NAD", + description: "National Association of the Deaf Conference", + startDate: "June 30, 2026", + endDate: "July 5, 2026" + }] } ]