From b9777f1942bf3b3baaad95823efdc1d2cfdf140e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 28 May 2026 03:15:39 +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 e342554..91df705 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,15 +82,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nigerian-dancers_23-2149029477.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nigerian-dancers_23-2149029477.jpg?_wi=1", imageAlt: "Vibrant Afro-Peruvian cultural dance performance", }, { - imageSrc: "http://img.b2bpic.net/free-photo/gorgon-medusa-basilica-cistern-is-largest-several-hundred-ancient-water-reservoirsistanbul-turkey_628469-101.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gorgon-medusa-basilica-cistern-is-largest-several-hundred-ancient-water-reservoirsistanbul-turkey_628469-101.jpg?_wi=1", imageAlt: "Historical Afro-Peruvian artifacts on display", }, { - imageSrc: "http://img.b2bpic.net/free-photo/percussion-instruments-with-colorful-wall_23-2148289148.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/percussion-instruments-with-colorful-wall_23-2148289148.jpg?_wi=1", imageAlt: "Traditional Afro-Peruvian musical instruments", }, { @@ -151,7 +151,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nigerian-dancers_23-2149029477.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nigerian-dancers_23-2149029477.jpg?_wi=2", imageAlt: "museum exhibition hall historical artifacts", }, { @@ -176,7 +176,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/gorgon-medusa-basilica-cistern-is-largest-several-hundred-ancient-water-reservoirsistanbul-turkey_628469-101.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gorgon-medusa-basilica-cistern-is-largest-several-hundred-ancient-water-reservoirsistanbul-turkey_628469-101.jpg?_wi=2", imageAlt: "museum exhibition hall historical artifacts", }, { @@ -201,7 +201,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/percussion-instruments-with-colorful-wall_23-2148289148.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/percussion-instruments-with-colorful-wall_23-2148289148.jpg?_wi=2", imageAlt: "museum exhibition hall historical artifacts", }, ]}