From 2c48f6f8d20533697bf4e39dc6f78493e6fc4922 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 05:15:50 +0000 Subject: [PATCH] Update src/app/live-results/page.tsx --- src/app/live-results/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/live-results/page.tsx b/src/app/live-results/page.tsx index 441487d..fb38f13 100644 --- a/src/app/live-results/page.tsx +++ b/src/app/live-results/page.tsx @@ -57,7 +57,7 @@ export default function LiveResultsPage() { { text: "होमपृष्ठ / Return Home", href: "/" }, { text: "मानचित्र / View Map", href: "#interactive-map" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/top-view-usa-independence-day-accessories_23-2148135060.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-usa-independence-day-accessories_23-2148135060.jpg?_wi=6" imageAlt="Live election vote counting results display" showDimOverlay={true} /> @@ -111,11 +111,11 @@ export default function LiveResultsPage() { icon: MapPin, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/gradient-hungary-map-infographic_23-2148832650.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/gradient-hungary-map-infographic_23-2148832650.jpg?_wi=5", imageAlt: "Nepal province election map with results", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-usa-independence-day-accessories_23-2148135060.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-usa-independence-day-accessories_23-2148135060.jpg?_wi=7", imageAlt: "Province vote percentage distribution", }, ], @@ -127,11 +127,11 @@ export default function LiveResultsPage() { icon: Layers, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/gradient-hungary-map-infographic_23-2148832650.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/gradient-hungary-map-infographic_23-2148832650.jpg?_wi=6", imageAlt: "District level detailed results map", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-usa-independence-day-accessories_23-2148135060.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-usa-independence-day-accessories_23-2148135060.jpg?_wi=8", imageAlt: "District voting breakdown statistics", }, ], @@ -143,11 +143,11 @@ export default function LiveResultsPage() { icon: RefreshCw, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-usa-independence-day-accessories_23-2148135060.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-usa-independence-day-accessories_23-2148135060.jpg?_wi=9", imageAlt: "Real-time counting display system", }, { - imageSrc: "http://img.b2bpic.net/free-vector/gradient-hungary-map-infographic_23-2148832650.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/gradient-hungary-map-infographic_23-2148832650.jpg?_wi=7", imageAlt: "Live results regional visualization", }, ],