diff --git a/src/app/testimonials/page.tsx b/src/app/testimonials/page.tsx index 751f64f..ac1b302 100644 --- a/src/app/testimonials/page.tsx +++ b/src/app/testimonials/page.tsx @@ -112,25 +112,25 @@ export default function TestimonialsPage() { id: "1", name: "Sarah's Weight Loss Journey", price: "30 lbs lost", - imageSrc: "http://img.b2bpic.net/free-photo/fit-young-women-posing-together_23-2148371794.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/fit-young-women-posing-together_23-2148371794.jpg?_wi=2" }, { id: "2", name: "Marcus Builds Strength", price: "25% muscle gain", - imageSrc: "http://img.b2bpic.net/free-photo/tattooed-fit-man-doing-exercise-gym_343596-2601.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/tattooed-fit-man-doing-exercise-gym_343596-2601.jpg?_wi=2" }, { id: "3", name: "Jennifer's Strength Story", price: "2x lifting power", - imageSrc: "http://img.b2bpic.net/free-photo/two-happy-fit-women-looking-each-other-fitness-club_23-2147949515.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/two-happy-fit-women-looking-each-other-fitness-club_23-2147949515.jpg?_wi=2" }, { id: "4", name: "Ryan's Endurance Win", price: "Marathon ready", - 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=5" }, { id: "5", @@ -142,7 +142,7 @@ export default function TestimonialsPage() { id: "6", name: "Tom's Athletic Peak", price: "Competition ready", - 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=4" } ]} gridVariant="uniform-all-items-equal"