this is how the next step should look like. extra options should be disp

This commit is contained in:
Leon Serfaty G
2025-07-17 10:25:08 +00:00
parent 028b48f379
commit 38c5cbdff7
7 changed files with 218 additions and 0 deletions
@@ -74,6 +74,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-muted 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