Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a75abaa7f2 | |||
| 333ade6c9a | |||
| 1d3bbe8810 | |||
| 5dbe14f900 | |||
| 6a270e2c3b | |||
| 9158cfe714 | |||
| 30bf0ef394 | |||
| 5817197ce1 | |||
| ce4e79feec | |||
| 9feada8c57 | |||
| 1a37c16471 | |||
| 49e6003b2c | |||
| c4c15d65cb | |||
| bcd6cb3961 | |||
| a367cc02fa | |||
| 2c5d1cb462 |
@@ -12,7 +12,7 @@ import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"
|
|||||||
import { Briefcase, Star, HandshakeIcon, Quote, Zap } from "lucide-react";
|
import { Briefcase, Star, HandshakeIcon, Quote, Zap } from "lucide-react";
|
||||||
|
|
||||||
const navItems = [
|
const navItems = [
|
||||||
{ name: "Home", id: "home" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Candidates", id: "candidates" },
|
{ name: "Candidates", id: "candidates" },
|
||||||
{ name: "Clients", id: "clients" },
|
{ name: "Clients", id: "clients" },
|
||||||
@@ -23,21 +23,21 @@ const footerColumns = [
|
|||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{ label: "Home", href: "/" },
|
{ label: "Home", href: "/" },
|
||||||
{ label: "About", href: "/about" },
|
{ label: "About", href: "about" },
|
||||||
{ label: "Careers", href: "#careers" },
|
{ label: "Careers", href: "careers" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{ label: "For Candidates", href: "/candidates" },
|
{ label: "For Candidates", href: "candidates" },
|
||||||
{ label: "For Clients", href: "/clients" },
|
{ label: "For Clients", href: "clients" },
|
||||||
{ label: "Contact", href: "/contact" },
|
{ label: "Contact", href: "final-cta" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{ label: "Privacy Policy", href: "#privacy" },
|
{ label: "Privacy Policy", href: "privacy" },
|
||||||
{ label: "Terms", href: "#terms" },
|
{ label: "Terms", href: "terms" },
|
||||||
{ label: "LinkedIn", href: "https://linkedin.com" },
|
{ label: "LinkedIn", href: "https://linkedin.com" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@@ -60,7 +60,7 @@ export default function HomePage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={navItems}
|
navItems={navItems}
|
||||||
button={{ text: "Contact", href: "/contact" }}
|
button={{ text: "Contact", href: "final-cta" }}
|
||||||
brandName="Adapro"
|
brandName="Adapro"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -68,7 +68,7 @@ export default function HomePage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardTestimonial
|
<HeroBillboardTestimonial
|
||||||
title="Your trusted partner in professional services recruitment"
|
title="Your trusted partner in professional services recruitment"
|
||||||
description="We connect exceptional talent with forward-thinking organizations across Finance, HR, Procurement, Marketing, Legal, and IT. Built on 20+ years of experience and honest partnerships."
|
description="Achieve faster hiring and better placements with 20+ years of proven expertise. We connect exceptional talent with forward-thinking organizations across Finance, HR, Procurement, Marketing, Legal, and IT—built on honest partnerships and deep industry insight."
|
||||||
tag="Professional Services Specialists"
|
tag="Professional Services Specialists"
|
||||||
tagIcon={Briefcase}
|
tagIcon={Briefcase}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
@@ -78,30 +78,22 @@ export default function HomePage() {
|
|||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "Alex Thompson", handle: "Hiring Manager, FinTech Solutions", testimonial:
|
name: "Alex Thompson", handle: "Hiring Manager, FinTech Solutions", testimonial: "Adapro understood our exact needs and delivered exceptional candidates within weeks. Truly consultative.", rating: 5,
|
||||||
"Adapro understood our exact needs and delivered exceptional candidates within weeks. Truly consultative.", rating: 5,
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"},
|
||||||
imageSrc:
|
|
||||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"},
|
|
||||||
{
|
{
|
||||||
name: "Sarah Mitchell", handle: "Finance Director, Corporate Group", testimonial:
|
name: "Sarah Mitchell", handle: "Finance Director, Corporate Group", testimonial: "The honesty and transparency throughout the process set them apart. No hard sells, just results.", rating: 5,
|
||||||
"The honesty and transparency throughout the process set them apart. No hard sells, just results.", rating: 5,
|
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1"},
|
||||||
imageSrc:
|
|
||||||
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1"},
|
|
||||||
{
|
{
|
||||||
name: "James Chen", handle: "Chief People Officer, Tech Firm", testimonial:
|
name: "James Chen", handle: "Chief People Officer, Tech Firm", testimonial: "20+ years of industry experience shows in every interaction. They get it.", rating: 5,
|
||||||
"20+ years of industry experience shows in every interaction. They get it.", rating: 5,
|
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-smiling_1098-63.jpg"},
|
||||||
imageSrc:
|
|
||||||
"http://img.b2bpic.net/free-photo/young-businessman-smiling_1098-63.jpg"},
|
|
||||||
{
|
{
|
||||||
name: "Emma Robinson", handle: "Legal Counsel, Financial Services", testimonial:
|
name: "Emma Robinson", handle: "Legal Counsel, Financial Services", testimonial: "More than recruiters – they're strategic partners invested in long-term relationships.", rating: 5,
|
||||||
"More than recruiters – they're strategic partners invested in long-term relationships.", rating: 5,
|
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2"},
|
||||||
imageSrc:
|
|
||||||
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2"},
|
|
||||||
]}
|
]}
|
||||||
testimonialRotationInterval={5000}
|
testimonialRotationInterval={5000}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Start a conversation", href: "/contact" },
|
{ text: "Start a conversation", href: "final-cta" },
|
||||||
{ text: "Register as candidate", href: "/candidates" },
|
{ text: "Register as candidate", href: "candidates" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -115,7 +107,7 @@ export default function HomePage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
title="Experience, honesty, partnership. That's how we work."
|
title="Experience, honesty, partnership. That's how we work."
|
||||||
description="Over 20 years transforming professional services hiring"
|
description="Over 20 years transforming professional services hiring"
|
||||||
subdescription="Built on relationships that last"
|
subdescription="Built on relationships that last – 90%+ client retention rate"
|
||||||
icon={HandshakeIcon}
|
icon={HandshakeIcon}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/focused-business-colleagues-arguing_1262-20538.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/focused-business-colleagues-arguing_1262-20538.jpg?_wi=1"
|
||||||
imageAlt="Adapro team collaborating with clients"
|
imageAlt="Adapro team collaborating with clients"
|
||||||
@@ -130,29 +122,17 @@ export default function HomePage() {
|
|||||||
description="Deep expertise in professional services means we understand your challenges and opportunities."
|
description="Deep expertise in professional services means we understand your challenges and opportunities."
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "finance", title: "Finance", description:
|
id: "finance", title: "Finance", description: "CFOs, controllers, financial analysts, and accounting professionals. From audit to FP&A.", tag: "Finance", imageSrc: "http://img.b2bpic.net/free-photo/businessman-holding-laptop-showing-financial-data_9975-22146.jpg?_wi=1"},
|
||||||
"CFOs, controllers, financial analysts, and accounting professionals. From audit to FP&A.", tag: "Finance", imageSrc:
|
|
||||||
"http://img.b2bpic.net/free-photo/businessman-holding-laptop-showing-financial-data_9975-22146.jpg?_wi=1"},
|
|
||||||
{
|
{
|
||||||
id: "hr", title: "Human Resources", description:
|
id: "hr", title: "Human Resources", description: "HR directors, talent acquisition leaders, and people strategy experts.", tag: "HR", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-learning-together_23-2149300755.jpg?_wi=1"},
|
||||||
"HR directors, talent acquisition leaders, and people strategy experts.", tag: "HR", imageSrc:
|
|
||||||
"http://img.b2bpic.net/free-photo/medium-shot-people-learning-together_23-2149300755.jpg?_wi=1"},
|
|
||||||
{
|
{
|
||||||
id: "procurement", title: "Procurement", description:
|
id: "procurement", title: "Procurement", description: "Procurement directors, supply chain specialists, and strategic sourcing professionals.", tag: "Procurement", imageSrc: "http://img.b2bpic.net/free-photo/employees-check-warehouse-inventory_482257-75292.jpg"},
|
||||||
"Procurement directors, supply chain specialists, and strategic sourcing professionals.", tag: "Procurement", imageSrc:
|
|
||||||
"http://img.b2bpic.net/free-photo/employees-check-warehouse-inventory_482257-75292.jpg"},
|
|
||||||
{
|
{
|
||||||
id: "marketing", title: "Marketing", description:
|
id: "marketing", title: "Marketing", description: "Marketing leaders, digital strategists, and campaign specialists.", tag: "Marketing", imageSrc: "http://img.b2bpic.net/free-photo/marketing-plan-achievement-strategy_53876-127844.jpg?_wi=1"},
|
||||||
"Marketing leaders, digital strategists, and campaign specialists.", tag: "Marketing", imageSrc:
|
|
||||||
"http://img.b2bpic.net/free-photo/marketing-plan-achievement-strategy_53876-127844.jpg?_wi=1"},
|
|
||||||
{
|
{
|
||||||
id: "legal", title: "Legal", description:
|
id: "legal", title: "Legal", description: "Qualified lawyers, legal counsel, and compliance specialists.", tag: "Legal", imageSrc: "http://img.b2bpic.net/free-photo/lawyer-legal-advice-law-compliance-concept_53876-120328.jpg"},
|
||||||
"Qualified lawyers, legal counsel, and compliance specialists.", tag: "Legal", imageSrc:
|
|
||||||
"http://img.b2bpic.net/free-photo/lawyer-legal-advice-law-compliance-concept_53876-120328.jpg"},
|
|
||||||
{
|
{
|
||||||
id: "it", title: "IT", description:
|
id: "it", title: "IT", description: "CIOs, systems architects, project managers, and technology specialists.", tag: "IT", imageSrc: "http://img.b2bpic.net/free-photo/joyous-coworkers-having-fun-vibrant-office-while-reviewing-financial-graphs_482257-126650.jpg"},
|
||||||
"CIOs, systems architects, project managers, and technology specialists.", tag: "IT", imageSrc:
|
|
||||||
"http://img.b2bpic.net/free-photo/joyous-coworkers-having-fun-vibrant-office-while-reviewing-financial-graphs_482257-126650.jpg"},
|
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -166,28 +146,22 @@ export default function HomePage() {
|
|||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Michael Davies", role: "Hiring Director", company: "Investment Management Firm", rating: 5,
|
id: "1", name: "Michael Davies", role: "Hiring Director", company: "Investment Management Firm", rating: 5,
|
||||||
imageSrc:
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"},
|
||||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"},
|
|
||||||
{
|
{
|
||||||
id: "2", name: "Jessica Wong", role: "Finance Manager", company: "Professional Services", rating: 5,
|
id: "2", name: "Jessica Wong", role: "Finance Manager", company: "Professional Services", rating: 5,
|
||||||
imageSrc:
|
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3"},
|
||||||
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3"},
|
|
||||||
{
|
{
|
||||||
id: "3", name: "David O'Connor", role: "Senior Counsel", company: "Legal Practice", rating: 5,
|
id: "3", name: "David O'Connor", role: "Senior Counsel", company: "Legal Practice", rating: 5,
|
||||||
imageSrc:
|
imageSrc: "http://img.b2bpic.net/free-photo/successful-professional-sitting-office_1098-21006.jpg"},
|
||||||
"http://img.b2bpic.net/free-photo/successful-professional-sitting-office_1098-21006.jpg"},
|
|
||||||
{
|
{
|
||||||
id: "4", name: "Patricia Newman", role: "Chief People Officer", company: "Corporate Finance", rating: 5,
|
id: "4", name: "Patricia Newman", role: "Chief People Officer", company: "Corporate Finance", rating: 5,
|
||||||
imageSrc:
|
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-employee-with-crossed-arms_1098-3148.jpg"},
|
||||||
"http://img.b2bpic.net/free-photo/cheerful-employee-with-crossed-arms_1098-3148.jpg"},
|
|
||||||
{
|
{
|
||||||
id: "5", name: "Robert Smith", role: "IT Director", company: "Technology Solutions", rating: 5,
|
id: "5", name: "Robert Smith", role: "IT Director", company: "Technology Solutions", rating: 5,
|
||||||
imageSrc:
|
imageSrc: "http://img.b2bpic.net/free-photo/computer-scientist-server-farm-ensuring-compliance-with-industry-standards_482257-123806.jpg"},
|
||||||
"http://img.b2bpic.net/free-photo/computer-scientist-server-farm-ensuring-compliance-with-industry-standards_482257-123806.jpg"},
|
|
||||||
{
|
{
|
||||||
id: "6", name: "Caroline Hughes", role: "Head of Marketing", company: "Brand Agency", rating: 5,
|
id: "6", name: "Caroline Hughes", role: "Head of Marketing", company: "Brand Agency", rating: 5,
|
||||||
imageSrc:
|
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg"},
|
||||||
"http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg"},
|
|
||||||
]}
|
]}
|
||||||
title="What our partners say"
|
title="What our partners say"
|
||||||
description="Real feedback from companies and candidates who've worked with us."
|
description="Real feedback from companies and candidates who've worked with us."
|
||||||
@@ -209,8 +183,8 @@ export default function HomePage() {
|
|||||||
title="Let's start a conversation"
|
title="Let's start a conversation"
|
||||||
description="Whether you're looking to hire exceptional talent or explore your next career opportunity, we're here to help. No pressure, no sales pitch – just honest advice from people who understand your world."
|
description="Whether you're looking to hire exceptional talent or explore your next career opportunity, we're here to help. No pressure, no sales pitch – just honest advice from people who understand your world."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Get in touch", href: "/contact" },
|
{ text: "Get in touch", href: "final-cta" },
|
||||||
{ text: "Book a call", href: "/contact" },
|
{ text: "Book a call", href: "final-cta" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
background={{ variant: "animated-grid" }}
|
background={{ variant: "animated-grid" }}
|
||||||
|
|||||||
Reference in New Issue
Block a user