diff --git a/src/app/page.tsx b/src/app/page.tsx index a421e57..e0d505d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function SitePage() { tag="The Perfect Start" mediaItems={[ { - imageSrc: "https://img.b2bpic.net/free-photo/crop-hand-holding-portafilter-with-coffee_23-2147830571.jpg", imageAlt: "Coffee beans and espresso machine"}, + imageSrc: "https://img.b2bpic.net/free-photo/crop-hand-holding-portafilter-with-coffee_23-2147830571.jpg?_wi=1", imageAlt: "Coffee beans and espresso machine"}, { imageSrc: "https://img.b2bpic.net/free-photo/vertical-shot-man-pouring-milk-into-cappuccino_181624-19406.jpg", imageAlt: "Close up of latte art"}, ]} @@ -93,17 +93,17 @@ export default function SitePage() {