Update src/app/staff/page.tsx

This commit is contained in:
2026-03-09 16:10:56 +00:00
parent a424399a83
commit e1bf5dd645

View File

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