|
| 1 | +export const TrainingData = [ |
| 2 | + { |
| 3 | + id: 1, |
| 4 | + TrainingName: "Foundations of Shooting", |
| 5 | + TrainingDesc: "Learn the essentials, from proper stance and grip to basic safety protocols. This course is perfect for those new to firearms or those looking to build a strong foundation.", |
| 6 | + TrainingHighLight: [ |
| 7 | + { id: 1, text: "Basic firearm safety" }, |
| 8 | + { id: 2, text: "Handling and maintenance" }, |
| 9 | + { id: 3, text: "Stance, grip, and sight alignment" } |
| 10 | + ] |
| 11 | + }, |
| 12 | + { |
| 13 | + id: 2, |
| 14 | + TrainingName: "Sharpen Your Aim", |
| 15 | + TrainingDesc: "Hone your skills with advanced techniques to improve your accuracy and consistency. Our instructors will guide you on how to hit the target every time with confidence.", |
| 16 | + TrainingHighLight: [ |
| 17 | + { id: 1, text: "Breathing and trigger control" }, |
| 18 | + { id: 2, text: "Accuracy drills" }, |
| 19 | + { id: 3, text: "Recoil management techniques" } |
| 20 | + ] |
| 21 | + }, |
| 22 | + { |
| 23 | + id: 3, |
| 24 | + TrainingName: "React with Confidence", |
| 25 | + TrainingDesc: "Learn defensive shooting tactics for real-life situations. This course is designed to teach you how to stay calm under pressure and make quick, accurate shots when it matters most.", |
| 26 | + TrainingHighLight: [ |
| 27 | + { id: 1, text: "Tactical movement and positioning" }, |
| 28 | + { id: 2, text: "Fast target acquisition" }, |
| 29 | + { id: 3, text: "Defensive mindset and strategy" } |
| 30 | + ] |
| 31 | + }, |
| 32 | + { |
| 33 | + id: 4, |
| 34 | + TrainingName: "Master the Art of Shooting", |
| 35 | + TrainingDesc: "Take your skills to the next level with our advanced course. We focus on dynamic shooting, rapid-fire techniques, and mastering multiple targets.", |
| 36 | + TrainingHighLight: [ |
| 37 | + { id: 1, text: "Rapid-fire drills" }, |
| 38 | + { id: 2, text: "Shooting from different positions" }, |
| 39 | + { id: 3, text: "Multiple target engagement" } |
| 40 | + ] |
| 41 | + } |
| 42 | +]; |
0 commit comments