Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-09 16:30:18 +00:00

View File

@@ -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 */}
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/college-boy-with-books_23-2147678832.jpg?_wi=5"
imageSrc="http://img.b2bpic.net/free-photo/college-boy-with-books_23-2147678832.jpg"
imageAlt="Nexora Solutions Team"
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Services", href: "/services" },
@@ -142,8 +115,7 @@ export default function CareersPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "Careers", href: "/careers" },
{ label: "Contact Us", href: "/contact" },
{ label: "Industries", href: "/industries" },
@@ -151,8 +123,7 @@ export default function CareersPage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "LinkedIn", href: "https://linkedin.com" },
{ label: "Facebook", href: "https://facebook.com" },
{ label: "Twitter", href: "https://twitter.com" },