From c061fdac08479de039cd09d44f312d5d7490ca4b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 10:14:53 +0000 Subject: [PATCH] Update src/app/politics/page.tsx --- src/app/politics/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/politics/page.tsx b/src/app/politics/page.tsx index 74b946b..2b5f620 100644 --- a/src/app/politics/page.tsx +++ b/src/app/politics/page.tsx @@ -95,7 +95,7 @@ const PoliticsPage = () => { handle: "Breaking", testimonial: "Latest government policy announcement affecting citizens nationwide. Full coverage and analysis available.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/lightbox-still-life-arrangement_23-2149198446.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lightbox-still-life-arrangement_23-2149198446.jpg?_wi=4", imageAlt: "Government policy news", }, { @@ -103,7 +103,7 @@ const PoliticsPage = () => { handle: "Politics", testimonial: "Election campaigns gain momentum with candidate debates and policy positions unveiled this week.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/lightbox-still-life-arrangement_23-2149198446.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lightbox-still-life-arrangement_23-2149198446.jpg?_wi=5", imageAlt: "Election news coverage", }, { @@ -111,7 +111,7 @@ const PoliticsPage = () => { handle: "Parliament", testimonial: "Parliament passes landmark legislation. Experts analyze implications for citizens and economy.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/lightbox-still-life-arrangement_23-2149198446.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lightbox-still-life-arrangement_23-2149198446.jpg?_wi=6", imageAlt: "Parliament legislative news", }, ]} @@ -134,21 +134,21 @@ const PoliticsPage = () => { id: "policy-story", title: "Government Policy Update", description: "Comprehensive analysis of new government policies and their impact on citizens", - imageSrc: "http://img.b2bpic.net/free-photo/lightbox-still-life-arrangement_23-2149198446.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lightbox-still-life-arrangement_23-2149198446.jpg?_wi=7", imageAlt: "Government policy coverage", }, { id: "election-story", title: "Election Campaign News", description: "Latest developments in the election campaign with candidate statements and voter reactions", - imageSrc: "http://img.b2bpic.net/free-photo/lightbox-still-life-arrangement_23-2149198446.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lightbox-still-life-arrangement_23-2149198446.jpg?_wi=8", imageAlt: "Election campaign news", }, { id: "parliament-story", title: "Parliament & Legislature", description: "Recent votes, legislation, and parliamentary debates from the house and senate", - imageSrc: "http://img.b2bpic.net/free-photo/lightbox-still-life-arrangement_23-2149198446.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lightbox-still-life-arrangement_23-2149198446.jpg?_wi=9", imageAlt: "Parliament legislative news", }, ]}