fix: correct country count from 54 to 47 across all pages
This commit is contained in:
parent
b1f33ec95e
commit
3040032479
4 changed files with 7 additions and 7 deletions
|
|
@ -5,7 +5,7 @@ This is Chris Haulmark's professional website, designed to showcase his work as
|
||||||
- Present his professional services and expertise
|
- Present his professional services and expertise
|
||||||
- Share his biography and journey in Deaf advocacy
|
- Share his biography and journey in Deaf advocacy
|
||||||
- Provide contact information for potential clients and collaborators
|
- Provide contact information for potential clients and collaborators
|
||||||
- Demonstrate his impact across 54 countries and leadership roles
|
- Demonstrate his impact across 47 countries and leadership roles
|
||||||
|
|
||||||
## What Problems It Solves
|
## What Problems It Solves
|
||||||
1. **Professional Presence**: Establishes Chris's credibility and expertise in Deaf advocacy
|
1. **Professional Presence**: Establishes Chris's credibility and expertise in Deaf advocacy
|
||||||
|
|
@ -28,7 +28,7 @@ The website should function as:
|
||||||
- Individuals seeking ASL bridging services
|
- Individuals seeking ASL bridging services
|
||||||
|
|
||||||
## Key Value Propositions
|
## Key Value Propositions
|
||||||
- Global experience spanning 54 countries
|
- Global experience spanning 47 countries
|
||||||
- Former leadership roles in prominent Deaf organizations (Former KAD Vice President 2023-2025, Former NAD Region II Board Representative July 2024-January 2025)
|
- Former leadership roles in prominent Deaf organizations (Former KAD Vice President 2023-2025, Former NAD Region II Board Representative July 2024-January 2025)
|
||||||
- Expertise in multiple service areas: ASL bridging, Deafhood, leadership, legal literacy, narratives
|
- Expertise in multiple service areas: ASL bridging, Deafhood, leadership, legal literacy, narratives
|
||||||
- Cultural bridge-building between Deaf and hearing communities
|
- Cultural bridge-building between Deaf and hearing communities
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ const offerings = [
|
||||||
{
|
{
|
||||||
icon: <RiCommunityLine className="w-8 h-8" />,
|
icon: <RiCommunityLine className="w-8 h-8" />,
|
||||||
title: "Community Building",
|
title: "Community Building",
|
||||||
description: "I actively work to strengthen connections within Deaf spaces, drawing from my experience visiting Deaf communities across 54 countries"
|
description: "I actively work to strengthen connections within Deaf spaces, drawing from my experience visiting Deaf communities across 47 countries"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
@ -47,7 +47,7 @@ const impactAreas = [
|
||||||
{
|
{
|
||||||
icon: <BiWorld className="w-12 h-12" />,
|
icon: <BiWorld className="w-12 h-12" />,
|
||||||
title: "Global Perspective",
|
title: "Global Perspective",
|
||||||
description: "I bring unique insights from my two-year journey across 54 countries, living with Deaf families and experiencing diverse sign languages",
|
description: "I bring unique insights from my two-year journey across 47 countries, living with Deaf families and experiencing diverse sign languages",
|
||||||
gradient: "from-mcdi-maroon to-red-600"
|
gradient: "from-mcdi-maroon to-red-600"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ const offerings = [
|
||||||
{
|
{
|
||||||
icon: <RiTeamLine className="w-8 h-8" />,
|
icon: <RiTeamLine className="w-8 h-8" />,
|
||||||
title: "Community Building",
|
title: "Community Building",
|
||||||
description: "I share proven strategies for creating and nurturing strong Deaf community networks, based on my experience across 54 countries"
|
description: "I share proven strategies for creating and nurturing strong Deaf community networks, based on my experience across 47 countries"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
@ -186,7 +186,7 @@ export default function Leadership() {
|
||||||
</li>
|
</li>
|
||||||
<li className="flex items-start">
|
<li className="flex items-start">
|
||||||
<span className="mr-3">•</span>
|
<span className="mr-3">•</span>
|
||||||
<p>I offer unique insights from my two-year journey across 54 countries engaging with global Deaf communities</p>
|
<p>I offer unique insights from my two-year journey across 47 countries engaging with global Deaf communities</p>
|
||||||
</li>
|
</li>
|
||||||
<li className="flex items-start">
|
<li className="flex items-start">
|
||||||
<span className="mr-3">•</span>
|
<span className="mr-3">•</span>
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ export default function Hero() {
|
||||||
animate={{ opacity: 1, y: 0 }}
|
animate={{ opacity: 1, y: 0 }}
|
||||||
transition={{ delay: 0.5 }}
|
transition={{ delay: 0.5 }}
|
||||||
>
|
>
|
||||||
Empowering the Deaf community through advocacy, leadership, and cultural bridge-building. With experience spanning 54 countries and leadership roles in prominent state and national Deaf organizations.
|
Empowering the Deaf community through advocacy, leadership, and cultural bridge-building. With experience spanning 47 countries and leadership roles in prominent state and national Deaf organizations.
|
||||||
</motion.p>
|
</motion.p>
|
||||||
|
|
||||||
<motion.div
|
<motion.div
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue