diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7024f8e..158e244 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -59,7 +59,7 @@ export default function AboutPage() { title: "Holistic Approach", description: "Combining strength training, nutrition coaching, and lifestyle modifications" } ]} - 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=3" imageAlt="Professional Fitness Trainer" mediaAnimation="slide-up" imagePosition="right" @@ -92,7 +92,7 @@ export default function AboutPage() { title: "Education First", description: "Teaching you the why behind every exercise and nutrition choice" } ]} - 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=4" imageAlt="Training Philosophy in Action" mediaAnimation="slide-up" imagePosition="left" diff --git a/src/app/page.tsx b/src/app/page.tsx index f99adb2..c85c959 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,19 +69,19 @@ export default function HomePage() { features={[ { 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=1" }, { 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=1" }, { 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=1" }, { 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=1" } ]} animationType="slide-up" @@ -116,7 +116,7 @@ export default function HomePage() { title: "Personalized Approach", description: "Custom programs tailored to your body type, fitness level, and lifestyle" } ]} - 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=1" imageAlt="Professional Fitness Trainer" mediaAnimation="slide-up" imagePosition="right" diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 6819474..e551b7f 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -46,27 +46,27 @@ export default function ServicesPage() { features={[ { 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"