diff --git a/src/app/careers/page.tsx b/src/app/careers/page.tsx index c2ea1f1..2f4674d 100644 --- a/src/app/careers/page.tsx +++ b/src/app/careers/page.tsx @@ -7,7 +7,7 @@ import AboutMetric from "@/components/sections/about/AboutMetric"; import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix"; import FooterMedia from "@/components/sections/footer/FooterMedia"; import Link from "next/link"; -import { Users, Briefcase, Target, Award } from "lucide-react"; +import { Users, Briefcase, Target, Award, ArrowRight } from "lucide-react"; export default function CareersPage() { return ( @@ -44,17 +44,11 @@ export default function CareersPage() { background={{ variant: "downward-rays-animated" }} avatars={[ { - src: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", - alt: "professional headshot business person", - }, + src: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", alt: "professional headshot business person"}, { - src: "http://img.b2bpic.net/free-photo/front-view-smiley-people-meeting-coffee_23-2148817097.jpg", - alt: "diverse professional woman headshot", - }, + src: "http://img.b2bpic.net/free-photo/front-view-smiley-people-meeting-coffee_23-2148817097.jpg", alt: "diverse professional woman headshot"}, { - src: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-businessman-model-dressed-elegant-blue-suit-posing-street-background-metrosexual_158538-10527.jpg", - alt: "professional man business portrait", - }, + src: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-businessman-model-dressed-elegant-blue-suit-posing-street-background-metrosexual_158538-10527.jpg", alt: "professional man business portrait"}, ]} avatarText="Join 500+ talented professionals in our network" title="Grow Your Career with Nexora Solutions" @@ -89,37 +83,17 @@ export default function CareersPage() { description="Explore diverse roles across our HR and IT consulting divisions with competitive benefits and growth opportunities" features={[ { - title: "Senior HR Consultant", - description: "Lead HR transformation initiatives for enterprise clients. Mentor junior consultants and drive strategic people solutions.", - imageSrc: "http://img.b2bpic.net/free-photo/male-general-manager-looking-mockup-screen-solving-tasks_482257-119557.jpg?_wi=6", - imageAlt: "HR Consultant Role", - buttonIcon: "ArrowRight", - buttonHref: "#apply", - }, + title: "Senior HR Consultant", description: "Lead HR transformation initiatives for enterprise clients. Mentor junior consultants and drive strategic people solutions.", imageSrc: "http://img.b2bpic.net/free-photo/male-general-manager-looking-mockup-screen-solving-tasks_482257-119557.jpg", imageAlt: "HR Consultant Role", buttonIcon: ArrowRight, + buttonHref: "#apply"}, { - title: "IT Recruitment Specialist", - description: "Source and place top IT talent for leading technology companies. Build relationships with developers and architects.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-indoors_23-2149831295.jpg?_wi=4", - imageAlt: "IT Recruitment Role", - buttonIcon: "ArrowRight", - buttonHref: "#apply", - }, + title: "IT Recruitment Specialist", description: "Source and place top IT talent for leading technology companies. Build relationships with developers and architects.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-indoors_23-2149831295.jpg", imageAlt: "IT Recruitment Role", buttonIcon: ArrowRight, + buttonHref: "#apply"}, { - title: "Business Analyst", - description: "Analyze client needs and design HR and IT solutions. Work with cross-functional teams to deliver impactful results.", - imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-factory-technicians-using-isolated-screen-tablet-research_482257-123399.jpg?_wi=6", - imageAlt: "Business Analyst Role", - buttonIcon: "ArrowRight", - buttonHref: "#apply", - }, + title: "Business Analyst", description: "Analyze client needs and design HR and IT solutions. Work with cross-functional teams to deliver impactful results.", imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-factory-technicians-using-isolated-screen-tablet-research_482257-123399.jpg", imageAlt: "Business Analyst Role", buttonIcon: ArrowRight, + buttonHref: "#apply"}, { - title: "Talent Acquisition Manager", - description: "Build and manage recruitment teams. Develop strategies to attract and retain exceptional talent across industries.", - imageSrc: "http://img.b2bpic.net/free-photo/african-american-financial-consultant-writing-reports-while-having-meeting-with-clients-office_637285-898.jpg?_wi=6", - imageAlt: "Talent Acquisition Role", - buttonIcon: "ArrowRight", - buttonHref: "#apply", - }, + title: "Talent Acquisition Manager", description: "Build and manage recruitment teams. Develop strategies to attract and retain exceptional talent across industries.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-financial-consultant-writing-reports-while-having-meeting-with-clients-office_637285-898.jpg", imageAlt: "Talent Acquisition Role", buttonIcon: ArrowRight, + buttonHref: "#apply"}, ]} textboxLayout="default" useInvertedBackground={true} @@ -129,12 +103,11 @@ export default function CareersPage() { {/* Footer */}