website refactor
This commit is contained in:
@@ -8,7 +8,7 @@ import {
|
||||
Trophy,
|
||||
Car,
|
||||
} from 'lucide-react';
|
||||
import { WorkflowMockup, WorkflowStep } from '@/components/mockups/WorkflowMockup';
|
||||
import { WorkflowMockup, WorkflowStep } from '@/ui/WorkflowMockup';
|
||||
|
||||
const WORKFLOW_STEPS: WorkflowStep[] = [
|
||||
{
|
||||
@@ -16,35 +16,35 @@ const WORKFLOW_STEPS: WorkflowStep[] = [
|
||||
icon: UserPlus,
|
||||
title: 'Create Account',
|
||||
description: 'Sign up with email or connect iRacing',
|
||||
color: 'text-primary-blue',
|
||||
intent: 'primary',
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
icon: LinkIcon,
|
||||
title: 'Link iRacing',
|
||||
description: 'Connect your iRacing profile for stats',
|
||||
color: 'text-purple-400',
|
||||
intent: 'telemetry',
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
icon: Settings,
|
||||
title: 'Configure Profile',
|
||||
description: 'Set up your racing preferences',
|
||||
color: 'text-warning-amber',
|
||||
intent: 'warning',
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
icon: Trophy,
|
||||
title: 'Join Leagues',
|
||||
description: 'Find and join competitive leagues',
|
||||
color: 'text-performance-green',
|
||||
intent: 'success',
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
icon: Car,
|
||||
title: 'Start Racing',
|
||||
description: 'Compete and track your progress',
|
||||
color: 'text-primary-blue',
|
||||
intent: 'primary',
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user