From e1bf5dd6453264259aeec1936723e174802d9f00 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 16:10:56 +0000 Subject: [PATCH] Update src/app/staff/page.tsx --- src/app/staff/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/staff/page.tsx b/src/app/staff/page.tsx index cbf7d3f..e3f4adb 100644 --- a/src/app/staff/page.tsx +++ b/src/app/staff/page.tsx @@ -79,7 +79,7 @@ export default function StaffPage() { tag="All-in-One Solution" tagIcon={Sparkles} background={{ variant: "grid" }} - imageSrc="http://img.b2bpic.net/free-photo/busy-open-plan-office_1098-12690.jpg" + imageSrc="http://img.b2bpic.net/free-photo/busy-open-plan-office_1098-12690.jpg?_wi=3" imageAlt="PlacementHub Dashboard Interface" buttons={[ { @@ -107,21 +107,21 @@ export default function StaffPage() { id: "1", name: "Smart Student Filtering", price: "Find Qualified Candidates", - imageSrc: "http://img.b2bpic.net/free-photo/busy-open-plan-office_1098-12690.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/busy-open-plan-office_1098-12690.jpg?_wi=4", imageAlt: "Staff Dashboard Filtering", }, { id: "2", name: "AI-Powered Shortlisting", price: "Auto-Generate Candidate Pools", - imageSrc: "http://img.b2bpic.net/free-photo/business-people-pointing-tablet_1098-21641.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-people-pointing-tablet_1098-21641.jpg?_wi=4", imageAlt: "AI Shortlisting Interface", }, { id: "3", name: "Bulk Email Campaigns", price: "Communicate at Scale", - imageSrc: "http://img.b2bpic.net/free-photo/business-people-pointing-tablet_1098-21641.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-people-pointing-tablet_1098-21641.jpg?_wi=5", imageAlt: "Email Notifications", }, ]}