From c7fe9ecd70b2d22ba05eb7fe242d152ee969fc93 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 01:50:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ed9bd2d..d253f2a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { description="Premium training grounds and community fields at McDowell Mountain Ranch. Dedicated to developing local talent and fostering active lifestyles." tag="Premier Soccer Venue" mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/kids-playing-football-supervised-by-football-trainer_23-2149684393.jpg", imageAlt: "Soccer field aerial view" }, + { imageSrc: "http://img.b2bpic.net/free-photo/kids-playing-football-supervised-by-football-trainer_23-2149684393.jpg?_wi=1", imageAlt: "Soccer field aerial view" }, { imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-football-field_181624-34967.jpg", imageAlt: "Soccer training grounds" } ]} mediaAnimation="slide-up" @@ -64,7 +64,7 @@ export default function LandingPage() { title="More Than Just A Game" description="Located at 14933 N 102nd Way, we provide a hub for soccer enthusiasts of all ages. Our club, the North Scottsdale Sandsharks, prides itself on community integration, healthy living, and providing a space for both casual walking and competitive training." subdescription="Join our community today and be part of a vibrant soccer culture in Arizona." - imageSrc="http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149707986.jpg" + imageSrc="http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149707986.jpg?_wi=1" icon={Trophy} imageAlt="Soccer team training on field" mediaAnimation="slide-up" @@ -107,8 +107,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "t1", name: "John Jenkins", date: "5 months ago", title: "Local Guide", quote: "Very cool place for soccer and walking.", tag: "Community", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-daughter_23-2149153922.jpg", imageSrc: "http://img.b2bpic.net/free-photo/kids-playing-football-supervised-by-football-trainer_23-2149684393.jpg" }, - { id: "t2", name: "Steve Tatrai", date: "1 year ago", title: "Local Guide", quote: "Good location but they don't maintain the fields to playing standard, though popular.", tag: "Critic", avatarSrc: "http://img.b2bpic.net/free-photo/soccer-game-concept_23-2151043771.jpg", imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149707986.jpg" } + { id: "t1", name: "John Jenkins", date: "5 months ago", title: "Local Guide", quote: "Very cool place for soccer and walking.", tag: "Community", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-daughter_23-2149153922.jpg", imageSrc: "http://img.b2bpic.net/free-photo/kids-playing-football-supervised-by-football-trainer_23-2149684393.jpg?_wi=2" }, + { id: "t2", name: "Steve Tatrai", date: "1 year ago", title: "Local Guide", quote: "Good location but they don't maintain the fields to playing standard, though popular.", tag: "Critic", avatarSrc: "http://img.b2bpic.net/free-photo/soccer-game-concept_23-2151043771.jpg", imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149707986.jpg?_wi=2" } ]} title="Voices of the Club" description="Hear what our local community and club athletes have to say about the McDowell Mountain Ranch experience." -- 2.49.1