12345678910111213141516171819202122232425262728293031323334 |
- <?php
- return [
- 'exercises' => [
- [
- 'name' => 'Bench Press',
- 'description' => 'Description of bench press goes here. Not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset.',
- 'image' => 'https://cdn.mos.cms.futurecdn.net/pLaRi5jXSHDKu6WRydetBo-970-80.jpg.webp',
- 'video' => 'https://www.youtube.com/embed/aclHkVaku9U',
- 'props' => [
- 'Weekly', 'Daily', 'Sets', 'Reps'
- ]
- ],
- [
- 'name' => 'Squats',
- 'description' => 'Description of squats goes here. Not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset.',
- 'image' => 'https://media.self.com/photos/5ea9bc77bb9c6b75996c7e91/4:3/w_640,c_limit/squats_woman_exercise.jpg',
- 'video' => 'https://www.youtube.com/embed/aclHkVaku9U',
- 'props' => [
- 'Weekly', 'Daily', 'Sets', 'Reps'
- ]
- ],
- [
- 'name' => 'Walking',
- 'description' => 'Description of walking goes here. Not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset.',
- 'image' => 'https://i0.wp.com/post.greatist.com/wp-content/uploads/sites/2/2020/04/GRT-female-walking-street-1296x728-header.jpg?w=1575',
- 'video' => 'https://www.youtube.com/embed/aclHkVaku9U',
- 'props' => [
- 'Weekly', 'Daily', 'Duration', 'Intensity'
- ]
- ],
- ]
- ];
|