From 24c62510a97e75843f137b8eb3503a3bfddef83c Mon Sep 17 00:00:00 2001 From: iamkiddy Date: Fri, 21 Nov 2025 23:47:53 +0000 Subject: [PATCH] Enhance ClientFocus component by renaming section to 'Client Focus' and adding a diverse community representation with flags and colors, improving inclusivity and visual appeal. --- components/ClientFocus.tsx | 46 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 44 insertions(+), 2 deletions(-) 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