From bb9687f1cc64b76b942a280facb2b471d44d5707 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 13:28:20 +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 b5da947..f04b29f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,10 +53,10 @@ export default function LandingPage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-playing-paddle-tennis_23-2149434151.jpg", imageAlt: "Pickleball players on outdoor court" + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-playing-paddle-tennis_23-2149434151.jpg?_wi=1", imageAlt: "Pickleball players on outdoor court" }, { - imageSrc: "http://img.b2bpic.net/free-photo/happy-diverse-people-enjoying-park_53876-63295.jpg", imageAlt: "Church community gathering" + imageSrc: "http://img.b2bpic.net/free-photo/happy-diverse-people-enjoying-park_53876-63295.jpg?_wi=1", imageAlt: "Church community gathering" } ]} mediaAnimation="slide-up" @@ -73,7 +73,7 @@ export default function LandingPage() { tag="Event Overview" tagIcon={Heart} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/lifestyle-people-jumping-around_23-2149868492.jpg" + imageSrc="http://img.b2bpic.net/free-photo/lifestyle-people-jumping-around_23-2149868492.jpg?_wi=1" imageAlt="People enjoying recreational pickleball" buttons={[ { text: "See Event Details", href: "#details" } @@ -92,7 +92,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Fun & Active Recreation", description: "Enjoy an afternoon of exciting pickleball competition in a supportive, welcoming environment. Whether you're competitive or just here for laughs, there's a place for you.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-jumping-around_23-2149868492.jpg", imageAlt: "People laughing playing recreational sport" + imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-jumping-around_23-2149868492.jpg?_wi=2", imageAlt: "People laughing playing recreational sport" }, items: [ { icon: Smile, text: "Laughter and good times" }, @@ -142,7 +142,7 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "participant", title: "Tournament Participant", price: "$25", period: "per person", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-playing-paddle-tennis_23-2149434151.jpg", imageAlt: "Pickleball players competing", button: { + id: "participant", title: "Tournament Participant", price: "$25", period: "per person", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-playing-paddle-tennis_23-2149434151.jpg?_wi=2", imageAlt: "Pickleball players competing", button: { text: "Register Now", href: "#contact" }, features: [ @@ -238,7 +238,7 @@ export default function LandingPage() { required: false }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/happy-diverse-people-enjoying-park_53876-63295.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-diverse-people-enjoying-park_53876-63295.jpg?_wi=2" imageAlt="Church community gathering" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1