diff --git a/src/app/page.tsx b/src/app/page.tsx index 450d41f..3e10d23 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -107,13 +107,13 @@ export default function LandingPage() { tagIcon={Zap} features={[ { - id: "01", title: "Beginner Classes", description: "Learn armwrestling fundamentals, proper technique, safety, and table etiquette in a welcoming environment.", imageSrc: "http://img.b2bpic.net/free-photo/workout-program-trainer-client-standing-treadmill_23-2148795235.jpg", imageAlt: "Beginner armwrestling class"}, + id: "01", title: "Beginner Classes", description: "Learn armwrestling fundamentals, proper technique, safety, and table etiquette in a welcoming environment.", imageSrc: "http://img.b2bpic.net/free-photo/workout-program-trainer-client-standing-treadmill_23-2148795235.jpg?_wi=1", imageAlt: "Beginner armwrestling class"}, { - id: "02", title: "Advanced Training", description: "Specialized strength and grip training for experienced armwrestlers. Build technique, power, and endurance.", imageSrc: "http://img.b2bpic.net/free-photo/people-pilates-reformer-class-exercising-their-bodies_23-2150858082.jpg", imageAlt: "Advanced armwrestling training"}, + id: "02", title: "Advanced Training", description: "Specialized strength and grip training for experienced armwrestlers. Build technique, power, and endurance.", imageSrc: "http://img.b2bpic.net/free-photo/people-pilates-reformer-class-exercising-their-bodies_23-2150858082.jpg?_wi=1", imageAlt: "Advanced armwrestling training"}, { - id: "03", title: "Competition Prep", description: "Intensive coaching for tournament preparation. Strategy, match tactics, and peak performance conditioning.", imageSrc: "http://img.b2bpic.net/free-photo/people-pilates-reformer-class-exercising-their-bodies_23-2150858082.jpg", imageAlt: "Competition preparation"}, + id: "03", title: "Competition Prep", description: "Intensive coaching for tournament preparation. Strategy, match tactics, and peak performance conditioning.", imageSrc: "http://img.b2bpic.net/free-photo/people-pilates-reformer-class-exercising-their-bodies_23-2150858082.jpg?_wi=2", imageAlt: "Competition preparation"}, { - id: "04", title: "Strength & Grip Training", description: "Specialized conditioning programs targeting forearm, wrist, and hand strength with specialized equipment.", imageSrc: "http://img.b2bpic.net/free-photo/workout-program-trainer-client-standing-treadmill_23-2148795235.jpg", imageAlt: "Strength training equipment"}, + id: "04", title: "Strength & Grip Training", description: "Specialized conditioning programs targeting forearm, wrist, and hand strength with specialized equipment.", imageSrc: "http://img.b2bpic.net/free-photo/workout-program-trainer-client-standing-treadmill_23-2148795235.jpg?_wi=2", imageAlt: "Strength training equipment"}, ]} gridVariant="two-columns-alternating-heights" animationType="slide-up"