diff --git a/src/app/page.tsx b/src/app/page.tsx index 2fa3442..55faa4f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,15 +69,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/tape-recorder-near-white-wall_657883-215.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tape-recorder-near-white-wall_657883-215.jpg?_wi=1", imageAlt: "professional film production studio", }, { - imageSrc: "http://img.b2bpic.net/free-photo/messy-office-desk-still-life_23-2150155611.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/messy-office-desk-still-life_23-2150155611.jpg?_wi=1", imageAlt: "advertising creative director workspace", }, { - imageSrc: "http://img.b2bpic.net/free-photo/physics-optics-ray-refraction-cubic-prism_23-2148771751.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/physics-optics-ray-refraction-cubic-prism_23-2148771751.jpg?_wi=1", imageAlt: "abstract digital media motion", }, { @@ -125,7 +125,7 @@ export default function LandingPage() { imageAlt: "film production gear cinematic", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/tape-recorder-near-white-wall_657883-215.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tape-recorder-near-white-wall_657883-215.jpg?_wi=2", imageAlt: "film production gear cinematic", }, { @@ -142,7 +142,7 @@ export default function LandingPage() { imageAlt: "sound recording booth audio", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/messy-office-desk-still-life_23-2150155611.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/messy-office-desk-still-life_23-2150155611.jpg?_wi=2", imageAlt: "film production gear cinematic", }, { @@ -159,7 +159,7 @@ export default function LandingPage() { imageAlt: "graphic design workstation digital", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/physics-optics-ray-refraction-cubic-prism_23-2148771751.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/physics-optics-ray-refraction-cubic-prism_23-2148771751.jpg?_wi=2", imageAlt: "film production gear cinematic", }, ]}