diff --git a/src/app/7-day-challenge/page.tsx b/src/app/7-day-challenge/page.tsx index c711860..b533d6b 100644 --- a/src/app/7-day-challenge/page.tsx +++ b/src/app/7-day-challenge/page.tsx @@ -83,32 +83,32 @@ export default function ChallengePage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/seven-number-day-date-time-character-symbol-concept_53876-31191.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/seven-number-day-date-time-character-symbol-concept_53876-31191.jpg?_wi=4", imageAlt: "challenge training daily commitment progress", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/young-sportsman-exercising-with-barbell-cross-training-gym_637285-2501.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-sportsman-exercising-with-barbell-cross-training-gym_637285-2501.jpg?_wi=5", imageAlt: "discipline mindset motivation strength focus", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/triumphant-hiker-stands-mountain-peak-with-his-arms-raised-victory_482257-119979.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/triumphant-hiker-stands-mountain-peak-with-his-arms-raised-victory_482257-119979.jpg?_wi=5", imageAlt: "mountain achievement peak success determination", }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/friends-fitness-training-together-outdoors-living-active-healthy_1328-2963.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friends-fitness-training-together-outdoors-living-active-healthy_1328-2963.jpg?_wi=4", imageAlt: "confidence strength discipline mindset growth", }, { id: "5", - imageSrc: "http://img.b2bpic.net/free-photo/business-colleagues-giving-high-five_74855-1134.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-colleagues-giving-high-five_74855-1134.jpg?_wi=4", imageAlt: "success transformation before-after achievement proud", }, { id: "6", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-coffee-shop-celebrating-success-with-her-hands-up_1163-1788.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-coffee-shop-celebrating-success-with-her-hands-up_1163-1788.jpg?_wi=2", imageAlt: "success habits routine winning dedication", }, ]} @@ -167,7 +167,7 @@ export default function ChallengePage() {