From dce723b22324c5bf761f954dc737bddb9af7e7bf Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 09:46: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 c0e37d9..3ce9793 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,15 +68,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/empty-dark-room-modern-futuristic-sci-fi-background-3d-illustration_35913-2349.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-dark-room-modern-futuristic-sci-fi-background-3d-illustration_35913-2349.jpg?_wi=1", imageAlt: "High fidelity scene 1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-boy-illustration_23-2151728168.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-boy-illustration_23-2151728168.jpg?_wi=1", imageAlt: "Dynamic gameplay 2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/assortment-geometric-square-shapes_23-2150832961.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/assortment-geometric-square-shapes_23-2150832961.jpg?_wi=1", imageAlt: "Concept art 3", }, { @@ -145,7 +145,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/empty-dark-room-modern-futuristic-sci-fi-background-3d-illustration_35913-2349.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-dark-room-modern-futuristic-sci-fi-background-3d-illustration_35913-2349.jpg?_wi=2", imageAlt: "fantasy character render", }, { @@ -166,7 +166,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-boy-illustration_23-2151728168.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-boy-illustration_23-2151728168.jpg?_wi=2", imageAlt: "fantasy character render", }, { @@ -187,7 +187,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/assortment-geometric-square-shapes_23-2150832961.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/assortment-geometric-square-shapes_23-2150832961.jpg?_wi=2", imageAlt: "fantasy character render", }, ]} -- 2.49.1