From 3a0cb6ad8926c28e66f3b22e9189aeed3b8b9997 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 11:11:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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} -- 2.49.1