diff --git a/salesflow-saas/frontend/src/components/dealix/onboarding-flow.tsx b/salesflow-saas/frontend/src/components/dealix/onboarding-flow.tsx index aa574a6b..68e8dcd0 100644 --- a/salesflow-saas/frontend/src/components/dealix/onboarding-flow.tsx +++ b/salesflow-saas/frontend/src/components/dealix/onboarding-flow.tsx @@ -75,28 +75,15 @@ function WelcomePhase({ exit="exit" transition={{ duration: 0.25 }} > -

- {t('onboarding.roleQuestion')} -

+

{t('onboarding.roleQuestion')}

{roles.map((r) => { - const Icon = r.icon; const selected = role === r.key; return ( - ); @@ -113,30 +100,15 @@ function WelcomePhase({ exit="exit" transition={{ duration: 0.25 }} > -

- {t('onboarding.industryQuestion')} -

+

{t('onboarding.industryQuestion')}

- {industries.map((ind) => { - const selected = industry === ind.key; - return ( - - ); - })} + {industries.map((ind) => ( + + ))}