this is how the next step should look like.

yes = 30 hours

no= 0 hours
This commit is contained in:
Leon Serfaty G
2025-07-17 10:21:29 +00:00
parent cf4741af10
commit 028b48f379
6 changed files with 105 additions and 0 deletions
@@ -73,6 +73,7 @@ export function Step4DesignProcess({ onNext, onBack, onUpdateData, formData }: S
<div className="w-12 h-2 bg-primary rounded-full" />
<div className="w-12 h-2 bg-primary rounded-full" />
<div className="w-12 h-2 bg-muted rounded-full" />
<div className="w-12 h-2 bg-muted rounded-full" />
</div>
<Button onClick={onNext} disabled={!selectedOption}>
Next