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", }, ]}