From 33bebb2da231358af6bd099a1a772711d1594aff Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:20:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 503730a..ea6b946 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,29 +79,29 @@ export default function LandingPage() { { title: "Strength Training", description: "Progressive resistance programs tailored to your fitness level and goals.", icon: Dumbbell, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/fitness-equipment_53876-63194.jpg", imageAlt: "Strength training equipment" }, - { imageSrc: "http://img.b2bpic.net/free-photo/fitness-equipment_53876-63194.jpg", imageAlt: "Weightlifting technique" } + { imageSrc: "http://img.b2bpic.net/free-photo/fitness-equipment_53876-63194.jpg?_wi=1", imageAlt: "Strength training equipment" }, + { imageSrc: "http://img.b2bpic.net/free-photo/fitness-equipment_53876-63194.jpg?_wi=2", imageAlt: "Weightlifting technique" } ] }, { title: "Cardio & Endurance", description: "Build stamina and cardiovascular health with high-intensity interval training.", icon: Heart, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/male-feet-sneakers-running-treadmill-gym-exercise-concept_335224-798.jpg", imageAlt: "Cardio training session" }, - { imageSrc: "http://img.b2bpic.net/free-photo/male-feet-sneakers-running-treadmill-gym-exercise-concept_335224-798.jpg", imageAlt: "Endurance workout" } + { imageSrc: "http://img.b2bpic.net/free-photo/male-feet-sneakers-running-treadmill-gym-exercise-concept_335224-798.jpg?_wi=1", imageAlt: "Cardio training session" }, + { imageSrc: "http://img.b2bpic.net/free-photo/male-feet-sneakers-running-treadmill-gym-exercise-concept_335224-798.jpg?_wi=2", imageAlt: "Endurance workout" } ] }, { title: "Personal Coaching", description: "One-on-one guidance from certified trainers who understand your unique fitness journey.", icon: Users, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/achievement-muscle-gym-man-active_1139-707.jpg", imageAlt: "Personal training session" }, - { imageSrc: "http://img.b2bpic.net/free-photo/achievement-muscle-gym-man-active_1139-707.jpg", imageAlt: "Coach guidance" } + { imageSrc: "http://img.b2bpic.net/free-photo/achievement-muscle-gym-man-active_1139-707.jpg?_wi=1", imageAlt: "Personal training session" }, + { imageSrc: "http://img.b2bpic.net/free-photo/achievement-muscle-gym-man-active_1139-707.jpg?_wi=2", imageAlt: "Coach guidance" } ] }, { title: "Nutrition Planning", description: "Customized meal plans and nutritional guidance to fuel your fitness goals.", icon: Leaf, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/closeup-athletic-woman-adding-strawberries-while-making-fruit-salad-kitchen_637285-6186.jpg", imageAlt: "Healthy nutrition meal" }, - { imageSrc: "http://img.b2bpic.net/free-photo/closeup-athletic-woman-adding-strawberries-while-making-fruit-salad-kitchen_637285-6186.jpg", imageAlt: "Diet planning" } + { imageSrc: "http://img.b2bpic.net/free-photo/closeup-athletic-woman-adding-strawberries-while-making-fruit-salad-kitchen_637285-6186.jpg?_wi=1", imageAlt: "Healthy nutrition meal" }, + { imageSrc: "http://img.b2bpic.net/free-photo/closeup-athletic-woman-adding-strawberries-while-making-fruit-salad-kitchen_637285-6186.jpg?_wi=2", imageAlt: "Diet planning" } ] } ]} -- 2.49.1