Merge version_2 into main #5
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user