Merge version_2 into main #3

Merged
bender merged 2 commits from version_2 into main 2026-04-21 12:13:35 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -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"

View File

@@ -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"
/>