diff --git a/components/ClientFocus.tsx b/components/ClientFocus.tsx index 9ce2979..0eef927 100644 --- a/components/ClientFocus.tsx +++ b/components/ClientFocus.tsx @@ -154,9 +154,51 @@ export function ClientFocus() {
-

Communities

+

Client Focus

+ +
+
+ {[ + { flag: '🇭🇹', name: 'Haitian', type: 'emoji' }, + { flag: '🇯🇲', name: 'Jamaican', type: 'emoji' }, + { flag: '🇧🇸', name: 'Bahamian', type: 'emoji' }, + { flag: 'pan-african', name: 'Pan-African', type: 'css' }, + { flag: '🇮🇱', name: 'Israeli', type: 'emoji' }, + { flag: '🇻🇪', name: 'Venezuelan', type: 'emoji' }, + { flag: 'pride', name: 'LGBTQ+', type: 'css' }, + ].map((community, index) => ( + + {community.type === 'emoji' ? ( + + {community.flag} + + ) : community.flag === 'pan-african' ? ( +
+
+
+
+
+ ) : community.flag === 'pride' ? ( +
+
+
+
+
+
+
+
+ ) : null} +
+ ))} +
-

Black and African American