From d46c3199d2406d6ce19579aa45eef465780316b9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 14:21:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 43b1bca..9e44473 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,53 +56,53 @@ export default function LandingPage() { description="Join the premier sports community in your region. From professional training to youth programs, we empower every athlete to reach their peak potential." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-grass-field-hockey_23-2149668568.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-grass-field-hockey_23-2149668568.jpg?_wi=1", imageAlt: "Club Facilities", }, { - imageSrc: "http://img.b2bpic.net/free-photo/black-professional-basketball-player-action-basketball-field_613910-7840.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-professional-basketball-player-action-basketball-field_613910-7840.jpg?_wi=1", imageAlt: "Basketball Court", }, { - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-grass-field-hockey_23-2149668568.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-grass-field-hockey_23-2149668568.jpg?_wi=2", imageAlt: "Outdoor Track", }, { - imageSrc: "http://img.b2bpic.net/free-photo/black-professional-basketball-player-action-basketball-field_613910-7840.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-professional-basketball-player-action-basketball-field_613910-7840.jpg?_wi=2", imageAlt: "Gym Interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-grass-field-hockey_23-2149668568.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-grass-field-hockey_23-2149668568.jpg?_wi=3", imageAlt: "Tennis Courts", }, { - imageSrc: "http://img.b2bpic.net/free-photo/black-professional-basketball-player-action-basketball-field_613910-7840.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-professional-basketball-player-action-basketball-field_613910-7840.jpg?_wi=3", imageAlt: "Training Field", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/black-professional-basketball-player-action-basketball-field_613910-7840.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-professional-basketball-player-action-basketball-field_613910-7840.jpg?_wi=4", imageAlt: "Training Center", }, { - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-grass-field-hockey_23-2149668568.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-grass-field-hockey_23-2149668568.jpg?_wi=4", imageAlt: "Soccer Training", }, { - imageSrc: "http://img.b2bpic.net/free-photo/black-professional-basketball-player-action-basketball-field_613910-7840.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-professional-basketball-player-action-basketball-field_613910-7840.jpg?_wi=5", imageAlt: "Swimming Pool", }, { - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-grass-field-hockey_23-2149668568.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-grass-field-hockey_23-2149668568.jpg?_wi=5", imageAlt: "Athletic Equipment", }, { - imageSrc: "http://img.b2bpic.net/free-photo/black-professional-basketball-player-action-basketball-field_613910-7840.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-professional-basketball-player-action-basketball-field_613910-7840.jpg?_wi=6", imageAlt: "Indoor Arena", }, { - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-grass-field-hockey_23-2149668568.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-grass-field-hockey_23-2149668568.jpg?_wi=6", imageAlt: "Club Entrance", }, ]} @@ -243,7 +243,7 @@ export default function LandingPage() { name: "Marcus Thorne", role: "Skills Coach", description: "Former pro athlete with a passion for youth talent.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-self-determined-caucasian-elderly-male-with-beard-choosing-healthy-active-lifestyle-sitting-floor-with-ball-resting-after-intensive-training-gym_343059-4804.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-self-determined-caucasian-elderly-male-with-beard-choosing-healthy-active-lifestyle-sitting-floor-with-ball-resting-after-intensive-training-gym_343059-4804.jpg?_wi=1", }, ]} title="Meet Your Coaches" @@ -290,7 +290,7 @@ export default function LandingPage() { name: "Sam K.", role: "Coach", testimonial: "An incredible environment for growth and fitness.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-self-determined-caucasian-elderly-male-with-beard-choosing-healthy-active-lifestyle-sitting-floor-with-ball-resting-after-intensive-training-gym_343059-4804.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-self-determined-caucasian-elderly-male-with-beard-choosing-healthy-active-lifestyle-sitting-floor-with-ball-resting-after-intensive-training-gym_343059-4804.jpg?_wi=2", }, ]} title="Hear Our Members" -- 2.49.1