From a9c7fd63b07204c82db550affdfcaa9672e580c6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 13:27:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c73fa96..74e3ed7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,15 +54,15 @@ export default function LandingPage() { 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: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&q=80", imageAlt: "Marcus Johnson" + imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&q=80&_wi=1", 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: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&q=80", imageAlt: "Coach Sarah Mitchell" + imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&q=80&_wi=1", 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: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&q=80", imageAlt: "Jessica Martinez" + imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&q=80&_wi=1", imageAlt: "Jessica Martinez" } ]} testimonialRotationInterval={5000} @@ -117,10 +117,10 @@ export default function LandingPage() { tagAnimation="slide-up" membersAnimation="blur-reveal" members={[ - { id: "1", name: "Coach Sarah Mitchell", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&q=80", imageAlt: "Coach Sarah Mitchell" }, + { id: "1", name: "Coach Sarah Mitchell", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&q=80&_wi=2", 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" } + { id: "3", name: "Coach Angela Rodriguez", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&q=80&_wi=2", imageAlt: "Coach Angela Rodriguez" }, + { id: "4", name: "Coach Marcus Thompson", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&q=80&_wi=2", imageAlt: "Coach Marcus Thompson" } ]} memberVariant="default" useInvertedBackground={false} -- 2.49.1