From dc113fd803582269b6091a547d9316f5788d2d86 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 19:32:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d3355a4..02f8da6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,11 +102,11 @@ export default function LandingPage() { useInvertedBackground={false} members={[ { - id: "team-1", name: "Master John Doe", role: "Head Instructor", description: "Over 20 years of experience in Kuk Sul Do, committed to local excellence.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-practicing-tai-chi-indoors_23-2149960127.jpg"}, + id: "team-1", name: "Master John Doe", role: "Head Instructor", description: "Over 20 years of experience in Kuk Sul Do, committed to local excellence.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-practicing-tai-chi-indoors_23-2149960127.jpg?_wi=1"}, { - id: "team-2", name: "Instructor Jane Smith", role: "Youth Lead", description: "Passionate about building confidence and character in youth students.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-practicing-tai-chi-indoors_23-2149960127.jpg"}, + id: "team-2", name: "Instructor Jane Smith", role: "Youth Lead", description: "Passionate about building confidence and character in youth students.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-practicing-tai-chi-indoors_23-2149960127.jpg?_wi=2"}, { - id: "team-3", name: "Master Robert Brown", role: "Senior Instructor", description: "Focused on advanced techniques and traditional values.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-practicing-tai-chi-indoors_23-2149960127.jpg"}, + id: "team-3", name: "Master Robert Brown", role: "Senior Instructor", description: "Focused on advanced techniques and traditional values.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-practicing-tai-chi-indoors_23-2149960127.jpg?_wi=3"}, ]} title="Meet Your Instructors" description="Dedicated professionals guiding you on your path to excellence." -- 2.49.1