Exercise form card with a sky play tile, muscle-group line, info-dot cues, and a rose avoid callout.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Fitness7 } from "@/components/beste/piece/fitness7";
<Fitness7
exercise="Romanian deadlift"
muscleGroup="Hamstrings · Glutes · Back"
cues={[
"Brace core before each rep",
"Hinge at the hips, knees soft",
"Keep the bar close to the shins"
]}
avoid="Rounded lower back at the bottom"
tone="sky"
/>