From b35eae87a8578da18ca5ab4cd24e9247f9a48988 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 04:56:54 +0000 Subject: [PATCH] Update src/app/politicians/page.tsx --- src/app/politicians/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/politicians/page.tsx b/src/app/politicians/page.tsx index 6389166..2bc3b69 100644 --- a/src/app/politicians/page.tsx +++ b/src/app/politicians/page.tsx @@ -51,10 +51,10 @@ export default function LandingPage() { { id: "g1", groupTitle: "Local Representatives", members: [ { - id: "p1", title: "Shri. Rajesh Kumar", subtitle: "Ward 5", detail: "Accountability Score: 88%", imageSrc: "http://img.b2bpic.net/free-photo/happy-diverse-people-enjoying-park_53876-63295.jpg", imageAlt: "community service cleanup drive" + id: "p1", title: "Shri. Rajesh Kumar", subtitle: "Ward 5", detail: "Accountability Score: 88%", imageSrc: "http://img.b2bpic.net/free-photo/happy-diverse-people-enjoying-park_53876-63295.jpg?_wi=1", imageAlt: "community service cleanup drive" }, { - id: "p2", title: "Smt. Sunita Devi", subtitle: "Ward 12", detail: "Accountability Score: 72%", imageSrc: "http://img.b2bpic.net/free-photo/happy-diverse-people-enjoying-park_53876-63295.jpg", imageAlt: "community service cleanup drive" + id: "p2", title: "Smt. Sunita Devi", subtitle: "Ward 12", detail: "Accountability Score: 72%", imageSrc: "http://img.b2bpic.net/free-photo/happy-diverse-people-enjoying-park_53876-63295.jpg?_wi=2", imageAlt: "community service cleanup drive" }, ], }, -- 2.49.1