Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
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",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -46,7 +46,7 @@ export default function ContactPage() {
|
||||
tagAnimation="opacity"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="/placeholders/placeholder1.webp"
|
||||
imageSrc="/placeholders/placeholder1.webp?_wi=9"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="your@email.com"
|
||||
|
||||
@@ -80,21 +80,21 @@ export default function EmployersPage() {
|
||||
id: "1",
|
||||
title: "Fast Placements",
|
||||
tags: ["5-7 Days", "Quick Results"],
|
||||
imageSrc: "/placeholders/placeholder1.webp",
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=10",
|
||||
imageAlt: "Fast recruitment process",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Local Market Knowledge",
|
||||
tags: ["Exeter Expertise", "Devon Understanding"],
|
||||
imageSrc: "/placeholders/placeholder1.webp",
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=11",
|
||||
imageAlt: "Local market expertise",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Flexible Staffing Options",
|
||||
tags: ["Permanent", "Temporary", "Contract"],
|
||||
imageSrc: "/placeholders/placeholder1.webp",
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=12",
|
||||
imageAlt: "Flexible staffing solutions",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -104,28 +104,28 @@ export default function HomePage() {
|
||||
id: "1",
|
||||
title: "Hire Permanent Staff",
|
||||
tags: ["Permanent Roles", "Full-time Positions"],
|
||||
imageSrc: "/placeholders/placeholder1.webp",
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=1",
|
||||
imageAlt: "Hire staff for your business",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Executive Search",
|
||||
tags: ["Senior Positions", "Leadership Roles"],
|
||||
imageSrc: "/placeholders/placeholder1.webp",
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=2",
|
||||
imageAlt: "Executive recruitment services",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Temporary & Contract Staffing",
|
||||
tags: ["Flexible Solutions", "Short-term Coverage"],
|
||||
imageSrc: "/placeholders/placeholder1.webp",
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=3",
|
||||
imageAlt: "Temporary staffing options",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Specialized Technical Recruitment",
|
||||
tags: ["Tech Skills", "Specialized Roles"],
|
||||
imageSrc: "/placeholders/placeholder1.webp",
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=4",
|
||||
imageAlt: "Technical talent recruitment",
|
||||
},
|
||||
]}
|
||||
@@ -317,7 +317,7 @@ export default function HomePage() {
|
||||
tagAnimation="opacity"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="/placeholders/placeholder1.webp"
|
||||
imageSrc="/placeholders/placeholder1.webp?_wi=5"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Enter your email"
|
||||
|
||||
@@ -48,21 +48,21 @@ export default function ServicesPage() {
|
||||
id: "1",
|
||||
title: "Permanent Staffing Solutions",
|
||||
tags: ["Full-time Roles", "Permanent Positions"],
|
||||
imageSrc: "/placeholders/placeholder1.webp",
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=6",
|
||||
imageAlt: "Permanent staffing solutions",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Executive & Senior Search",
|
||||
tags: ["Leadership Roles", "C-Suite Placements"],
|
||||
imageSrc: "/placeholders/placeholder1.webp",
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=7",
|
||||
imageAlt: "Executive search services",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Temporary & Contract Staff",
|
||||
tags: ["Short-term Coverage", "Flexible Solutions"],
|
||||
imageSrc: "/placeholders/placeholder1.webp",
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=8",
|
||||
imageAlt: "Temporary staffing options",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user