Numbered warm-up routine with an orange flame header, a total-time pill, and duration column per row.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Fitness8 } from "@/components/beste/piece/fitness8";
<Fitness8
heading="Pre-lift warm-up"
items={[
{
"movement": "Rowing machine",
"duration": "3 min easy"
},
{
"movement": "World's greatest stretch",
"duration": "1 min each side"
},
{
"movement": "Bodyweight squats",
"duration": "12 reps"
},
{
"movement": "Band pull-aparts",
"duration": "15 reps × 2"
}
]}
totalTime="~ 8 minutes"
tone="neutral"
/>