Update src/app/candidates/page.tsx
This commit is contained in:
@@ -80,21 +80,21 @@ export default function CandidatesPage() {
|
||||
id: "1",
|
||||
title: "Personalized Job Matching",
|
||||
tags: ["Career Fit", "Skills Alignment"],
|
||||
imageSrc: "/placeholders/placeholder1.webp",
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=13",
|
||||
imageAlt: "Job matching service",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Interview Preparation Support",
|
||||
tags: ["Coaching", "Company Insights"],
|
||||
imageSrc: "/placeholders/placeholder1.webp",
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=14",
|
||||
imageAlt: "Interview coaching",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Roles in Growing Sectors",
|
||||
tags: ["Tech", "Healthcare", "Finance"],
|
||||
imageSrc: "/placeholders/placeholder1.webp",
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=15",
|
||||
imageAlt: "Diverse sector opportunities",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user