diff --git a/src/app/page.tsx b/src/app/page.tsx index 99ea85d..faa514f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,11 +93,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/man-drinking-hot-beverage-energy-crisis_23-2150061791.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-drinking-hot-beverage-energy-crisis_23-2150061791.jpg?_wi=1", imageAlt: "Barista making coffee", }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-coffee-cup-with-copy-space_23-2150698749.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-coffee-cup-with-copy-space_23-2150698749.jpg?_wi=1", imageAlt: "Person walking with coffee to go", }, { @@ -173,7 +173,7 @@ export default function LandingPage() { imageAlt: "Person enjoying coffee", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/man-drinking-hot-beverage-energy-crisis_23-2150061791.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-drinking-hot-beverage-energy-crisis_23-2150061791.jpg?_wi=2", imageAlt: "coffee cup on hand quick", }, { @@ -190,7 +190,7 @@ export default function LandingPage() { imageAlt: "Happy customers with coffee", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/view-coffee-cup-with-copy-space_23-2150698749.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-coffee-cup-with-copy-space_23-2150698749.jpg?_wi=2", imageAlt: "coffee cup on hand quick", }, ]}