/* global React, BgGear, IconArrow, IconCheck, Testimonial, CredBar */ function HomePage({ navigate, onCTA }) { return (
{/* ============ HERO ============ */}
People Operations. Reimagined.

Where people strategy
meets what actually works.

People Cake works with rapidly scaling businesses and ambitious HR leaders, bringing the strategic depth of a seasoned HR Director to the problems that matter most, at the speed and flexibility your stage demands.

{/* ============ CREDIBILITY BAR ============ */}
Trusted by
{[ { src: "assets/logos/crowdstrike.jpg", alt: "CrowdStrike" }, { src: "assets/logos/box.jpg", alt: "Box" }, { src: "assets/logos/vmware.jpg", alt: "VMware by Broadcom" }, { src: "assets/logos/blackberry.jpg", alt: "BlackBerry" }, { src: "assets/logos/syngenta.jpg", alt: "Syngenta" }, { src: "assets/logos/sgi.jpg", alt: "SGI" }]. map((l) => {l.alt} )}
{/* ============ TWO SERVICE STREAMS ============ */}
Two streams ยท one practice

Choose the door that matches the moment you're in.

People Cake serves two distinct audiences with different needs. Find your stream below, or read more about each.

navigate("consultancy")}>
HR
For Scaling Businesses

Your people infrastructure wasn't built for where you're going.

The systems, processes, and management structures that got you to 50 people will not get you to 200+. Most scaling businesses don't fail because of bad strategy, they fail because the operational foundations weren't built to carry it.

Explore HR Consultancy
navigate("coaching")}>
CC
For HR Leaders

You're skilled at developing others. Who's developing you?

HR leaders are practised at advocating for everyone but themselves. When the next step isn't clear, whether you're in transition, at a crossroads, or simply ready for more, I provide the structure, honesty, and shared experience to help you move forward with confidence.

Explore Career Coaching
{/* ============ TESTIMONIALS ============ */}
Words from people I've worked with

Trust, built over years,
not pitched in a deck.

{/* ============ DIAGNOSTIC CTA ============ */}
Free tool

Is your leadership team
as strong as you think it is?

Teams don't fall apart overnight. As people and circumstances change, new behaviours quietly take hold, and because the decline is gradual, it's easy to miss, especially from the inside. The danger is that the effects compound. By the time it's visible, the damage to your business can already be significant.

No sales call required Takes 5 minutes Results sent by email
); } /* Mobile-responsive testimonials row */ const homePageStyle = document.createElement("style"); homePageStyle.textContent = ` @media (max-width: 920px) { .testimonials-row { grid-template-columns: 1fr !important; } } `; document.head.appendChild(homePageStyle); window.HomePage = HomePage;