From 7277fc5ec20966ce8ec275f91793eb9abb970a44 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 12:13:31 +0000 Subject: [PATCH 1/2] Update src/app/candidates/page.tsx --- src/app/candidates/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/candidates/page.tsx b/src/app/candidates/page.tsx index 02bae68..2feb985 100644 --- a/src/app/candidates/page.tsx +++ b/src/app/candidates/page.tsx @@ -36,8 +36,8 @@ export default function CandidatesPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { id: "1", name: "Alex Johnson", price: "President", variant: "Policy: Sustainable Campus", imageSrc: "http://img.b2bpic.net/free-photo/vertical-picture-business-woman-with-folder-hand_171337-16601.jpg" }, - { id: "2", name: "Sarah Lee", price: "President", variant: "Policy: Enhanced Facilities", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-using-her-digital-tablet_23-2149064545.jpg" }, + { id: "1", name: "Alex Johnson", price: "President", variant: "Policy: Sustainable Campus", imageSrc: "http://img.b2bpic.net/free-photo/vertical-picture-business-woman-with-folder-hand_171337-16601.jpg?_wi=1" }, + { id: "2", name: "Sarah Lee", price: "President", variant: "Policy: Enhanced Facilities", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-using-her-digital-tablet_23-2149064545.jpg?_wi=1" }, { id: "3", name: "Marcus Brown", price: "IT Rep", variant: "Policy: Tech Infrastructure", imageSrc: "http://img.b2bpic.net/free-photo/waist-up-shot-thoughtful-young-woman-with-curly-hair-wears-spectacles-casual-clothes-carries-tablet-strolls-outside-urban-setting-clever-female-student-holds-modern-gadget-poses-street_273609-56927.jpg" } ]} title="Election Candidates" -- 2.49.1 From 0a155e92bd8215476d720e7be3f4f811552b87db Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 12:13:31 +0000 Subject: [PATCH 2/2] Update src/app/results/page.tsx --- src/app/results/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/results/page.tsx b/src/app/results/page.tsx index ec9bb8d..dbc6072 100644 --- a/src/app/results/page.tsx +++ b/src/app/results/page.tsx @@ -38,8 +38,8 @@ export default function ResultsPage() { title="Election Results" description="Live breakdown of the current vote tallies." metrics={[ - { id: "p1", value: "52%", title: "Alex Johnson", description: "Presidential Candidate", imageSrc: "http://img.b2bpic.net/free-photo/vertical-picture-business-woman-with-folder-hand_171337-16601.jpg" }, - { id: "p2", value: "48%", title: "Sarah Lee", description: "Presidential Candidate", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-using-her-digital-tablet_23-2149064545.jpg" }, + { id: "p1", value: "52%", title: "Alex Johnson", description: "Presidential Candidate", imageSrc: "http://img.b2bpic.net/free-photo/vertical-picture-business-woman-with-folder-hand_171337-16601.jpg?_wi=2" }, + { id: "p2", value: "48%", title: "Sarah Lee", description: "Presidential Candidate", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-using-her-digital-tablet_23-2149064545.jpg?_wi=2" }, ]} textboxLayout="default" /> -- 2.49.1