diff --git a/src/app/page.tsx b/src/app/page.tsx index 4fe355f..863ed83 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,27 +65,27 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/3d-modern-background-with-rainbow-coloured-particle-design_1048-11963.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-modern-background-with-rainbow-coloured-particle-design_1048-11963.jpg?_wi=1", imageAlt: "Music streaming platform UI", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smart-speaker-home_23-2150171776.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smart-speaker-home_23-2150171776.jpg?_wi=1", imageAlt: "Studio audio gear", }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-singing-studio_23-2150232076.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-singing-studio_23-2150232076.jpg?_wi=1", imageAlt: "High-end headphones", }, { - imageSrc: "http://img.b2bpic.net/free-photo/3d-modern-background-with-rainbow-coloured-particle-design_1048-11963.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-modern-background-with-rainbow-coloured-particle-design_1048-11963.jpg?_wi=2", imageAlt: "Music streaming platform UI alternate", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smart-speaker-home_23-2150171776.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smart-speaker-home_23-2150171776.jpg?_wi=2", imageAlt: "Studio audio gear alternate", }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-singing-studio_23-2150232076.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-singing-studio_23-2150232076.jpg?_wi=2", imageAlt: "High-end headphones alternate", }, ]}