diff --git a/public/images/team-promo/hero-img.png b/public/images/team-promo/hero-img.png new file mode 100644 index 000000000..bf63c201a Binary files /dev/null and b/public/images/team-promo/hero-img.png differ diff --git a/public/images/team-promo/update-progress.png b/public/images/team-promo/update-progress.png index f82f3c716..3adc2aeca 100644 Binary files a/public/images/team-promo/update-progress.png and b/public/images/team-promo/update-progress.png differ diff --git a/src/components/TeamMarketing/TeamDemo.tsx b/src/components/TeamMarketing/TeamDemo.tsx index 9b1eb0c37..6a3a78b15 100644 --- a/src/components/TeamMarketing/TeamDemo.tsx +++ b/src/components/TeamMarketing/TeamDemo.tsx @@ -23,7 +23,7 @@ const demoItems = [ { title: 'Team Dashboard', description: - 'Keep an eye on the team progress through team dashboard', + 'Keep an eye on the team progress through team dashboards', image: '/images/team-promo/team-dashboard.png', }, { diff --git a/src/components/TeamMarketing/TeamHeroBanner.tsx b/src/components/TeamMarketing/TeamHeroBanner.tsx index dbd8921d1..885d2f2ad 100644 --- a/src/components/TeamMarketing/TeamHeroBanner.tsx +++ b/src/components/TeamMarketing/TeamHeroBanner.tsx @@ -1,9 +1,9 @@ import { CheckCircle, CheckCircle2, CheckIcon } from 'lucide-react'; const featureList = [ - 'Invite your team members', - 'Create custom roadmaps for your teams', + 'Create custom roadmaps for your team', "Plan, track and document your team's skills and growth", + 'Invite your team members', "Get insights on your team's skills and growth", ]; @@ -56,7 +56,7 @@ export function TeamHeroBanner() { {'team diff --git a/src/components/TeamMarketing/TeamPricing.tsx b/src/components/TeamMarketing/TeamPricing.tsx index 7c4914ab7..ac12c9ce1 100644 --- a/src/components/TeamMarketing/TeamPricing.tsx +++ b/src/components/TeamMarketing/TeamPricing.tsx @@ -11,7 +11,7 @@ export function TeamPricing() {

Beta Pricing

- We are currently in beta and are offering free access to all features. + We are currently in public beta and are offering free access to all features.

diff --git a/src/components/TeamMarketing/TeamTools.tsx b/src/components/TeamMarketing/TeamTools.tsx index 109636f0b..54881f72d 100644 --- a/src/components/TeamMarketing/TeamTools.tsx +++ b/src/components/TeamMarketing/TeamTools.tsx @@ -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/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/team-insights.png', + title: 'Team insights', + description: 'Get insights about your team skills, progress and more.', + }, + { + 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 (
-

Tools to help you excel

+

Track and guide your team’s knowledge

- 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.