Add Parliamentarian service and update Austin TX event to Deaf Collab: Austin 2025
This commit is contained in:
parent
8b2b421156
commit
379c4e1e44
1 changed files with 7 additions and 2 deletions
|
|
@ -230,8 +230,8 @@ const relationshipPoints: RelationshipPoint[] = [
|
||||||
city: "Austin",
|
city: "Austin",
|
||||||
state: "Texas",
|
state: "Texas",
|
||||||
events: [{
|
events: [{
|
||||||
name: "NLTC",
|
name: "Deaf Collab: Austin 2025",
|
||||||
description: "National Leadership Training Conference - NAD conference",
|
description: "Deaf Collab: Austin 2025",
|
||||||
startDate: "October 29, 2025",
|
startDate: "October 29, 2025",
|
||||||
endDate: "November 1, 2025"
|
endDate: "November 1, 2025"
|
||||||
}]
|
}]
|
||||||
|
|
@ -253,6 +253,11 @@ const services = [
|
||||||
icon: <FaChalkboardTeacher className="text-4xl" />,
|
icon: <FaChalkboardTeacher className="text-4xl" />,
|
||||||
title: "Training & Workshops",
|
title: "Training & Workshops",
|
||||||
description: "Leadership development and parliamentary procedure training."
|
description: "Leadership development and parliamentary procedure training."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
icon: <FaChalkboardTeacher className="text-4xl" />,
|
||||||
|
title: "Parliamentarian",
|
||||||
|
description: "Provide parliamentarian services for organizational meetings ranging from board meetings to conventions."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue