From 49d9f4e48569e9833fda43f92c0419bb604930ae Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 11:26:54 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index b767582..3b1dd26 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -48,37 +48,37 @@ export default function ServicesPage() { id: "1", title: "One-on-One Personal Training", tags: ["Personalized", "1 Hour Sessions"], - imageSrc: "http://img.b2bpic.net/free-photo/people-chatting-gym-full-shot_23-2149744651.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/people-chatting-gym-full-shot_23-2149744651.jpg?_wi=2" }, { id: "2", title: "Group Fitness Classes", tags: ["Community", "High Energy"], - imageSrc: "http://img.b2bpic.net/free-photo/smiley-people-having-fun-zumba-class_23-2149074874.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiley-people-having-fun-zumba-class_23-2149074874.jpg?_wi=2" }, { id: "3", title: "Nutrition Coaching", tags: ["Holistic", "Meal Planning"], - imageSrc: "http://img.b2bpic.net/free-photo/daughter-visiting-her-parents-their-home_23-2149050681.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/daughter-visiting-her-parents-their-home_23-2149050681.jpg?_wi=2" }, { id: "4", title: "Online Training Programs", tags: ["Remote", "Flexible Schedule"], - imageSrc: "http://img.b2bpic.net/free-photo/happy-fitness-instructor-advising-her-clients-about-abs-exercises-while-using-laptop-home_637285-5053.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/happy-fitness-instructor-advising-her-clients-about-abs-exercises-while-using-laptop-home_637285-5053.jpg?_wi=2" }, { id: "5", title: "Strength Training Bootcamp", tags: ["Intense", "Group Training"], - imageSrc: "http://img.b2bpic.net/free-photo/people-chatting-gym-full-shot_23-2149744651.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/people-chatting-gym-full-shot_23-2149744651.jpg?_wi=3" }, { id: "6", title: "Recovery & Mobility Sessions", tags: ["Wellness", "Rehabilitation"], - imageSrc: "http://img.b2bpic.net/free-photo/man-training-gym-full-shot_23-2149517269.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/man-training-gym-full-shot_23-2149517269.jpg?_wi=2" } ]} animationType="slide-up"