Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
@@ -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",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user