diff --git a/src/app/page.tsx b/src/app/page.tsx index eb39195..1435b15 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,23 +51,23 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/people-doing-burpees-together-full-shot_23-2149517285.jpg", imageAlt: "Athletes training at Youth Center"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-doing-burpees-together-full-shot_23-2149517285.jpg?_wi=1", imageAlt: "Athletes training at Youth Center"}, { - imageSrc: "http://img.b2bpic.net/free-photo/collection-dumbbells-workout-with-weights-healthy-concept_1150-4733.jpg", imageAlt: "Professional gym equipment"}, + imageSrc: "http://img.b2bpic.net/free-photo/collection-dumbbells-workout-with-weights-healthy-concept_1150-4733.jpg?_wi=1", imageAlt: "Professional gym equipment"}, { - imageSrc: "http://img.b2bpic.net/free-photo/people-exercising-fitness-gym_53876-7.jpg", imageAlt: "Modern fitness facility"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-exercising-fitness-gym_53876-7.jpg?_wi=1", imageAlt: "Modern fitness facility"}, { - imageSrc: "http://img.b2bpic.net/free-photo/people-doing-burpees-together-full-shot_23-2149517285.jpg", imageAlt: "Community training session"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-doing-burpees-together-full-shot_23-2149517285.jpg?_wi=2", imageAlt: "Community training session"}, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/people-exercising-fitness-gym_53876-7.jpg", imageAlt: "Group fitness classes"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-exercising-fitness-gym_53876-7.jpg?_wi=2", imageAlt: "Group fitness classes"}, { - imageSrc: "http://img.b2bpic.net/free-photo/collection-dumbbells-workout-with-weights-healthy-concept_1150-4733.jpg", imageAlt: "Strength training area"}, + imageSrc: "http://img.b2bpic.net/free-photo/collection-dumbbells-workout-with-weights-healthy-concept_1150-4733.jpg?_wi=2", imageAlt: "Strength training area"}, { - imageSrc: "http://img.b2bpic.net/free-photo/people-doing-burpees-together-full-shot_23-2149517285.jpg", imageAlt: "Professional coaching"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-doing-burpees-together-full-shot_23-2149517285.jpg?_wi=3", imageAlt: "Professional coaching"}, { - imageSrc: "http://img.b2bpic.net/free-photo/people-exercising-fitness-gym_53876-7.jpg", imageAlt: "Outdoor sports field"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-exercising-fitness-gym_53876-7.jpg?_wi=3", imageAlt: "Outdoor sports field"}, ]} carouselPosition="right" /> @@ -82,7 +82,7 @@ export default function LandingPage() { description="Located on Comoros Street, in front of the British Embassy in Addis Ababa" subdescription="Dedicated to youth development and fitness culture" icon={Dumbbell} - imageSrc="http://img.b2bpic.net/free-photo/collection-dumbbells-workout-with-weights-healthy-concept_1150-4733.jpg" + imageSrc="http://img.b2bpic.net/free-photo/collection-dumbbells-workout-with-weights-healthy-concept_1150-4733.jpg?_wi=3" imageAlt="Youth Center Sport Field facility" mediaAnimation="slide-up" useInvertedBackground={false}