From f85abeace7082aedca243edcc98ab886222a82ca Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 04:41:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5ff8ad2..19aecce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,19 +72,19 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/bright-purple-square-mosaic-textural-background_1258-69254.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bright-purple-square-mosaic-textural-background_1258-69254.jpg?_wi=1", imageAlt: "Dynamic racing scene", }, { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-aerial-shot-narrow-bridge_181624-198.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-aerial-shot-narrow-bridge_181624-198.jpg?_wi=1", imageAlt: "Racing track layout", }, { - imageSrc: "http://img.b2bpic.net/free-vector/professional-dashboard-element-set_23-2148359394.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/professional-dashboard-element-set_23-2148359394.jpg?_wi=1", imageAlt: "Cockpit interface", }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-3d-car-model_23-2151138949.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-3d-car-model_23-2151138949.jpg?_wi=1", imageAlt: "City racer car", }, { @@ -190,7 +190,7 @@ export default function LandingPage() { role: "Streamer", company: "TwitchSpeed", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/bright-purple-square-mosaic-textural-background_1258-69254.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bright-purple-square-mosaic-textural-background_1258-69254.jpg?_wi=2", imageAlt: "game development studio workspace", }, { @@ -199,7 +199,7 @@ export default function LandingPage() { role: "Game Critic", company: "TechRacer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-aerial-shot-narrow-bridge_181624-198.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-aerial-shot-narrow-bridge_181624-198.jpg?_wi=2", imageAlt: "game development studio workspace", }, { @@ -208,7 +208,7 @@ export default function LandingPage() { role: "Fan", company: "CasualRacer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/professional-dashboard-element-set_23-2148359394.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/professional-dashboard-element-set_23-2148359394.jpg?_wi=2", imageAlt: "game development studio workspace", }, { @@ -217,7 +217,7 @@ export default function LandingPage() { role: "Casual", company: "DriveDaily", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/view-3d-car-model_23-2151138949.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-3d-car-model_23-2151138949.jpg?_wi=2", imageAlt: "game development studio workspace", }, ]} -- 2.49.1