Shreyas1441AI commited on
Commit
a82247d
·
verified ·
1 Parent(s): 2172957

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +8 -5
index.html CHANGED
@@ -198,11 +198,14 @@
198
  { name: `Round ${round+1}: Hasta Uttanasana`, type: "suryanamaskar", duration: 5, tips: "Focus on breathing, Keep core engaged" },
199
  { name: `Round ${round+1}: Pranamasana`, type: "suryanamaskar", duration: 5, tips: "Focus on breathing, Keep core engaged" }
200
  ]).flat(),
201
-
202
-
203
- { name: "Meditation / Deep Breathing", type: "postworkout", duration: 240, tips: "Focus on breath, Relax shoulders" }
204
-
205
-
 
 
 
206
  ];
207
 
208
  // App State
 
198
  { name: `Round ${round+1}: Hasta Uttanasana`, type: "suryanamaskar", duration: 5, tips: "Focus on breathing, Keep core engaged" },
199
  { name: `Round ${round+1}: Pranamasana`, type: "suryanamaskar", duration: 5, tips: "Focus on breathing, Keep core engaged" }
200
  ]).flat(),
201
+ { name: "Short break", type: "warmup", duration: 30, tips: "Relax shoulders, Sip water" },
202
+ { name: "Kapalabhati", type: "postworkout", duration: 60, tips: "Focus on breath, Relax shoulders" },
203
+ { name: "Anulom Vilom", type: "postworkout", duration: 180, tips: "Inhale left, Exhale right calmly" },
204
+ { name: "Bhramari Pranayama", type: "postworkout", duration: 90, tips: "Use gentle humming sound" },
205
+ { name: "Meditation / Deep Breathing", type: "postworkout", duration: 300, tips: "Sit comfortably, Focus on stillness" },
206
+ { name: "Shavasana (Final Relaxation)", type: "postworkout", duration: 300, tips: "Completely relax body and mind" }
207
+
208
+
209
  ];
210
 
211
  // App State