Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-19 00:47:38 +00:00

View File

@@ -41,7 +41,7 @@ export default function LandingPage() {
<HeroSplitDoubleCarousel
title="Play More. Give Back."
description="Sporting World is River Falls' community hub for affordable gear, recycled equipment, and local pride. Every purchase supports our mission to provide food for the local food shelf while equipping your family for the game."
background={{ variant: "circleGradient" }}
background={{ variant: "radial-gradient" }}
tag="Supporting River Falls Since Day One"
tagIcon={Heart}
tagAnimation="slide-up"
@@ -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?_wi=1", imageAlt: "River Falls youth sports community in action"
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-waiting-catch-ball_23-2148355451.jpg", imageAlt: "River Falls youth sports community in action"
}
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/owner-getting-ready-reopening_23-2149142189.jpg?_wi=1", imageAlt: "Sporting World store interior with gear displays"
imageSrc: "http://img.b2bpic.net/free-photo/owner-getting-ready-reopening_23-2149142189.jpg", 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?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/owner-getting-ready-reopening_23-2149142189.jpg"
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?_wi=3", 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", 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?_wi=2", 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", imageAlt: "Community benefit from gear donations"
}
]}
gridVariant="three-columns-all-equal-width"