diff --git a/src/app/page.tsx b/src/app/page.tsx index a75e2d5..d66a98b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,11 +62,11 @@ export default function LandingPage() { tag="School Maker Studio" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/man-working-darkroom-side-view_23-2149893901.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-working-darkroom-side-view_23-2149893901.jpg?_wi=1", imageAlt: "3d printer working workshop", }, { - imageSrc: "http://img.b2bpic.net/free-photo/different-vases-with-blue-purple-light_23-2149835479.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/different-vases-with-blue-purple-light_23-2149835479.jpg?_wi=1", imageAlt: "3d printed model close up", }, { @@ -256,7 +256,7 @@ export default function LandingPage() { button: { text: "Order Now", }, - imageSrc: "http://img.b2bpic.net/free-photo/man-working-darkroom-side-view_23-2149893901.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-working-darkroom-side-view_23-2149893901.jpg?_wi=2", imageAlt: "happy student holding 3d model", }, { @@ -272,7 +272,7 @@ export default function LandingPage() { button: { text: "Order Now", }, - imageSrc: "http://img.b2bpic.net/free-photo/different-vases-with-blue-purple-light_23-2149835479.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/different-vases-with-blue-purple-light_23-2149835479.jpg?_wi=2", imageAlt: "happy student holding 3d model", }, ]}