diff --git a/src/app/abdo-epais/page.tsx b/src/app/abdo-epais/page.tsx index f4b12ce..8f11d51 100644 --- a/src/app/abdo-epais/page.tsx +++ b/src/app/abdo-epais/page.tsx @@ -83,7 +83,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-gym_23-2148111599.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-gym_23-2148111599.jpg?_wi=2", imageAlt: "core strength training icon abs", }, { @@ -108,7 +108,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-625.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-625.jpg?_wi=2", imageAlt: "core strength training icon abs", }, { @@ -133,7 +133,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-out_23-2149517343.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-out_23-2149517343.jpg?_wi=2", imageAlt: "core strength training icon abs", }, ]} diff --git a/src/app/nutrition/page.tsx b/src/app/nutrition/page.tsx index c1c2fe2..acee033 100644 --- a/src/app/nutrition/page.tsx +++ b/src/app/nutrition/page.tsx @@ -83,7 +83,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-gym_23-2148111599.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-gym_23-2148111599.jpg?_wi=4", imageAlt: "customized meal plan healthy diet", }, { @@ -108,7 +108,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-625.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-625.jpg?_wi=4", imageAlt: "customized meal plan healthy diet", }, { @@ -133,7 +133,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-out_23-2149517343.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-out_23-2149517343.jpg?_wi=4", imageAlt: "customized meal plan healthy diet", }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index 558b399..cf0e1dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -162,7 +162,7 @@ export default function LandingPage() { href: "/abdo-epais", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-gym_23-2148111599.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-gym_23-2148111599.jpg?_wi=1", imageAlt: "strong abs workout illustration core", }, { @@ -193,7 +193,7 @@ export default function LandingPage() { href: "/split-program", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-625.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-625.jpg?_wi=1", imageAlt: "strong abs workout illustration core", }, { @@ -224,7 +224,7 @@ export default function LandingPage() { href: "/nutrition", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-out_23-2149517343.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-out_23-2149517343.jpg?_wi=1", imageAlt: "strong abs workout illustration core", }, ]} diff --git a/src/app/split-program/page.tsx b/src/app/split-program/page.tsx index 57d12f8..1c9d87a 100644 --- a/src/app/split-program/page.tsx +++ b/src/app/split-program/page.tsx @@ -83,7 +83,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-gym_23-2148111599.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-gym_23-2148111599.jpg?_wi=3", imageAlt: "pectorals and arms workout dumbbells", }, { @@ -108,7 +108,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-625.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-625.jpg?_wi=3", imageAlt: "pectorals and arms workout dumbbells", }, { @@ -133,7 +133,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-out_23-2149517343.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-out_23-2149517343.jpg?_wi=3", imageAlt: "pectorals and arms workout dumbbells", }, ]}