diff --git a/src/app/page.tsx b/src/app/page.tsx index 31766f7..c73fa96 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,22 +47,22 @@ export default function LandingPage() { tag="Go Hornets" tagIcon={Zap} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/amateur-football-concept-with-team-stretching_23-2147833450.jpg?_wi=1" + imageSrc="https://images.unsplash.com/photo-1461896836934-ffe607ba8211?w=800&q=80" imageAlt="Romeoville High School soccer field" mediaAnimation="blur-reveal" background={{ variant: "plain" }} testimonials={[ { name: "Marcus Johnson", handle: "Senior Midfielder", testimonial: "This program has transformed me as a player and as a person. The coaching staff genuinely cares about our development both on and off the field.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-happy-smiling-man-doing-sports-playing-basketball-sunrise_285396-9723.jpg", imageAlt: "Marcus Johnson" + imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&q=80", imageAlt: "Marcus Johnson" }, { name: "Coach Sarah Mitchell", handle: "Head Coach", testimonial: "Our goal is to develop not just skilled athletes, but responsible, disciplined leaders. That's what Romeoville soccer is all about.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-woman-posing_23-2149457762.jpg", imageAlt: "Coach Sarah Mitchell" + imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&q=80", imageAlt: "Coach Sarah Mitchell" }, { name: "Jessica Martinez", handle: "Junior Forward", testimonial: "The bond between our teammates is unbreakable. We compete hard, but we celebrate together. That's our culture.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/fit-young-woman-sportswear-posing_23-2148759027.jpg", imageAlt: "Jessica Martinez" + imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&q=80", imageAlt: "Jessica Martinez" } ]} testimonialRotationInterval={5000} @@ -86,7 +86,7 @@ export default function LandingPage() { { value: "15+", title: "State Tournament Appearances" }, { value: "40+", title: "Players with D1 Scholarships" } ]} - imageSrc="http://img.b2bpic.net/free-photo/amateur-football-concept-with-team-stretching_23-2147833450.jpg?_wi=2" + imageSrc="https://images.unsplash.com/photo-1431324155300-4d5e9c43daeb?w=800&q=80" imageAlt="Romeoville soccer team in action" mediaAnimation="blur-reveal" metricsAnimation="slide-up" @@ -117,10 +117,10 @@ export default function LandingPage() { tagAnimation="slide-up" membersAnimation="blur-reveal" members={[ - { id: "1", name: "Coach Sarah Mitchell", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kn4kc2", imageAlt: "Coach Sarah Mitchell" }, - { id: "2", name: "Coach James Peterson", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-exercising-outdoor-this-is-best-gym-city_329181-11086.jpg", imageAlt: "Coach James Peterson" }, - { id: "3", name: "Coach Angela Rodriguez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fdy0s3", imageAlt: "Coach Angela Rodriguez" }, - { id: "4", name: "Coach Marcus Thompson", imageSrc: "http://img.b2bpic.net/free-photo/football-player-shooting_23-2147813201.jpg", imageAlt: "Coach Marcus Thompson" } + { id: "1", name: "Coach Sarah Mitchell", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&q=80", imageAlt: "Coach Sarah Mitchell" }, + { id: "2", name: "Coach James Peterson", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&q=80", imageAlt: "Coach James Peterson" }, + { id: "3", name: "Coach Angela Rodriguez", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&q=80", imageAlt: "Coach Angela Rodriguez" }, + { id: "4", name: "Coach Marcus Thompson", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&q=80", imageAlt: "Coach Marcus Thompson" } ]} memberVariant="default" useInvertedBackground={false} @@ -133,10 +133,10 @@ export default function LandingPage() { rating={5} author="Emma Chen, Class of 2024 - University of Michigan Soccer" avatars={[ - { src: "http://img.b2bpic.net/free-photo/young-happy-smiling-man-doing-sports-playing-basketball-sunrise_285396-9723.jpg", alt: "Emma Chen" }, - { src: "http://img.b2bpic.net/free-photo/side-view-business-woman-posing_23-2149457762.jpg", alt: "Parent testimonial" }, - { src: "http://img.b2bpic.net/free-photo/fit-young-woman-sportswear-posing_23-2148759027.jpg", alt: "Jessica Martinez" }, - { src: "http://img.b2bpic.net/free-photo/male-athlete-celebrating-his-victory-race-track_23-2148162074.jpg", alt: "Team member" } + { src: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&q=80", alt: "Emma Chen" }, + { src: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&q=80", alt: "Parent testimonial" }, + { src: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&q=80", alt: "Jessica Martinez" }, + { src: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&q=80", alt: "Team member" } ]} ratingAnimation="slide-up" avatarsAnimation="blur-reveal"