From 522ea68b357c5a452634a95934f0f2a41510821e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 19:31:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e84e467..967ced7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,15 +72,15 @@ export default function LandingPage() { imageAlt: "Students training", }, { - imageSrc: "http://img.b2bpic.net/free-photo/people-practicing-taekwondo-gymnasium_23-2150207162.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-practicing-taekwondo-gymnasium_23-2150207162.jpg?_wi=1", imageAlt: "Students focused exercise", }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-coach-helping-kids_23-2150363783.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-coach-helping-kids_23-2150363783.jpg?_wi=1", imageAlt: "Group practice session", }, { - imageSrc: "http://img.b2bpic.net/free-photo/karate-player-performing-karate-stance_107420-64931.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/karate-player-performing-karate-stance_107420-64931.jpg?_wi=1", imageAlt: "Advanced training", }, ]} @@ -118,17 +118,17 @@ export default function LandingPage() { { title: "Youth Development", description: "Focused training for kids to build focus, respect, and physical fitness.", - imageSrc: "http://img.b2bpic.net/free-photo/people-practicing-taekwondo-gymnasium_23-2150207162.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-practicing-taekwondo-gymnasium_23-2150207162.jpg?_wi=2", }, { title: "Adult Martial Arts", description: "Practical self-defense training combined with fitness and stress management.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-coach-helping-kids_23-2150363783.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-coach-helping-kids_23-2150363783.jpg?_wi=2", }, { title: "Black Belt Club", description: "Advanced training for serious students dedicated to mastering the art.", - imageSrc: "http://img.b2bpic.net/free-photo/karate-player-performing-karate-stance_107420-64931.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/karate-player-performing-karate-stance_107420-64931.jpg?_wi=2", }, ]} title="Comprehensive Programs for Everyone" @@ -148,21 +148,21 @@ export default function LandingPage() { 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", + 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", + 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", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-practicing-tai-chi-indoors_23-2149960127.jpg?_wi=3", }, ]} title="Meet Your Instructors" -- 2.49.1