/* global React, BgGear, IconArrow, IconCheck, Testimonial */ function ConsultancyPage({ navigate, onCTA }) { return (
{/* ============ HERO ============ */}
HR Consultancy For Scaling Businesses

Your people operations are your
biggest source of hidden cost.

As businesses scale, the gap between what leadership intends and what actually happens on the ground widens, quietly, and expensively. Misaligned tools, underdeveloped managers, unclear strategy, and poor onboarding don't announce themselves. They compound.

{/* ============ THREE PROBLEMS ============ */}
Three problems we see most

If you recognise any of these, we should talk.

{[ { title: "Execution is harder than it should be.", body: "If your business is growing but delivery feels increasingly fragmented, the issue isn't your strategy. It's that your people infrastructure wasn't designed for the stage you're at. The tools, processes and management structures that worked at 50 people will not scale to 200+." }, { title: "Your leadership team may not be as strong as you think.", body: "Teams have a natural propensity to become dysfunctional, it rarely happens all at once. Trust quietly erodes. Conflict gets avoided rather than resolved. Commitment starts to show up less. Often the person closest to the team is the last to see it." }, { title: "You're scaling without a people strategy.", body: "Hiring fast, onboarding inconsistently, and managing reactively is a pattern most fast-growth businesses know well. Without a coherent people strategy underneath, the cost compounds every quarter. I help you get ahead of it." } ].map((p, i) => (
0{i + 1}

{p.title}

{p.body}

))}
{/* ============ HOW I WORK ============ */}
How I work

The fractional model, strategic depth, without the full-time overhead.

I embed alongside your leadership team as a fractional HR Director, bringing the experience, seniority, and commercial awareness of an executive hire, structured around what your business actually needs.

This isn't retained advice from the outside. I get inside the business, understand your specific context, and build solutions that stick.

Engagement models
{["Flexible retainer", "Project-based", "Day rate available"].map(m => ( {m} ))}
What this can include
    {[ "People strategy design and execution", "Leadership team diagnostics and development", "Hiring, onboarding, and performance infrastructure", "Management capability building", "HR tech and automation review", "Standalone project work", "Team Diagnostic workshops (Lencioni framework)", ].map(item => (
  • {item}
  • ))}
{/* ============ TESTIMONIALS (DARK) ============ */}
Client voices

The change is in the outcomes, not the proposals.

{[ { q: "Sarah played an important role in helping identify focus areas for the broader leadership group and championing actionable improvements informed by data insights such as attrition trends and hiring outcomes. These efforts contributed to meaningful changes, including revamped hiring and onboarding practices and the introduction of clearer sales competencies.", n: "Mike Elliot", r: "Regional Sales Director" }, { q: "Sarah was key in developing the benefits system here at Jetstone. She arrived with a clear mission, to improve employee engagement and satisfaction, and took the lead in canvassing and listening to employees, then relaying this back to management. This greatly aided employee retention.", n: "Calum McLatchie", r: "COO" }, { q: "Sarah proved herself invaluable when COVID forced us into lockdown and remote working. Sarah was the cohesion we needed as a business.", n: "James Seymour", r: "CTO" }, { q: "Sarah is a highly experienced HR Director and business partner. Sarah always brings a balance of commercial awareness, experience, and personal sensitivity.", n: "Rob Jenkins", r: "VP" }, ].map((t, i) => (

{t.q}

{t.n} ยท {t.r}
))}
{/* ============ DIAGNOSTIC CTA ============ */}
Not sure where to start?

Take the Team Diagnostic.

Grounded in Lencioni's Five Dysfunctions of a Team, it surfaces the invisible gaps that may be quietly eroding your leadership team's performance, in under 5 minutes.

{/* ============ FINAL BOOKING ============ */}

Let's talk.

No lengthy proposals. A conversation first, to understand your context and work out whether there's a fit.

); } const consultancyPageStyle = document.createElement("style"); consultancyPageStyle.textContent = ` @media (max-width: 920px) { .consultancy-tests { grid-template-columns: 1fr !important; } } `; document.head.appendChild(consultancyPageStyle); window.ConsultancyPage = ConsultancyPage;