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