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() {