diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 2020bb2..4012724 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -89,7 +89,7 @@ export default function LandingPage() { title: "Recovery Zone", description: "Dedicated space for stretching and recovery.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-professional-plus-size-dancer-training_23-2150588847.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-professional-plus-size-dancer-training_23-2150588847.jpg?_wi=2", }, items: [ { @@ -102,7 +102,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/dumbbell_74190-7810.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dumbbell_74190-7810.jpg?_wi=2", imageAlt: "modern gym dark aesthetic", }, { @@ -110,7 +110,7 @@ export default function LandingPage() { title: "Strength Lab", description: "Pro-grade equipment for power lifting.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/dumbbell_74190-7810.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dumbbell_74190-7810.jpg?_wi=3", }, items: [ { @@ -123,7 +123,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/muscular-brunette-woman-training-with-ropes_651396-1615.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/muscular-brunette-woman-training-with-ropes_651396-1615.jpg?_wi=2", imageAlt: "large fitness gym interior", }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index 22b0bb9..1c759b4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,12 +70,12 @@ export default function LandingPage() { carouselItems={[ { id: "c1", - imageSrc: "http://img.b2bpic.net/free-photo/dumbbell_74190-7810.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dumbbell_74190-7810.jpg?_wi=1", imageAlt: "Gym equipment", }, { id: "c2", - imageSrc: "http://img.b2bpic.net/free-photo/muscular-brunette-woman-training-with-ropes_651396-1615.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/muscular-brunette-woman-training-with-ropes_651396-1615.jpg?_wi=1", imageAlt: "Gym interior", }, { @@ -90,7 +90,7 @@ export default function LandingPage() { }, { id: "c5", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-professional-plus-size-dancer-training_23-2150588847.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-professional-plus-size-dancer-training_23-2150588847.jpg?_wi=1", imageAlt: "Yoga area", }, {