@@ -60,7 +60,7 @@ export default function HomePage() {
<divid="nav"data-section="nav">
<NavbarStyleCentered
navItems={navItems}
button={{text:"Contact",href:"/contact"}}
button={{text:"Contact",href:"final-cta"}}
brandName="Adapro"
/>
</div>
@@ -68,7 +68,7 @@ export default function HomePage() {
<divid="hero"data-section="hero">
<HeroBillboardTestimonial
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"
tagIcon={Briefcase}
tagAnimation="slide-up"
@@ -78,30 +78,22 @@ export default function HomePage() {
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,
name:"James Chen",handle:"Chief People Officer, Tech Firm",testimonial:"20+ years of industry experience shows in every interaction. They get it.",rating: 5,
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"},
{
id:"hr",title:"Human Resources",description:
"HR directors, talent acquisition leaders, and people strategy experts.",tag:"HR",imageSrc:
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"},
{
id:"procurement",title:"Procurement",description:
"Procurement directors, supply chain specialists, and strategic sourcing professionals.",tag:"Procurement",imageSrc:
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"},
{
id:"legal",title:"Legal",description:
"Qualified lawyers, legal counsel, and compliance specialists.",tag:"Legal",imageSrc:
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"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -166,28 +146,22 @@ export default function HomePage() {
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"
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={[
{text:"Get in touch",href:"/contact"},
{text:"Book a call",href:"/contact"},
{text:"Get in touch",href:"final-cta"},
{text:"Book a call",href:"final-cta"},
]}
buttonAnimation="slide-up"
background={{variant:"animated-grid"}}
@@ -223,4 +197,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.