|
| 1 | +import { WorkoutOutlineTable } from "@/components/WorkoutPlan"; |
| 2 | +import { WorkoutCard } from "@/components/WorkoutCard"; |
| 3 | + |
| 4 | +export default function DayFiveLegsVariationPage() { |
| 5 | + const dayFiveWorkouts = [ |
| 6 | + { |
| 7 | + name: "Leg Press", |
| 8 | + mechanics: "Compound (Quads / Glutes)", |
| 9 | + sets: 3, |
| 10 | + reps: "8–12", |
| 11 | + equipment: "Leg Press Machine", |
| 12 | + focus: "Quad Mass & Controlled Depth", |
| 13 | + }, |
| 14 | + { |
| 15 | + name: "Walking / Stationary Lunges", |
| 16 | + mechanics: "Compound (Unilateral)", |
| 17 | + sets: 3, |
| 18 | + reps: "10–12 each leg", |
| 19 | + equipment: "Dumbbells / Barbell", |
| 20 | + focus: "Glutes, Quads & Stability", |
| 21 | + }, |
| 22 | + { |
| 23 | + name: "Leg Extension", |
| 24 | + mechanics: "Isolation (Quads)", |
| 25 | + sets: 3, |
| 26 | + reps: "12–15", |
| 27 | + equipment: "Machine", |
| 28 | + focus: "Quad Peak Contraction", |
| 29 | + }, |
| 30 | + { |
| 31 | + name: "Leg Curl (Seated / Lying)", |
| 32 | + mechanics: "Isolation (Hamstrings)", |
| 33 | + sets: 3, |
| 34 | + reps: "10–15", |
| 35 | + equipment: "Machine", |
| 36 | + focus: "Hamstring Stretch & Squeeze", |
| 37 | + }, |
| 38 | + { |
| 39 | + name: "Calf Raise (Seated / Standing)", |
| 40 | + mechanics: "Isolation (Calves)", |
| 41 | + sets: 4, |
| 42 | + reps: "12–20", |
| 43 | + equipment: "Machine / Bodyweight", |
| 44 | + focus: "Full Stretch & Strong Contraction", |
| 45 | + }, |
| 46 | + ]; |
| 47 | + |
| 48 | + const exercises = [ |
| 49 | + { |
| 50 | + name: "Leg Press", |
| 51 | + description: |
| 52 | + "A powerful compound lower-body movement allowing heavy quad loading with controlled spinal stress.", |
| 53 | + keyPoints: [ |
| 54 | + "Lower platform with control.", |
| 55 | + "Do not lock knees aggressively.", |
| 56 | + "Keep lower back flat against pad.", |
| 57 | + ], |
| 58 | + alternatives: [ |
| 59 | + "Single-Leg Press", |
| 60 | + "Hack Squat Machine", |
| 61 | + "Smith Machine Squats", |
| 62 | + ], |
| 63 | + sets: "3 Working Sets", |
| 64 | + reps: "8–12 Reps", |
| 65 | + images: [ |
| 66 | + { src: "images/legpress-1.gif" }, |
| 67 | + { src: "images/legpress-2.webp" }, |
| 68 | + ], |
| 69 | + }, |
| 70 | + |
| 71 | + { |
| 72 | + name: "Walking / Stationary Lunges", |
| 73 | + description: |
| 74 | + "A unilateral leg builder that improves balance, glute activation, and overall leg symmetry.", |
| 75 | + keyPoints: [ |
| 76 | + "Step forward with control.", |
| 77 | + "Keep torso upright.", |
| 78 | + "Drive through front heel.", |
| 79 | + ], |
| 80 | + alternatives: ["Reverse Lunges", "Bulgarian Split Squats", "Step-Ups"], |
| 81 | + sets: "3 Working Sets", |
| 82 | + reps: "10–12 Each Leg", |
| 83 | + images: [{ src: "images/lunge-1.gif" }, { src: "images/lunge-2.webp" }], |
| 84 | + }, |
| 85 | + |
| 86 | + { |
| 87 | + name: "Leg Extension", |
| 88 | + description: |
| 89 | + "An isolation exercise to maximally fatigue the quadriceps and improve muscle definition.", |
| 90 | + keyPoints: [ |
| 91 | + "Pause briefly at the top.", |
| 92 | + "Control the eccentric.", |
| 93 | + "Avoid using momentum.", |
| 94 | + ], |
| 95 | + alternatives: ["Single-Leg Extension", "Resistance Band Extensions"], |
| 96 | + sets: "3 Working Sets", |
| 97 | + reps: "12–15 Reps", |
| 98 | + images: [ |
| 99 | + { src: "images/extension-1.gif" }, |
| 100 | + { src: "images/extension-2.webp" }, |
| 101 | + ], |
| 102 | + }, |
| 103 | + |
| 104 | + { |
| 105 | + name: "Leg Curl (Seated / Lying)", |
| 106 | + description: |
| 107 | + "Strengthens hamstrings to balance quad-dominant movements and protect the knees.", |
| 108 | + keyPoints: [ |
| 109 | + "Keep hips pressed down.", |
| 110 | + "Squeeze at peak contraction.", |
| 111 | + "Control descent fully.", |
| 112 | + ], |
| 113 | + alternatives: ["Romanian Deadlift", "Cable Leg Curl", "Swiss Ball Curl"], |
| 114 | + sets: "3 Working Sets", |
| 115 | + reps: "10–15 Reps", |
| 116 | + images: [{ src: "images/curl-1.gif" }, { src: "images/curl-2.webp" }], |
| 117 | + }, |
| 118 | + |
| 119 | + { |
| 120 | + name: "Calf Raise (Seated / Standing)", |
| 121 | + description: |
| 122 | + "Targets both gastrocnemius and soleus muscles for complete calf development.", |
| 123 | + keyPoints: [ |
| 124 | + "Lower heels fully for stretch.", |
| 125 | + "Pause briefly at bottom.", |
| 126 | + "Explode upward and squeeze.", |
| 127 | + ], |
| 128 | + alternatives: [ |
| 129 | + "Donkey Calf Raise", |
| 130 | + "Single-Leg Calf Raise", |
| 131 | + "Leg Press Calf Raise", |
| 132 | + ], |
| 133 | + sets: "4 Working Sets", |
| 134 | + reps: "12–20 Reps", |
| 135 | + images: [{ src: "images/calf-1.gif" }, { src: "images/calf-2.webp" }], |
| 136 | + }, |
| 137 | + ]; |
| 138 | + |
| 139 | + return ( |
| 140 | + <> |
| 141 | + <WorkoutOutlineTable |
| 142 | + title="Day 5 — Legs (Variation)" |
| 143 | + workouts={dayFiveWorkouts} |
| 144 | + note="Focus on controlled tempo and quad-dominant loading with leg press and lunges, followed by isolation work for balanced lower-body growth." |
| 145 | + /> |
| 146 | + |
| 147 | + <WorkoutCard |
| 148 | + title="Workout Form & Technique Guide" |
| 149 | + subtitle="Visual references and coaching cues for maximizing leg hypertrophy and strength." |
| 150 | + exercises={exercises} |
| 151 | + /> |
| 152 | + </> |
| 153 | + ); |
| 154 | +} |
0 commit comments