diff --git a/src/components/home/JoinUsStrip.tsx b/src/components/home/JoinUsStrip.tsx index bf1ef4599..fc3cedc4d 100644 --- a/src/components/home/JoinUsStrip.tsx +++ b/src/components/home/JoinUsStrip.tsx @@ -32,7 +32,7 @@ const JoinUsStrip: React.FC = () => { {t('joinUs.stripTitle')} - + {t('joinUs.stripSubtitle')} diff --git a/src/components/home/ServicesSection.tsx b/src/components/home/ServicesSection.tsx index 150fe632a..14cc14332 100644 --- a/src/components/home/ServicesSection.tsx +++ b/src/components/home/ServicesSection.tsx @@ -48,8 +48,8 @@ const ServicesSection: React.FC = () => { return (
-
-

+
+

{t('services.governmentServices')}

@@ -64,25 +64,26 @@ const ServicesSection: React.FC = () => { hoverable className='border-t-4 border-primary-500' > - -

-
+ +
+
{getIcon(category.category)}
- -

- {category.category} -

+ +

+ {category.category} +

+
-