Update src/app/employers/page.tsx

This commit is contained in:
2026-03-02 21:19:58 +00:00
parent 425a7b65f7
commit a9891ab864

View File

@@ -80,21 +80,21 @@ export default function EmployersPage() {
id: "1", id: "1",
title: "Fast Placements", title: "Fast Placements",
tags: ["5-7 Days", "Quick Results"], tags: ["5-7 Days", "Quick Results"],
imageSrc: "/placeholders/placeholder1.webp", imageSrc: "/placeholders/placeholder1.webp?_wi=10",
imageAlt: "Fast recruitment process", imageAlt: "Fast recruitment process",
}, },
{ {
id: "2", id: "2",
title: "Local Market Knowledge", title: "Local Market Knowledge",
tags: ["Exeter Expertise", "Devon Understanding"], tags: ["Exeter Expertise", "Devon Understanding"],
imageSrc: "/placeholders/placeholder1.webp", imageSrc: "/placeholders/placeholder1.webp?_wi=11",
imageAlt: "Local market expertise", imageAlt: "Local market expertise",
}, },
{ {
id: "3", id: "3",
title: "Flexible Staffing Options", title: "Flexible Staffing Options",
tags: ["Permanent", "Temporary", "Contract"], tags: ["Permanent", "Temporary", "Contract"],
imageSrc: "/placeholders/placeholder1.webp", imageSrc: "/placeholders/placeholder1.webp?_wi=12",
imageAlt: "Flexible staffing solutions", imageAlt: "Flexible staffing solutions",
}, },
]} ]}