From ebe4755643e5f4ee7178d44848b256bf2a0df039 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 14:38:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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", }, ]} -- 2.49.1