diff --git a/src/app/page.tsx b/src/app/page.tsx index 6c52dc8..80c12c7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,11 +59,11 @@ export default function LandingPage() { description="Since 1987, Yoder's Market has been bringing the harvest from our family farm directly to your table with love and care." mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/onions-pumpkin-wooden-board_23-2148934791.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/onions-pumpkin-wooden-board_23-2148934791.jpg?_wi=1", imageAlt: "Fresh vegetables", }, { - imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-taking-fruits-from-wooden-box_23-2147801278.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-taking-fruits-from-wooden-box_23-2147801278.jpg?_wi=1", imageAlt: "Organic berries", }, { @@ -71,11 +71,11 @@ export default function LandingPage() { imageAlt: "Fresh garden harvest", }, { - imageSrc: "http://img.b2bpic.net/free-photo/onions-pumpkin-wooden-board_23-2148934791.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/onions-pumpkin-wooden-board_23-2148934791.jpg?_wi=2", imageAlt: "Fresh produce basket", }, { - imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-taking-fruits-from-wooden-box_23-2147801278.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-taking-fruits-from-wooden-box_23-2147801278.jpg?_wi=2", imageAlt: "Fresh handpicked fruit", }, ]}