Update src/app/page.tsx
This commit is contained in:
@@ -58,16 +58,16 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-redhead-basketball-player-black-sportswear-holding-ball-isolated-dark-textured-background_613910-6331.jpg", imageAlt: "Marcus Deleon basketball player"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/basketball-players-big-professional-arena-game_654080-317.jpg", imageAlt: "Marcus in game action"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/basketball-players-big-professional-arena-game_654080-317.jpg?_wi=1", imageAlt: "Marcus in game action"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-friends-playing-basketball_23-2150209880.jpg", imageAlt: "Marcus playing for Columbia High School"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/basketball-players-big-professional-arena-game_654080-317.jpg", imageAlt: "Marcus dunking"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/basketball-players-big-professional-arena-game_654080-317.jpg?_wi=2", imageAlt: "Marcus dunking"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/basketball-players-big-professional-arena-game_654080-317.jpg", imageAlt: "Marcus competitive moment"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/basketball-players-big-professional-arena-game_654080-317.jpg?_wi=3", imageAlt: "Marcus competitive moment"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/basketball-players-big-professional-arena-game_654080-376.jpg", imageAlt: "Marcus athletic performance"
|
||||
@@ -112,7 +112,7 @@ export default function LandingPage() {
|
||||
<ProductCardOne
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Championship Semi-Final", price: "Watch", imageSrc: "http://img.b2bpic.net/free-photo/basketball-players-big-professional-arena-game_654080-317.jpg", imageAlt: "Championship semi-final highlights"
|
||||
id: "1", name: "Championship Semi-Final", price: "Watch", imageSrc: "http://img.b2bpic.net/free-photo/basketball-players-big-professional-arena-game_654080-317.jpg?_wi=4", imageAlt: "Championship semi-final highlights"
|
||||
},
|
||||
{
|
||||
id: "2", name: "District Tournament", price: "Watch", imageSrc: "http://img.b2bpic.net/free-photo/basketball-players-big-professional-arena-game_654080-339.jpg", imageAlt: "District tournament performance"
|
||||
|
||||
Reference in New Issue
Block a user