diff --git a/src/app/page.tsx b/src/app/page.tsx index 47e4eae..219cbbe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,11 +53,11 @@ export default function LandingPage() { testimonials={[ { name: "Marcus Johnson", handle: "Fitness Enthusiast", testimonial: "Incredible facilities and supportive community. Changed my life!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-athlete-looking-camera_23-2148162222.jpg", imageAlt: "Marcus Johnson testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-athlete-looking-camera_23-2148162222.jpg?_wi=1", imageAlt: "Marcus Johnson testimonial" }, { name: "Sarah Martinez", handle: "Personal Training Client", testimonial: "Best investment I've made in myself. Results speak for themselves.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-girl-wearing-headband-looking-camera-smiling-confident-with-arms-crossed-standing-white-background_141793-118472.jpg", imageAlt: "Sarah Martinez testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-girl-wearing-headband-looking-camera-smiling-confident-with-arms-crossed-standing-white-background_141793-118472.jpg?_wi=1", imageAlt: "Sarah Martinez testimonial" }, ]} testimonialRotationInterval={5000} @@ -94,28 +94,28 @@ export default function LandingPage() { { id: 1, title: "Strength Training", description: "Build muscle and increase power with our comprehensive strength programs using free weights and resistance machines.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/people-training-athletics_52683-151582.jpg", imageAlt: "Strength training with dumbbells" + imageSrc: "http://img.b2bpic.net/free-photo/people-training-athletics_52683-151582.jpg?_wi=1", imageAlt: "Strength training with dumbbells" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/people-training-athletics_52683-151582.jpg", imageAlt: "Strength training technique" + imageSrc: "http://img.b2bpic.net/free-photo/people-training-athletics_52683-151582.jpg?_wi=2", imageAlt: "Strength training technique" }, }, { id: 2, title: "Cardio & Endurance", description: "Improve cardiovascular fitness and stamina with state-of-the-art cardio equipment and structured programs.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-female-athlete-running-treadmill-gym_637285-8584.jpg", imageAlt: "Cardio training equipment" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-female-athlete-running-treadmill-gym_637285-8584.jpg?_wi=1", imageAlt: "Cardio training equipment" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-female-athlete-running-treadmill-gym_637285-8584.jpg", imageAlt: "Cardio workout session" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-female-athlete-running-treadmill-gym_637285-8584.jpg?_wi=2", imageAlt: "Cardio workout session" }, }, { id: 3, title: "Group Classes", description: "Join energetic group fitness classes led by certified instructors to stay motivated and have fun.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/group-people-exercising-together-outdoors_23-2151061442.jpg", imageAlt: "Group fitness class" + imageSrc: "http://img.b2bpic.net/free-photo/group-people-exercising-together-outdoors_23-2151061442.jpg?_wi=1", imageAlt: "Group fitness class" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/group-people-exercising-together-outdoors_23-2151061442.jpg", imageAlt: "Group fitness community" + imageSrc: "http://img.b2bpic.net/free-photo/group-people-exercising-together-outdoors_23-2151061442.jpg?_wi=2", imageAlt: "Group fitness community" }, }, ]} @@ -183,11 +183,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Marcus Johnson", role: "Software Engineer", company: "Tech Startup", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-athlete-looking-camera_23-2148162222.jpg", imageAlt: "Marcus Johnson" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-athlete-looking-camera_23-2148162222.jpg?_wi=2", imageAlt: "Marcus Johnson" }, { id: "2", name: "Sarah Martinez", role: "Marketing Director", company: "Creative Agency", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-girl-wearing-headband-looking-camera-smiling-confident-with-arms-crossed-standing-white-background_141793-118472.jpg", imageAlt: "Sarah Martinez" + imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-girl-wearing-headband-looking-camera-smiling-confident-with-arms-crossed-standing-white-background_141793-118472.jpg?_wi=2", imageAlt: "Sarah Martinez" }, { id: "3", name: "David Chen", role: "Entrepreneur", company: "E-commerce Business", rating: 5,