|
|
|
@ -1,9 +1,4 @@ |
|
|
|
|
const toolsList = [ |
|
|
|
|
{ |
|
|
|
|
imageUrl: '/images/team-promo/skill-gap.png', |
|
|
|
|
title: 'Skill gap analysis', |
|
|
|
|
description: 'Understand the skills of your team and identify gaps.', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
imageUrl: '/images/team-promo/growth-plans.png', |
|
|
|
|
title: 'Growth plans', |
|
|
|
@ -14,20 +9,25 @@ const toolsList = [ |
|
|
|
|
title: 'Progress tracking', |
|
|
|
|
description: 'Track the and compare the progress of team members.', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
imageUrl: '/images/team-promo/onboarding.png', |
|
|
|
|
title: 'Onboarding', |
|
|
|
|
description: 'Prepare onboarding plans for new team members.', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
imageUrl: '/images/team-promo/team-insights.png', |
|
|
|
|
title: 'Team insights', |
|
|
|
|
description: 'Get insights about your team skills, progress and more.', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
imageUrl: '/images/team-promo/onboarding.png', |
|
|
|
|
title: 'Onboarding', |
|
|
|
|
description: 'Prepare onboarding plans for new team members.', |
|
|
|
|
imageUrl: '/images/team-promo/skill-gap.png', |
|
|
|
|
title: 'Skill gap analysis', |
|
|
|
|
description: 'Understand the skills of your team and identify gaps.', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
imageUrl: '/images/team-promo/documentation.png', |
|
|
|
|
title: 'Documentation', |
|
|
|
|
description: 'Create and share visual team documentations.', |
|
|
|
|
description: 'Create and share visual team documentation.', |
|
|
|
|
}, |
|
|
|
|
]; |
|
|
|
|
|
|
|
|
@ -35,10 +35,9 @@ export function TeamTools() { |
|
|
|
|
return ( |
|
|
|
|
<div className="py-4 sm:py-8 md:py-12 border-t"> |
|
|
|
|
<div className="container"> |
|
|
|
|
<h2 className="mb-1 sm:mb-1.5 md:mb-2 text-xl sm:text-2xl md:text-3xl font-bold">Tools to help you excel</h2> |
|
|
|
|
<h2 className="mb-1 sm:mb-1.5 md:mb-2 text-xl sm:text-2xl md:text-3xl font-bold">Track and guide your team’s knowledge</h2> |
|
|
|
|
<p className='text-sm md:text-base'> |
|
|
|
|
Skill gap analysis, growth plans, progress tracking, team insights and |
|
|
|
|
more. |
|
|
|
|
Individual and team level growth plans, progress tracking, skill gap analysis, team insights and more. |
|
|
|
|
</p> |
|
|
|
|
|
|
|
|
|
<div className="mt-3 sm:mt-5 md:mt-8 grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 gap-2 sm:gap-4"> |
|
|
|
|