From e8465709e40edc4d787fe1a577802bfef402116a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 17:16:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b76244b..c4d380b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,19 +57,19 @@ export default function LandingPage() { imageAlt: "Aerial View", }, { - imageSrc: "http://img.b2bpic.net/free-photo/stand-background_1137-322.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stand-background_1137-322.jpg?_wi=1", imageAlt: "View from the stands", }, { - imageSrc: "http://img.b2bpic.net/free-photo/red-white-grandstands-arena-low-angle_23-2149867373.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/red-white-grandstands-arena-low-angle_23-2149867373.jpg?_wi=1", imageAlt: "Stands lighting up", }, { - imageSrc: "http://img.b2bpic.net/free-photo/people-looking-clothes-thrift-shop-side-view_23-2150082900.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-looking-clothes-thrift-shop-side-view_23-2150082900.jpg?_wi=1", imageAlt: "Crowd view", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-baseball-field_23-2150885207.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-baseball-field_23-2150885207.jpg?_wi=1", imageAlt: "Field view", }, ]} @@ -82,7 +82,7 @@ export default function LandingPage() { useInvertedBackground={false} title="A Legacy of Excellence" description="Since its opening, Lane Stadium has served as a beacon of passion, hosting countless historic games and witnessing the indomitable spirit of our team and community." - imageSrc="http://img.b2bpic.net/free-photo/close-up-baseball-field_23-2150885207.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-baseball-field_23-2150885207.jpg?_wi=2" imageAlt="Historic Stadium Detail" /> @@ -97,19 +97,19 @@ export default function LandingPage() { { title: "HD Scoreboards", description: "Crystal-clear visuals across high-definition displays.", - imageSrc: "http://img.b2bpic.net/free-photo/stand-background_1137-322.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stand-background_1137-322.jpg?_wi=2", imageAlt: "Large screens", }, { title: "Premium Seating", description: "Comfortable, strategically located seating for every fan.", - imageSrc: "http://img.b2bpic.net/free-photo/red-white-grandstands-arena-low-angle_23-2149867373.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/red-white-grandstands-arena-low-angle_23-2149867373.jpg?_wi=2", imageAlt: "Premium seats", }, { title: "Fan Services", description: "Enhanced accessibility, dining, and retail experiences.", - imageSrc: "http://img.b2bpic.net/free-photo/people-looking-clothes-thrift-shop-side-view_23-2150082900.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-looking-clothes-thrift-shop-side-view_23-2150082900.jpg?_wi=2", imageAlt: "Fan services", }, ]} -- 2.49.1