From 7f14d1d45586bdd946107fd1eb3b092e3913fd5c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 00:47:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c5be78f..a531b55 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,12 +52,12 @@ export default function LandingPage() { buttonAnimation="slide-up" leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-waiting-catch-ball_23-2148355451.jpg", imageAlt: "River Falls youth sports community in action" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-waiting-catch-ball_23-2148355451.jpg?_wi=1", imageAlt: "River Falls youth sports community in action" } ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/owner-getting-ready-reopening_23-2149142189.jpg", imageAlt: "Sporting World store interior with gear displays" + imageSrc: "http://img.b2bpic.net/free-photo/owner-getting-ready-reopening_23-2149142189.jpg?_wi=1", imageAlt: "Sporting World store interior with gear displays" } ]} carouselPosition="right" @@ -76,7 +76,7 @@ export default function LandingPage() { { text: "Learn About Donations", href: "#how-to-donate" } ]} buttonAnimation="blur-reveal" - imageSrc="http://img.b2bpic.net/free-photo/owner-getting-ready-reopening_23-2149142189.jpg" + imageSrc="http://img.b2bpic.net/free-photo/owner-getting-ready-reopening_23-2149142189.jpg?_wi=2" imageAlt="Inside Sporting World: organized gear displays and community space" useInvertedBackground={false} ariaLabel="About Sporting World mission and community impact" @@ -131,10 +131,10 @@ export default function LandingPage() { title: "Step 1: Sort & Gather", description: "Collect clean, gently-used sporting equipment from your home. Baseball gloves, hockey skates, tennis rackets, and more are welcome.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-individual-recycling-plastic-bottles_23-2148666808.jpg", imageAlt: "Gathering sports equipment for donation" }, { - title: "Step 2: Bring It In", description: "Visit us during store hours with your donation. We'll inspect items and provide a donation receipt for your records.", imageSrc: "http://img.b2bpic.net/free-photo/owner-getting-ready-reopening_23-2149142189.jpg", imageAlt: "Bringing donations to Sporting World store" + title: "Step 2: Bring It In", description: "Visit us during store hours with your donation. We'll inspect items and provide a donation receipt for your records.", imageSrc: "http://img.b2bpic.net/free-photo/owner-getting-ready-reopening_23-2149142189.jpg?_wi=3", imageAlt: "Bringing donations to Sporting World store" }, { - title: "Step 3: Make an Impact", description: "Your donation is priced affordably so local families can gear up. Net proceeds support the River Falls Food Shelf.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-waiting-catch-ball_23-2148355451.jpg", imageAlt: "Community benefit from gear donations" + title: "Step 3: Make an Impact", description: "Your donation is priced affordably so local families can gear up. Net proceeds support the River Falls Food Shelf.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-waiting-catch-ball_23-2148355451.jpg?_wi=2", imageAlt: "Community benefit from gear donations" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1