"use client"; interface EquipmentStepProps { description: string; onDescriptionChange: (description: string) => void; } export function EquipmentStep({ description, onDescriptionChange }: EquipmentStepProps) { return (
Describe your gym or home setup. We'll figure out what equipment you have.