From 379c4e1e442d7db5036cb157ee958d25bc18f300 Mon Sep 17 00:00:00 2001 From: TheMaddax Date: Mon, 27 Oct 2025 09:06:53 -0600 Subject: [PATCH] Add Parliamentarian service and update Austin TX event to Deaf Collab: Austin 2025 --- src/pages/Services.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/pages/Services.tsx b/src/pages/Services.tsx index 7c93cde..0779dcc 100644 --- a/src/pages/Services.tsx +++ b/src/pages/Services.tsx @@ -230,8 +230,8 @@ const relationshipPoints: RelationshipPoint[] = [ city: "Austin", state: "Texas", events: [{ - name: "NLTC", - description: "National Leadership Training Conference - NAD conference", + name: "Deaf Collab: Austin 2025", + description: "Deaf Collab: Austin 2025", startDate: "October 29, 2025", endDate: "November 1, 2025" }] @@ -253,6 +253,11 @@ const services = [ icon: , title: "Training & Workshops", description: "Leadership development and parliamentary procedure training." + }, + { + icon: , + title: "Parliamentarian", + description: "Provide parliamentarian services for organizational meetings ranging from board meetings to conventions." } ]