From 0a99f9ac3bc0449a093f2532f54f742ecac76cd7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 02:17:50 +0000 Subject: [PATCH] Update src/app/instructors/page.tsx --- src/app/instructors/page.tsx | 46 +++++++----------------------------- 1 file changed, 9 insertions(+), 37 deletions(-) diff --git a/src/app/instructors/page.tsx b/src/app/instructors/page.tsx index c8d1d15..caad64e 100644 --- a/src/app/instructors/page.tsx +++ b/src/app/instructors/page.tsx @@ -26,17 +26,11 @@ export default function LandingPage() { @@ -49,33 +43,14 @@ export default function LandingPage() { useInvertedBackground={false} groups={[ { - id: "instructors-group", - groupTitle: "Meet Our Instructors", - members: [ + id: "instructors-group", groupTitle: "Meet Our Instructors", members: [ { - id: "1", - title: "Alex M.", - subtitle: "Lead Instructor", - detail: "Experienced player with 6 years of competitive training. Focuses on serve technique.", - imageSrc: "http://img.b2bpic.net/free-photo/long-shot-kid-playing-tennis_23-2148218689.jpg", - }, + id: "1", title: "Alex M.", subtitle: "Lead Instructor", detail: "Experienced player with 6 years of competitive training. Focuses on serve technique.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-kid-playing-tennis_23-2148218689.jpg"}, { - id: "2", - title: "Jordan S.", - subtitle: "Assistant Coach", - detail: "Specializes in beginner fundamentals and footwork drills.", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-black-american-woman-holding-basketball_23-2148773335.jpg", - }, + id: "2", title: "Jordan S.", subtitle: "Assistant Coach", detail: "Specializes in beginner fundamentals and footwork drills.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-black-american-woman-holding-basketball_23-2148773335.jpg"}, { - id: "3", - title: "Sam R.", - subtitle: "Strategy Specialist", - detail: "Intermediate coach who focuses on court strategy and mental preparation.", - imageSrc: "http://img.b2bpic.net/free-photo/female-with-headphones-doing-fitness-home_23-2148928944.jpg", - }, + id: "3", title: "Sam R.", subtitle: "Strategy Specialist", detail: "Intermediate coach who focuses on court strategy and mental preparation.", imageSrc: "http://img.b2bpic.net/free-photo/female-with-headphones-doing-fitness-home_23-2148928944.jpg"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/tennisattributes-balls_72229-140.jpg?_wi=7", - imageAlt: "youth tennis player serving", }, ]} title="Our Coaches" @@ -87,14 +62,11 @@ export default function LandingPage() {