{"id":76029,"date":"2026-05-26T00:46:26","date_gmt":"2026-05-26T00:46:26","guid":{"rendered":"https:\/\/employmenthero.com\/?page_id=76029"},"modified":"2026-06-18T23:59:25","modified_gmt":"2026-06-18T23:59:25","slug":"reviews","status":"publish","type":"page","link":"https:\/\/employmenthero.com\/reviews\/","title":{"rendered":"Reviews"},"content":{"rendered":"\n<!-- ================================================================\n     Reviews Landing Page experiment\n     Pasted from cro-hub v3-export \"Final - The Record\" mockup (2026-05-21).\n     Page content only; EH header\/footer come from the dev-server shell.\n     ================================================================ -->\n\n<style>\n\n\/* ============================================================\n   Shared EH design tokens (was shared\/tokens.css)\n   ============================================================ *\/\n:root{\n  \/* Brand *\/\n  --vc-violet-500: #7622D7;\n  --vc-violet-400: #BB91EB;\n  --vc-deep-violet: #460078;\n  --vc-dark-violet: #280541;\n  --vc-light-violet-500: #9A58FC;\n  --vc-light-violet-400: #B382FD;\n  --vc-light-violet-300: #CDACFE;\n  --vc-light-violet-200: #E6D5FE;\n  --vc-light-violet-50: #F9F5FF;\n  --vc-light-violet-10: #F2E9FB;\n\n  \/* Neutrals *\/\n  --vc-off-black: #121214;\n  --vc-neutral-800: #27272A;\n  --vc-neutral-700: #3F3F46;\n  --vc-neutral-600: #52525B;\n  --vc-neutral-500: #71717A;\n  --vc-neutral-400: #A9A9B2;\n  --vc-neutral-200: #E4E4E7;\n  --vc-neutral-100: #F4F4F5;\n  --vc-off-white: #FCFBFF;\n  --vc-white: #FFFFFF;\n\n  \/* Accents *\/\n  --vc-neon-green-500: #94E022;\n  --vc-neon-green-100: #EEFED5;\n  --vc-orange-500: #FFA000;\n  --vc-sky-500: #00B4EB;\n\n  \/* Type *\/\n  --vc-font-heading: 'Saiga', 'Fraunces', -apple-system, 'Segoe UI', Roboto, sans-serif;\n  --vc-font-default: 'DM Sans', -apple-system, 'Segoe UI', Roboto, sans-serif;\n\n  \/* Layout *\/\n  --vc-content: 81.25rem; \/* 1300px *\/\n}\n\n.reviews-lp,.reviews-lp *{box-sizing:border-box}\n.reviews-lp{background:var(--vc-white);color:var(--vc-off-black);font-family:var(--vc-font-default);-webkit-font-smoothing:antialiased;overflow-x:clip}\n.reviews-lp img{max-width:100%;display:block}\n.reviews-lp button{font-family:inherit;cursor:pointer}\n\n\/* Source brand colors used across all variations *\/\n.src-g2{--src:#FF492C}\n.src-trustpilot{--src:#00B67A}\n.src-capterra{--src:#FF9D28}\n.src-google{--src:#4285F4}\n.src-cases{--src:#7622D7}\n\n\/* Universal star utility *\/\n.eh-stars{display:inline-flex;gap:1px;color:#FFA000;font-size:14px;letter-spacing:0}\n.eh-stars[data-size=\"lg\"]{font-size:20px}\n.eh-stars[data-size=\"sm\"]{font-size:11px}\n\n\/* Universal source pill *\/\n.eh-source-pill{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:var(--vc-neutral-700)}\n.eh-source-pill::before{content:\"\";width:8px;height:8px;border-radius:100px;background:var(--src,var(--vc-violet-500))}\n\n\/* Verified badge *\/\n.eh-verified{display:inline-flex;align-items:center;gap:4px;font-size:11px;color:var(--vc-neutral-500)}\n.eh-verified svg{width:12px;height:12px}\n\n\/* WordPress block hint badge \u2014 shows during dev *\/\n.eh-block-hint{position:absolute;top:-8px;right:8px;background:var(--vc-light-violet-50);color:var(--vc-violet-500);font-size:9px;font-weight:600;padding:3px 8px;border-radius:100px;letter-spacing:0.06em;text-transform:uppercase;font-family:var(--vc-font-default);border:1px solid var(--vc-light-violet-200);pointer-events:none;opacity:0;transition:opacity .2s}\nbody.show-blocks .eh-block-hint{opacity:1}\n\n\/* ===== Shared modal ===== *\/\n.eh-modal{position:fixed;inset:0;background:rgba(18,18,20,0.65);backdrop-filter:blur(8px);z-index:1000;display:none;align-items:center;justify-content:center;padding:24px;animation:eh-fade .25s ease}\n.eh-modal.is-open{display:flex}\n.eh-modal-card{background:var(--vc-white);border-radius:24px;max-width:680px;width:100%;max-height:90vh;overflow-y:auto;padding:48px;position:relative;animation:eh-pop .3s cubic-bezier(.2,.8,.3,1)}\n.eh-modal-close{position:absolute;top:20px;right:20px;width:36px;height:36px;border-radius:100px;background:var(--vc-neutral-100);border:none;display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--vc-neutral-700)}\n.eh-modal-close:hover{background:var(--vc-neutral-200)}\n.eh-modal-meta{display:flex;align-items:center;gap:16px;margin-bottom:20px;flex-wrap:wrap}\n.eh-modal-headline{font-family:var(--vc-font-heading);font-weight:800;font-size:clamp(1.5rem,1.2143rem + 0.5952vw,1.75rem);letter-spacing:-0.02em;line-height:1.2;margin:0 0 16px;color:var(--vc-off-black)}\n.eh-modal-body{font-size:1.0625rem;line-height:1.6;color:var(--vc-neutral-700);margin:0 0 28px;font-weight:400}\n.eh-modal-author{padding-top:24px;border-top:1px solid var(--vc-neutral-200);display:flex;align-items:center;gap:14px}\n.eh-modal-avatar{width:44px;height:44px;border-radius:100px;background:var(--vc-light-violet-50);color:var(--vc-violet-500);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;font-family:var(--vc-font-heading)}\n.eh-modal-author-name{font-weight:600;color:var(--vc-off-black);font-size:0.9375rem}\n.eh-modal-author-role{font-size:0.8125rem;color:var(--vc-neutral-500);margin-top:2px}\n@keyframes eh-fade{from{opacity:0}to{opacity:1}}\n@keyframes eh-pop{from{opacity:0;transform:scale(0.96) translateY(8px)}to{opacity:1;transform:none}}\n\n\/* Buttons (EH spec) *\/\n.eh-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 24px;border-radius:9999px;font-weight:600;font-size:1rem;font-family:var(--vc-font-default);text-decoration:none;border:2px solid transparent;line-height:1.25;transition:all .2s;white-space:nowrap;cursor:pointer}\n.eh-btn-primary{background:var(--vc-violet-500);color:var(--vc-white)}\n.eh-btn-primary:hover{background:var(--vc-deep-violet)}\n.eh-btn-secondary{background:transparent;color:var(--vc-off-black);border-color:var(--vc-off-black)}\n.eh-btn-secondary:hover{background:var(--vc-off-black);color:var(--vc-white)}\n.eh-btn-light{background:var(--vc-white);color:var(--vc-off-black);border-color:var(--vc-neutral-200)}\n.eh-btn-light:hover{border-color:var(--vc-off-black)}\n.eh-btn-arrow{background:transparent;color:var(--vc-violet-500);padding:0;border:none;font-weight:600}\n.eh-btn-arrow::after{content:\"\\2192\";transition:transform .2s}\n.eh-btn-arrow:hover::after{transform:translateX(3px)}\n.eh-btn-sm{padding:8px 16px;font-size:0.875rem}\n\n\/* ============================================================\n   FINAL \u00b7 The Record \u2014 page styles (was final-record.css)\n   ============================================================ *\/\n:root{\n  --page:#FFFFFF;\n  --surface:#FFFFFF;\n  --surface-2:#FAFAFB;\n  --lav:#F9F5FF;            \/* light-violet fill *\/\n  --lav-line:#E6D5FE;\n  --line:#E7E7EA;           \/* default neutral border *\/\n  --line-2:#D4D4D8;         \/* stronger border *\/\n  --ink:#0E0E10;\n  --violet:#7622D7;\n  --violet-deep:#460078;\n  --r-sm:10px; --r-md:16px; --r-lg:24px; --r-xl:32px; --pill:9999px;\n  --shadow-card:0 1px 2px rgba(16,16,18,.04), 0 10px 30px rgba(16,16,18,.06);\n  --shadow-violet:0 0 0 4px rgba(118,34,215,.12);\n  --vc-font-heading:'Saiga','DM Sans',-apple-system,'Segoe UI',Roboto,sans-serif;\n}\n.reviews-lp{background:var(--page);color:var(--ink);font-family:var(--vc-font-default);-webkit-font-smoothing:antialiased}\n.shell{max-width:1180px;margin-inline:auto;padding-inline:1.5rem}\n.reviews-lp em{font-style:normal}\n\n\/* ===== Buttons (redesign pill system) ===== *\/\n.eh-btn{border-radius:var(--pill);font-weight:600;letter-spacing:-0.01em;transition:transform .15s ease, background .18s, border-color .18s, box-shadow .18s}\n.eh-btn:active{transform:translateY(1px)}\n.eh-btn-line{background:var(--surface);color:var(--ink);border:1.5px solid var(--line-2)}\n.eh-btn-line:hover{border-color:var(--ink);background:var(--surface)}\n.eh-btn-ink{background:var(--violet);color:#fff;border:1.5px solid var(--violet)}\n.eh-btn-ink:hover{background:var(--violet-deep);border-color:var(--violet-deep)}\n.eh-btn-glow{background:var(--violet);color:#fff;border:1.5px solid transparent;font-weight:700}\n.eh-btn-glow:hover{background:#fff;color:var(--violet);box-shadow:var(--shadow-violet)}\n.eh-btn-ghost{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,0.4)}\n.eh-btn-ghost:hover{background:rgba(255,255,255,0.1);border-color:#fff}\n\n\/* nav styles removed -- dev-server shell provides the EH header *\/\n\n\/* ===== Reusable pill tag (kicker \/ mast tag) ===== *\/\n.mast-tag,.hero-kicker,.section-kicker{\n  display:inline-flex;align-items:center;gap:7px;\n  font-family:var(--vc-font-default);font-size:0.75rem;font-weight:600;\n  color:var(--violet);background:var(--lav);border:1px solid var(--lav-line);\n  padding:7px 14px;border-radius:var(--pill);letter-spacing:0;text-transform:none;margin:0 0 18px}\n.mast-tag::before,.hero-kicker::before,.section-kicker::before{\n  content:\"\";width:7px;height:7px;border-radius:50%;background:var(--violet)}\n.section-kicker{margin-top:24px}\n\n\/* ===== Masthead ===== *\/\n.mast{padding:52px 0 52px}\n.mast-title{font-family:var(--vc-font-heading);font-weight:700;font-size:clamp(3rem,1rem + 9vw,7rem);letter-spacing:-0.045em;line-height:0.92;margin:0;color:var(--ink);text-align:center}\n.mast-title em{color:var(--violet)}\n.mast-rule{height:1px;background:var(--line);margin:26px 0 14px}\n.mast-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-size:0.8125rem;color:var(--vc-neutral-600);font-weight:500}\n.mast-meta .dot{color:var(--line-2)}\n\n\/* ===== Hero ===== *\/\n.hero{display:grid;grid-template-columns:1.55fr 1fr;gap:56px;padding:36px 0 0;align-items:start}\n@media (max-width:1024px){.hero{grid-template-columns:1fr;gap:36px}}\n.hero-h{font-family:var(--vc-font-heading);font-weight:700;font-size:clamp(2.25rem,1.2rem + 3.6vw,3.85rem);letter-spacing:-0.035em;line-height:1.02;margin:0 0 22px;text-wrap:balance}\n.hero-h em{color:var(--violet)}\n.hero-deck{font-size:1.1875rem;line-height:1.6;color:var(--vc-neutral-700);margin:0 0 24px;max-width:560px;font-weight:400}\n.hero-deck strong{font-weight:600;color:var(--ink)}\n.hero-byline{font-size:0.8125rem;color:var(--vc-neutral-600);padding-top:20px;border-top:1px solid var(--line);font-weight:500}\n.hero-byline strong{color:var(--ink);font-weight:600}\n\n\/* Aggregate poster \u2014 light card (was dark) *\/\n.poster{background:var(--surface);color:var(--ink);padding:30px;border-radius:var(--r-lg);display:flex;flex-direction:column;gap:18px;position:relative;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow-card)}\n.poster::before{content:\"\u2605\";position:absolute;top:-54px;right:-30px;font-size:280px;color:rgba(118,34,215,0.05);line-height:0.8;font-family:var(--vc-font-heading);pointer-events:none}\n.poster-tag{font-size:0.6875rem;font-weight:600;color:var(--violet);text-transform:none;letter-spacing:0;position:relative}\n.poster-top{display:flex;align-items:flex-end;gap:16px;position:relative}\n.poster-num{font-family:var(--vc-font-heading);font-weight:700;font-size:4.75rem;letter-spacing:-0.05em;line-height:0.82;color:var(--violet)}\n.poster-num small{font-size:0.3em;color:var(--vc-neutral-500);font-weight:600;letter-spacing:0;vertical-align:top}\n.poster-stars{font-size:17px;color:#FFA000;letter-spacing:2px}\n.poster-sub{font-size:0.8125rem;color:var(--vc-neutral-600);margin-top:6px}\n.poster-sub strong{color:var(--ink);font-weight:600}\n.poster-dist{display:flex;flex-direction:column;gap:7px;position:relative;padding-top:18px;border-top:1px solid var(--line)}\n.poster-row{display:grid;grid-template-columns:30px 1fr 56px;gap:10px;align-items:center;font-size:0.75rem;color:var(--vc-neutral-600);font-weight:500}\n.poster-row .lbl::after{content:\"\u2605\";color:#FFA000;margin-left:2px}\n.poster-row .bar{height:7px;background:var(--vc-neutral-100);border-radius:var(--pill);overflow:hidden;position:relative}\n.poster-row .bar::after{content:\"\";position:absolute;inset:0 auto 0 0;width:var(--w,0%);background:var(--violet);border-radius:var(--pill);transition:width .5s}\n.poster-row .cnt{text-align:right;font-variant-numeric:tabular-nums;color:var(--vc-neutral-500)}\n\n\/* ===== Source band \u2014 \"Topic Buttons (light)\" interaction state ===== *\/\n.source-band{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;padding:0}\n@media (max-width:900px){.source-band{grid-template-columns:repeat(2,1fr)}}\n.src-col{display:flex;flex-direction:column;gap:4px;position:relative;padding:18px 18px 16px;cursor:pointer;text-align:left;font-family:inherit;\n  background:var(--surface);border:1px solid var(--line);border-radius:var(--r-md);transition:border-color .16s, box-shadow .16s, transform .16s}\n.src-col::before{content:\"\";position:absolute;left:18px;top:20px;width:9px;height:9px;border-radius:50%;background:var(--src,var(--violet))}\n.src-col:hover{border-color:var(--violet);box-shadow:var(--shadow-violet);transform:translateY(-2px)}\n.src-col-name{padding-left:18px;font-size:0.75rem;font-weight:600;color:var(--ink);text-transform:none;letter-spacing:0}\n.src-col-rating{font-family:var(--vc-font-heading);font-weight:700;font-size:1.85rem;letter-spacing:-0.04em;line-height:1.1;color:var(--ink)}\n.src-col-stars{color:#FFA000;letter-spacing:1px;font-size:11px}\n.src-col-count{font-size:0.75rem;color:var(--vc-neutral-600);margin-top:2px}\n.src-col-link{font-size:0.6875rem;color:var(--vc-neutral-500);font-weight:600;text-transform:none;letter-spacing:0;margin-top:8px;transition:color .15s}\n.src-col-link::after{content:\" \u2192\";transition:transform .15s;display:inline-block}\n.src-col:hover .src-col-link{color:var(--violet)}\n.src-col:hover .src-col-link::after{transform:translateX(3px)}\n\n\/* ===== Section headers ===== *\/\n.section-head{padding:8px 0 8px;max-width:780px}\n.section-head--tight{padding:8px 0 8px}\n.section-h{font-family:var(--vc-font-heading);font-weight:700;font-size:clamp(1.9rem,1.2rem + 2.4vw,2.9rem);letter-spacing:-0.035em;line-height:1.04;margin:0 0 16px;text-wrap:balance}\n.section-h em{color:var(--violet)}\n.section-sub{font-size:1.0625rem;line-height:1.6;color:var(--vc-neutral-700);margin:0;max-width:640px}\n\n\/* ===== Filter bar \u2014 \"Filter Button (light)\" interaction state ===== *\/\n.logbar{background:var(--surface);margin-top:14px}\n.logbar-in{padding:6px 1.5rem;display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center}\n@media (max-width:820px){.logbar-in{grid-template-columns:1fr}}\n.search{position:relative;max-width:460px;display:flex;align-items:center;background:var(--lav);border:1.5px solid transparent;border-radius:var(--pill);padding:5px 5px 5px 42px;transition:background .16s, border-color .16s, box-shadow .16s}\n.search:focus-within{background:var(--surface);border-color:var(--violet);box-shadow:var(--shadow-violet)}\n.search-ic{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:var(--vc-neutral-500)}\n.search input{flex:1;background:transparent;border:none;padding:9px 6px;color:var(--ink);font-family:inherit;font-size:0.875rem;outline:none}\n.search input::placeholder{color:var(--vc-neutral-500)}\n.search-go{flex:none;width:34px;height:34px;border-radius:50%;background:var(--violet);border:none;display:flex;align-items:center;justify-content:center;color:#fff;transition:background .15s}\n.search-go svg{width:15px;height:15px}\n.search-go:hover{background:var(--violet-deep)}\n.logbar-controls{display:flex;gap:8px;align-items:center;flex-wrap:wrap}\n.sel{background:var(--surface);border:1.5px solid var(--line);border-radius:var(--pill);padding:9px 32px 9px 16px;font-family:inherit;font-size:0.8125rem;font-weight:500;color:var(--ink);appearance:none;background-image:url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 12 12' fill='none' stroke='%2371717A' stroke-width='2'%3E%3Cpath d='M3 5l3 3 3-3'\/%3E%3C\/svg%3E\");background-repeat:no-repeat;background-position:right 14px center;background-size:10px;cursor:pointer;transition:border-color .15s, box-shadow .15s}\n.sel:hover{border-color:var(--line-2)}\n.sel:focus{outline:none;border-color:var(--violet);box-shadow:var(--shadow-violet)}\n.toggle{background:var(--surface);border:1.5px solid var(--line);border-radius:var(--pill);padding:9px 16px;font-family:inherit;font-size:0.8125rem;font-weight:600;color:var(--ink);cursor:pointer;transition:all .15s}\n.toggle:hover{border-color:var(--line-2)}\n.toggle[aria-pressed=\"true\"]{background:var(--vc-neon-green-500);border-color:var(--vc-neon-green-500);color:var(--ink)}\n.cats{display:flex;gap:6px;flex-wrap:wrap;padding:16px 0 0}\n.cat{background:transparent;border:none;padding:8px 14px;font-family:inherit;font-size:0.8125rem;font-weight:500;color:var(--vc-neutral-600);cursor:pointer;border-radius:var(--pill);transition:all .15s}\n.cat:hover{background:var(--lav);color:var(--ink)}\n.cat.is-active{background:var(--violet);color:#fff;font-weight:600}\n.cat .n{opacity:0.55;margin-left:6px;font-variant-numeric:tabular-nums}\n.cat.is-active .n{opacity:0.8}\n@media (max-width:640px){.cats{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.cats::-webkit-scrollbar{display:none}.cat{flex:0 0 auto}}\n.logmeta{padding:16px 0 4px;font-size:0.75rem;color:var(--vc-neutral-600);font-weight:500}\n.logmeta strong{color:var(--violet);font-weight:600}\n\n\/* ===== The dossier \u2014 a contained, scrollable module ===== *\/\n.record-scroll{\n  max-height:clamp(560px,68vh,820px);\n  overflow-y:auto;\n  overscroll-behavior:contain;\n  border:1.5px solid var(--line-2);\n  border-radius:var(--r-lg);\n  background:var(--surface);\n  box-shadow:var(--shadow-card);\n  margin-top:14px;\n  scrollbar-width:thin;\n  scrollbar-color:var(--vc-neutral-400) transparent;\n}\n.record-scroll::-webkit-scrollbar{width:12px}\n.record-scroll::-webkit-scrollbar-thumb{background:var(--vc-neutral-300,#d6d6d9);border-radius:var(--pill);border:4px solid var(--surface)}\n.record-scroll::-webkit-scrollbar-thumb:hover{background:var(--vc-neutral-400)}\n.record-scroll:focus-visible{outline:2px solid var(--violet);outline-offset:3px}\n.record-foot{font-size:0.75rem;color:var(--vc-neutral-500);text-align:center;padding:16px 0 4px;font-weight:500}\n.record-foot strong{color:var(--violet);font-weight:600}\n\n.record{padding:4px 32px}\n@media (max-width:820px){.record{padding:4px 18px}}\n\/* ===== Source band \u2014 3 cards, full shell width (right edge aligns with the poster above) ===== *\/\n.source-band{grid-template-columns:repeat(3,1fr)}\n@media (max-width:760px){.source-band{grid-template-columns:1fr}}\n\n\/* ===== Case study grid + carousel ===== *\/\n.record{padding:0;margin-top:24px}\n.record-scroll{max-height:none;overflow:visible;border:none;box-shadow:none;background:transparent;margin-top:0}\n.pgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}\n@media (max-width:1000px){.pgrid{grid-template-columns:repeat(2,1fr)}}\n@media (max-width:640px){.pgrid{grid-template-columns:1fr}}\n\n.carousel-nav{display:flex;align-items:center;justify-content:center;gap:24px;margin:40px 0 8px;padding-top:16px}\n.carousel-arrow{width:44px;height:44px;border-radius:50%;background:#fff;border:1px solid #E4E4E7;color:#121214;cursor:pointer;font-size:20px;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;transition:border-color .16s,color .16s;line-height:1}\n.carousel-arrow:hover:not(:disabled){border-color:var(--violet);color:var(--violet)}\n.carousel-arrow:disabled{opacity:.35;cursor:not-allowed}\n.carousel-pos{font-size:13px;color:#71717A;font-variant-numeric:tabular-nums;font-weight:500}\n.carousel-pos strong{color:#121214;font-weight:600}\n\n\/* ===== Testimonial card (article style) ===== *\/\n.card{display:flex;flex-direction:column;gap:14px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px;text-decoration:none;color:inherit;box-shadow:0 1px 2px rgba(16,16,18,.04),0 10px 28px -18px rgba(16,16,18,.18);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;position:relative;cursor:pointer}\n.card:hover{border-color:#D9CBF3;box-shadow:0 20px 44px -22px rgba(70,0,120,.3);transform:translateY(-3px)}\n\/* pill row: reserves up to 2 lines so card images line up regardless of tag count *\/\n.card__meta{display:flex;flex-wrap:wrap;align-content:flex-start;align-items:flex-start;gap:8px;padding:2px 2px 0;min-height:52px}\n.pill{display:inline-flex;align-items:center;background:#F1EAFB;color:var(--violet);font-size:12px;font-weight:600;padding:5px 11px;border-radius:9999px;line-height:1;font-family:var(--vc-font-default)}\n.card__img{border-radius:11px;overflow:hidden;aspect-ratio:16\/9;background:var(--lav)}\n.card__img img{width:100%;height:100%;object-fit:cover;display:block}\n\/* quote = headline, normal weight, in quotation marks *\/\n.card__quote{margin:2px 2px 0;font-weight:400;font-size:1.05rem;line-height:1.45;letter-spacing:-0.006em;color:#18181B;text-wrap:pretty;font-family:var(--vc-font-default);font-style:normal}\n\/* author + read-link pinned to the bottom, left aligned, consistent across cards *\/\n.card__foot{display:flex;flex-direction:column;align-items:flex-start;gap:8px;margin-top:auto;padding-top:4px}\n.card__byline{margin:0 2px;color:#52525B;font-size:0.9rem;line-height:1.5;text-align:left;font-family:var(--vc-font-default)}\n.card__byline strong{font-weight:700;color:#18181B}\n.card__cta{display:inline-flex;align-items:center;gap:6px;font-size:0.9rem;font-weight:600;color:var(--violet);text-decoration:none;transition:gap .16s ease,color .16s ease}\n.card:hover .card__cta{color:var(--violet-deep);gap:10px}\n.card__cta .arr{display:inline-block;transition:transform .16s ease}\n.card:hover .card__cta .arr{transform:translateX(3px)}\n.card__cta::after{content:\"\";position:absolute;inset:0;z-index:1}\n\n\/* Empty state *\/\n.empty{padding:90px 0;text-align:center;color:#71717A;font-size:0.9375rem}\n.empty strong{display:block;font-family:var(--vc-font-heading);font-size:1.6rem;color:#121214;margin-bottom:10px;letter-spacing:-0.03em;font-weight:700}\n\n\/* ===== Widget section context blocks ===== *\/\n.widgets{display:flex;flex-direction:column;gap:48px;padding:32px 0 0}\n.widget-section{display:block}\n.record-cta{display:flex;justify-content:center;margin:40px 0 112px}\n.widget-section + .widget-section{padding-top:48px;border-top:1px solid var(--line)}\n.widget-context-above{max-width:780px;margin:0 0 28px}\n.widget-context-below{max-width:780px;margin:28px 0 0}\n.widget-context-above h3,.widget-context-below h3{margin:0 0 14px;color:var(--ink);font-family:var(--vc-font-heading)}\n.widget-context-above p,.widget-context-below p{margin:0 0 14px;color:var(--vc-neutral-700);line-height:1.62;font-size:1rem}\n.widget-context-above p:last-child,.widget-context-below p:last-child{margin-bottom:0}\n.widget-context-below details summary{cursor:pointer;color:var(--violet);font-weight:600;list-style:none;display:inline-flex;align-items:center;gap:6px;padding:8px 0;user-select:none}\n.widget-context-below details summary::-webkit-details-marker{display:none}\n.widget-context-below details summary::after{content:'\u2193';display:inline-block;transition:transform .2s}\n.widget-context-below details[open] summary::after{transform:rotate(180deg)}\n\n\/* Widget frames \u2014 G2 auto-resizes via postMessage; frame grows to fit it (no outer scroll) *\/\n.widget-frame{margin:0;width:100%;max-width:1080px}\n.widget-frame.g2-frame{height:auto;min-height:560px;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:#fff;position:relative}\n.widget-frame.g2-frame iframe{width:100% !important;border:0;display:block;min-height:560px !important}\n.widget-frame.g2-frame a{position:static;float:none !important;display:block;text-align:left;background:#fff;padding:8px 14px;font-size:12px;color:#446273;border-top:1px solid var(--line)}\n.widget-frame.tp-frame{min-height:240px;max-width:1300px}\n\/* G2 attribution pulled out of the scroll frame so it's always visible, left-aligned with the frame *\/\n.g2-attribution{display:block;max-width:1080px;margin:10px auto 0;text-align:left;font-size:12px;color:#446273;text-decoration:none}\n.g2-attribution:hover{text-decoration:underline}\n\n\/* tighten the gap between the last widget (Trustpilot) and the closing CTA banner.\n   Needs .reviews-lp prefix to outrank the base .closing{margin:64px 0 80px} which is\n   defined later in source order than this spliced block. *\/\n.reviews-lp .closing{margin-top:16px}\n\n\/* ===== Closing \u2014 dark rounded CTA card ===== *\/\n.closing{background:transparent;color:#fff;margin:64px 0 80px}\n.closing-in{background:var(--ink);border-radius:var(--r-xl);padding:96px 1.5rem 104px;text-align:center;position:relative;overflow:hidden}\n.closing-in::before{content:\"\";position:absolute;inset:0;background:radial-gradient(ellipse at 50% 120%, rgba(118,34,215,0.45), transparent 60%);pointer-events:none}\n.stamp{display:inline-flex;align-items:center;gap:7px;font-size:0.6875rem;font-weight:600;color:var(--vc-neutral-700);background:var(--surface-2);border:1px solid var(--line);padding:7px 14px;border-radius:var(--pill);position:relative}\n.stamp-on-dark{color:rgba(255,255,255,0.7);background:rgba(255,255,255,0.06);border-color:rgba(255,255,255,0.16)}\n.closing h2{font-family:var(--vc-font-heading);font-weight:700;font-size:clamp(2.25rem,1.3rem + 4vw,4rem);letter-spacing:-0.04em;line-height:1.0;margin:24px auto 22px;text-wrap:balance;max-width:840px;position:relative}\n.closing h2 em{color:var(--vc-light-violet-300)}\n.closing p{font-size:1.0625rem;color:var(--vc-neutral-400);max-width:540px;margin:0 auto 32px;line-height:1.6;position:relative}\n.closing-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;position:relative}\n\n<\/style>\n\n<div class=\"reviews-lp alignfull\">\n\n\n  <!-- ===== ATF \u2014 adapted from R2 \u00b7 The Issue ===== -->\n  <div class=\"shell\">\n\n    <!-- Masthead -->\n    <div class=\"mast\">\n      <h1 class=\"mast-title wp-block-heading has-heading-1-3-xl-font-size\" style=\"font-style:normal;font-weight:900\">Employment Hero reviews. <em>Nothing left out<\/em><\/h1>\n      <div class=\"mast-rule\"><\/div>\n    <\/div>\n\n    <!-- Hero: lead + aggregate poster -->\n    <section class=\"hero\">\n      <div class=\"lead-col\">\n        <h2 class=\"hero-h wp-block-heading has-heading-2-xl-font-size\" style=\"font-style:normal;font-weight:900\">What Australian businesses actually say about Employment Hero<\/h2>\n        <p class=\"hero-deck has-paragraph-3-s-font-size\">Choosing HR and payroll software is one of those decisions that affects every person in your business. So we&rsquo;ve brought everything together in one place, verified reviews from the platforms your peers trust, alongside testimonials from Australian businesses that show what actually changed when they made the switch.<\/p>\n      <\/div>\n      <aside class=\"poster\">\n        <div class=\"poster-top\">\n          <div class=\"poster-num\">4.4<small>\/5<\/small><\/div>\n          <div>\n            <div class=\"poster-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n            <div class=\"poster-sub\">Verified \u00b7 G2 &amp; Trustpilot<\/div>\n          <\/div>\n        <\/div>\n        <div class=\"poster-dist\" id=\"posterDist\" role=\"group\" aria-label=\"Rating distribution\"><\/div>\n      <\/aside>\n    <\/section>\n\n    <!-- Source band \u2014 jumps to the matching section -->\n    <section class=\"source-band\" id=\"sourceBand\"><\/section>\n\n  <\/div>\n\n  <!-- ===== BODY ===== -->\n\n  <!-- Section I \u00b7 Third-party platforms \u2014 live widgets -->\n  <div class=\"shell\">\n    <div class=\"section-head\" id=\"platforms\">\n      <div class=\"section-kicker\">Section I \u00b7 Third-party platforms<\/div>\n      <h2 class=\"section-h wp-block-heading has-heading-2-xl-font-size\" style=\"font-style:normal;font-weight:900\">The reviews you&rsquo;re reading are the same ones everyone else sees<\/h2>\n      <p class=\"section-sub has-paragraph-3-s-font-size\">These reviews belong to G2 and Trustpilot, not us. We&rsquo;ve embedded them live and left them exactly as they are, low scores and all. What you&rsquo;re reading right now is the same feed every other prospect sees. No filtering by score, no hiding the critical feedback, no edits.<\/p>\n    <\/div>\n\n    <section class=\"widgets\">\n\n  <!-- \u2591\u2591\u2591 G2 WIDGET SECTION \u2591\u2591\u2591 -->\n  <article class=\"widget-section src-g2\">\n    <div class=\"widget-context-above\">\n      <h3 class=\"wp-block-heading has-heading-3-l-font-size\" style=\"font-style:normal;font-weight:500\">Employment Hero G2 reviews<\/h3>\n      <p class=\"has-paragraph-3-s-font-size\">G2 is one of the world&rsquo;s largest software review platforms, used by buyers who want peer-validated data before they commit to a tool. Reviews are submitted by verified users and cannot be edited or removed by the vendor. The Employment Hero G2 rating you see here is the one we earned, unmodified and updated in real time.<\/p>\n    <\/div>\n\n    <!-- G2 widget: auto-resizes via postMessage. Wrapped in a constrained scrollable frame so its native height doesn't blow out the layout. -->\n    <div class=\"widget-frame g2-frame\" id=\"widget-g2\">\n      <div style=\"width: 100%; height: 100%;\"><script> (function () { var on = window.addEventListener ? function (m,c) { window.addEventListener(m,c,false); } : function (m,c) { window.attachEvent('on'+m,c); } , r = function (e) { if (e.origin !== \"https:\/\/my.g2.com\") { return; } var d = document.getElementById('g2-crowd-widget-testimonial-1169803'); if(d){d.style.height = e.data}; r = function () {}; } ; on('message', r); }()); <\/script><iframe loading=\"lazy\" frameborder=\"0\" height=\"100%\" id=\"g2-crowd-widget-testimonial-1169803\" src=\"https:\/\/www.g2.com\/products\/employment-hero\/testimonials\/1169803.embed\" style=\"width:100%;min-height:100%;overflow:hidden;\" width=\"100%\"><\/iframe><a style=\"font-size: 12px; color: #446273; float: right;\" href=\"https:\/\/www.g2.com\/products\/employment-hero\/reviews?utm_campaign=testimonials_embed&amp;utm_medium=testimonials&amp;utm_source=Employment+Hero\">Employment Hero reviews sourced by G2<\/a><\/div>\n    <\/div>\n\n        <div class=\"widget-context-below\">\n      <h3 class=\"wp-block-heading has-heading-3-l-font-size\" style=\"font-style:normal;font-weight:500\">What Employment Hero&rsquo;s G2 rating actually means<\/h3>\n      <p class=\"has-paragraph-3-s-font-size\">G2 is a peer review platform used by software buyers to evaluate vendors before they make a decision. Unlike analyst reports or vendor case studies, G2 ratings are submitted directly by users, verified through LinkedIn or business email, and cannot be edited or removed by the company being reviewed. That&rsquo;s what makes them a meaningful benchmark.<\/p>\n      <details>\n        <summary>Read more<\/summary>\n        <p class=\"has-paragraph-3-s-font-size\">Employment Hero payroll reviews on G2 carry particular weight because the stakes of getting payroll wrong are high, payroll errors, compliance gaps and poor employee experience all have real consequences. Buyers in this category tend to research carefully, and G2&rsquo;s structured review format (covering implementation, support and ease of use alongside overall score) gives them a more complete picture than a star rating alone.<\/p>\n        <p class=\"has-paragraph-3-s-font-size\">Employment Hero&rsquo;s G2 category rankings, including placements in HR, payroll and workforce management, are calculated from this same verified review pool. They&rsquo;re not self-reported, not sponsored and not based on market share. They reflect what real users said, aggregated across hundreds of individual assessments.<\/p>\n      <\/details>\n    <\/div>\n  <\/article>\n\n  <!-- \u2591\u2591\u2591 TRUSTPILOT WIDGET SECTION \u2591\u2591\u2591 -->\n  <article class=\"widget-section src-trustpilot\">\n    <div class=\"widget-context-above\">\n      <h3 class=\"wp-block-heading has-heading-3-l-font-size\" style=\"font-style:normal;font-weight:500\">Employment Hero Trustpilot reviews<\/h3>\n      <p class=\"has-paragraph-3-s-font-size\">Trustpilot is an open review platform that lets anyone who&rsquo;s used a product or service leave a rating, no invite required. It&rsquo;s widely trusted because vendors can&rsquo;t edit or suppress what&rsquo;s posted. The Employment Hero Trustpilot reviews here are published exactly as customers left them.<\/p>\n    <\/div>\n\n    <!-- TrustBox widget: natively sized 1080x480 via data-style-* attributes. Requires Trustpilot bootstrap script (https:\/\/widget.trustpilot.com\/bootstrap\/v5\/tp.widget.bootstrap.min.js) loaded on the page; EH WP theme likely already loads it. -->\n    <div class=\"widget-frame tp-frame\" id=\"widget-trustpilot\">\n      <!-- Trustpilot bootstrap: renders the TrustBox below. Self-loaded here so the widget works even\n           if the WP theme doesn't already include it. Safe to load more than once. -->\n      <script type=\"text\/javascript\" src=\"https:\/\/widget.trustpilot.com\/bootstrap\/v5\/tp.widget.bootstrap.min.js\" async><\/script>\n      <div class=\"trustpilot-widget\" data-locale=\"en-US\" data-template-id=\"54ad5defc6454f065c28af8b\" data-businessunit-id=\"5fc1c215aebbd30001f9cebb\" data-style-height=\"240px\" data-style-width=\"1300px\" data-token=\"662e57bb-6a0d-4fef-ac7c-2771c651869c\" data-stars=\"3,4,5\" data-review-languages=\"en\">\n        <a href=\"https:\/\/www.trustpilot.com\/review\/employmenthero.com\" target=\"_blank\" rel=\"noopener\">Trustpilot<\/a>\n      <\/div>\n    <\/div>\n  <\/article>\n\n<\/section>\n  <\/div>\n\n  <!-- Section II \u00b7 Our own desk \u2014 N1 exhibit format, scrollable module -->\n  <div class=\"shell\" id=\"record-top\">\n    <div class=\"section-head section-head--tight\">\n      <div class=\"section-kicker\">Section II \u00b7 Our own desk<\/div>\n      <h2 class=\"section-h wp-block-heading has-heading-2-xl-font-size\" style=\"font-style:normal;font-weight:900\">Our customers say it better than we can<\/h2>\n      <p class=\"section-sub has-paragraph-3-s-font-size\">Real quotes from real customers. Prefer the third-party reviews? They&rsquo;re above.<\/p>\n    <\/div>\n  <\/div>\n\n  <div class=\"logbar\">\n    <div class=\"shell logbar-in\">\n      <div class=\"search\">\n        <svg class=\"search-ic\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><circle cx=\"11\" cy=\"11\" r=\"7\"\/><path d=\"m20 20-3.5-3.5\"\/><\/svg>\n        <input id=\"searchInput\" type=\"text\" placeholder=\"Search our case studies &#038; testimonials\u2026\" \/>\n        <button class=\"search-go\" type=\"button\" aria-label=\"Search\" tabindex=\"-1\" onclick=\"document.getElementById('searchInput').focus()\">\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.4\"><path d=\"M12 19V5\"\/><path d=\"m6 11 6-6 6 6\"\/><\/svg>\n        <\/button>\n      <\/div>\n    <\/div>\n    <div class=\"shell\"><div class=\"cats\" id=\"cats\" role=\"tablist\"><\/div><\/div>\n    <div class=\"shell\"><div class=\"logmeta\" id=\"logmeta\"><\/div><\/div>\n  <\/div>\n\n  <div class=\"shell\">\n    <div class=\"record-scroll\" tabindex=\"0\" aria-label=\"Scrollable record of Employment Hero case studies and testimonials\">\n      <section class=\"record\" id=\"record\" aria-live=\"polite\"><\/section>\n    <\/div>\n    <div class=\"record-foot\" id=\"recordFoot\"><\/div>\n    <div class=\"record-cta\">\n      <a class=\"eh-btn eh-btn-glow\" href=\"https:\/\/employmenthero.com\/case-studies\/\" target=\"_blank\" rel=\"noopener\">See our case studies<\/a>\n    <\/div>\n  <\/div>\n\n  <!-- Closing statement \u2014 flips to dark (N1) -->\n  <section class=\"closing\">\n    <div class=\"shell closing-in\">\n      <h2 class=\"wp-block-heading has-heading-2-xl-font-size\" style=\"font-style:normal;font-weight:900\">You&rsquo;ve seen what 1,000+ businesses said. Now it&rsquo;s your turn<\/h2>\n      <p class=\"has-paragraph-3-s-font-size\">Book a guided walkthrough with a specialist. The reviews have done the research for you.<\/p>\n      <div class=\"closing-actions\">\n        <a class=\"eh-btn eh-btn-glow\" href=\"https:\/\/employmenthero.com\/request-a-demo\/\">See Employment Hero<\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n\n<\/div>\n\n<script>\n\n\/* ============================================================\n   Reviews LP \u2014 Australian case study data\n   ============================================================ *\/\nwindow.REVIEWS_DATA = {\n  aggregate: {\n    overall: 4.4,\n    totalReviews: 1650,\n    sources: [\n      { id: 'g2',         name: 'G2',            rating: 4.3,  count: 990, color: '#FF492C' },\n      { id: 'trustpilot', name: 'Trustpilot',    rating: 4.1,  count:261 ,  color: '#00B67A' },\n      { id: 'cases',      name: 'Testimonials',  rating: null, count: 97,   color: '#7622D7' },\n    ],\n  },\n\n  categories: [\n    { id: 'hr',                  label: 'HR' },\n    { id: 'payroll',             label: 'Payroll' },\n    { id: 'compliance',          label: 'Compliance' },\n    { id: 'time-saved',          label: 'Time Saved' },\n    { id: 'recruitment',         label: 'Recruitment' },\n    { id: 'employee-experience', label: 'Employee Experience' },\n    { id: 'heroforce',           label: 'HeroForce' },\n    { id: 'recruitment-agent',   label: 'Recruitment Agent' },\n    { id: 'hero-foundation',     label: 'Hero Foundation' },\n  ],\n\n  reviews: [\n    { id: 1, company: \"Eucalyptus\", heading: \"The HRIS behind one of Australia\u2019s fastest-growing telehealth companies\", quote: \"It saves roughly half a day of work weekly, primarily by automating payroll calculations and streamlining onboarding through the self-service portal.\", speaker: \"Navs Posedio\", speakerTitle: \"HR Advisor\", cats: [\"payroll\",\"time-saved\",\"employee-experience\",\"hr\"], industry: \"Healthcare\", staff: \"800+\", location: \"Global\", url: \"https:\/\/employmenthero.com\/case-studies\/eucalyptus\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/08\/Eucalyptus-Health.webp\" },\n    { id: 2, company: \"Experience Gold Coast\", heading: \"How Experience Gold Coast saved 36 hours a week and $36K a year by streamlining payroll, HR and rostering\", quote: \"Payroll used to take three days every week...Now we start at 10 am on Monday and we're finished by 1:30 pm.\", speaker: \"Andrew Murling\", speakerTitle: \"Payroll Manager\", cats: [\"payroll\"], industry: \"Tourism\", staff: \"600+\", location: \"Gold Coast\", url: \"https:\/\/employmenthero.com\/case-studies\/experience-gold-coast\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/08\/EGC.webp\" },\n    { id: 3, company: \"El Jannah\", heading: \"How Employment Hero is helping El Jannah fill 500 new restaurant locations at smoking-hot speed\", quote: \"It acts as a tool that naturally upskills them to become professional talent acquisition practitioners without actually having to do all the training.\", speaker: \"Michael Oliverio\", speakerTitle: \"HR Business Partner\", cats: [\"recruitment\",\"hr\"], industry: \"Hospitality\", staff: \"~2,000\", location: \"NSW & VIC\", url: \"https:\/\/employmenthero.com\/case-studies\/el-jannah\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/09\/El-Jannah-Cover-Photo.webp\" },\n    { id: 4, company: \"All About Caring\", heading: \"From invisible candidate to hired in days \u2013 the Hero Foundation effect\", quote: \"I think it's brilliant that the Recruitment Agent drafts screening questions. The ability to watch the video screening videos means I save around 15 minutes per candidate who applies.\", speaker: \"Natalia Gubbay\", speakerTitle: \"HR Business Partner\", cats: [\"time-saved\",\"recruitment\"], industry: \"Disability Services\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/all-about-caring-candidate\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2026\/05\/All-About-Caring-candidate.webp\" },\n    { id: 5, company: \"Alxemy\", heading: \"Retain, bridge, grow: How Alxemy used HeroForce to keep great people and unlock new ones\", quote: \"It's really helpful to know that HeroForce looks after all the rules and regulations. They know exactly what that employee needs in Australia, and exactly what the employee needs in Fiji. That means I don't have to look it up.\", speaker: \"Hilde Marais\", speakerTitle: \"Internal HR Manager\", cats: [\"compliance\"], industry: \"Professional Services\", staff: \"30\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/alxemy\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2026\/05\/Alxmey.webp\" },\n    { id: 6, company: \"Merchantwise Group\", heading: \"One platform, eight countries: How Merchantwise Group manages global employment without the admin overhead\", quote: \"I can operate my team as one agency, even though we have hundreds of agencies around the world. The HeroForce team handles everything for us.\", speaker: \"Simon Black\", speakerTitle: \"HR and People Operations Lead\", cats: [\"hr\"], industry: \"Media & Marketing\", staff: \"160\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/merchantwise-group\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2026\/04\/Merchantwise.webp\" },\n    { id: 7, company: \"Pia\", heading: \"How Pia cut international onboarding from 45 days to two weeks with HeroForce\", quote: \"Before HeroForce, I spent between 30 to 45 days onboarding each candidate. With HeroForce, I spend around two weeks end to end.\", speaker: \"Aditya Shenoy\", speakerTitle: \"HR Advisor\", cats: [\"recruitment\",\"hr\"], industry: \"Technology\", staff: \"50\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/pia\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2026\/04\/Pia.webp\" },\n    { id: 8, company: \"Alchemy Saunas\", heading: \"How Alchemy Saunas cut candidate screening from hours to seconds during rapid expansion\", quote: \"The Recruitment Agent has given me so much time back, which has allowed me to not only focus on the recruitment side but also focus on other business projects.\", speaker: \"Amanda Turner\", speakerTitle: \"Recruitment Leader\", cats: [\"time-saved\",\"recruitment\"], industry: \"Health & Wellness\", staff: \"80\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/alchemy-saunas\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2026\/04\/Alchemy-Saunas.webp\" },\n    { id: 9, company: \"Upper Murray Family Care\", heading: \"Upper Murray Family Care: Building Compliance, Efficiency and Confidence with Employment Hero\", quote: \"UMFC didn't have an HRIS system before Employment Hero. Everything was very manual, which created the risk of missing things.\", speaker: \"Georgia Spence\", speakerTitle: \"People and Culture Advisor\", cats: [\"compliance\",\"hr\"], industry: \"Non-profit\", staff: \"120\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/upper-murray-family-care\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2026\/02\/UMFC.webp\" },\n    { id: 10, company: \"Arli Homes\", heading: \"Arli Homes: Building HR foundations to support 2\u00d7 workforce growth\", quote: \"Employment Hero gives us a base for HR that we didn't have before. It's like having a temporary HR person until we need one full-time.\", speaker: \"Samantha Calleja\", speakerTitle: \"HR & Systems Lead\", cats: [\"hr\"], industry: \"Construction\", staff: \"30\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/arli-homes\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2026\/01\/Arli-Homes.webp\" },\n    { id: 11, company: \"Brophy Family & Youth Services\", heading: \"How this community organisation reinvested 1,380 admin hours a year into its people and purpose with Employment Hero\", quote: \"Every hour we save through smarter systems is an hour we can spend supporting our people and delivering impact.\", speaker: \"Simone Cottee\", speakerTitle: \"Workforce Engagement Manager\", cats: [\"hr\"], industry: \"Non-profit\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/brophy-family-youth-services\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/12\/Brophy.webp\" },\n    { id: 12, company: \"TechPath\", heading: \"Replacing fragmented systems with confidence: TechPath\u2019s HRIS transformation\", quote: \"Once we partnered with Employment Hero, the platform ticked all the boxes. The platform is very easy to use.\", speaker: \"Chris Adams\", speakerTitle: \"Chief Operating Officer\", cats: [\"hr\"], industry: \"Technology\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/techpath\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2026\/01\/Techpath.webp\" },\n    { id: 13, company: \"Frisk-Search\", heading: \"Payroll made easy: How Frisk-Search gained visibility, accuracy and trust\", quote: \"I can now create bespoke reports and hone in on exactly what business leaders need.\", speaker: \"Cindy Halasz\", speakerTitle: \"Office Manager and Executive Assistant\", cats: [\"hr\"], industry: \"Technology\", staff: \"20\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/frisk-search\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2026\/01\/Frisk-Search.webp\" },\n    { id: 14, company: \"SEQUAL\", heading: \"How SEQUAL built a stronger care team through the Hero Foundation.\", quote: \"We don't have to hire anyone who's not suitable. We just bring them through the door for the interview process.\", speaker: \"Karin Rosen\", speakerTitle: \"HR Manager\", cats: [\"recruitment\",\"hr\"], industry: \"Disability Services\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/sequal\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/03\/EOS-Rebel-Rabbit-Laying-Down.jpg\" },\n    { id: 15, company: \"NORSTA\", heading: \"How this defence marine contractor cut payroll from 3 days to 30 minutes with Employment Hero\", quote: \"HR shouldn't be admin. Employment Hero lets us get rid of the clunky stuff so we can do the fun stuff.\", speaker: \"Lynda Davies\", speakerTitle: \"HR Lead\", cats: [\"hr\"], industry: \"Maritime & Defence\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/norsta\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/12\/NORSTA.webp\" },\n    { id: 16, company: \"NAAJA\", heading: \"How one of Australia\u2019s largest legal service providers saves $120k on HR & payroll with Employment Hero\", quote: \"Employment Hero is a game changer. It could easily become the Facebook of people management systems.\", speaker: \"Ryan Cooney\", speakerTitle: \"People Operations Manager\", cats: [\"hr\"], industry: \"Non-profit\", staff: \"200\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/naaja\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/12\/NAAJA.webp\" },\n    { id: 17, company: \"Kent Relocation Group\", heading: \"One platform, zero silos: How Kent Relocation transformed compliance for 350 employees\", quote: \"The real metric for me is where our time now goes\u2026 into coaching leaders, improving our employee experience.\", speaker: \"Paula McCabe\", speakerTitle: \"Chief People Officer\", cats: [\"hr\"], industry: \"Logistics\", staff: \"350\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/kent-relocation-group\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/11\/Kent-Relocation.webp\" },\n    { id: 18, company: \"Holdsworth Community\", heading: \"Holdsworth Community achieves $400K in annual cost savings and total compliance confidence with Employment Hero\", quote: \"With Employment Hero, we're saving around $400,000 across business and four FTE worth of time.\", speaker: \"Craig Rutherford\", speakerTitle: \"Chief Executive Officer\", cats: [\"hr\"], industry: \"Aged Care\", staff: \"120\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/holdsworth-community\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/11\/Holdsworth-Community.webp\" },\n    { id: 19, company: \"VDI Australia\", heading: \"How Employment Hero rebuilt VDI\u2019s HR foundation and enabled a resilient, scalable workforce\", quote: \"The performance reviews have had the biggest impact for our business. The feature enables managers to manage their staff and create real opportunities for growth and development.\", speaker: \"Jennifer Mulligan\", speakerTitle: \"Chief Human Resources Officer\", cats: [\"hr\"], industry: \"Logistics\", staff: \"120\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/vdi-australia\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/11\/VDI.webp\" },\n    { id: 20, company: \"YFS\", heading: \"How YFS cut recruitment admin and scaled to 260 staff with confidence\", quote: \"It's definitely a value add. It's freed up my time to do bigger pieces of work.\", speaker: \"Sonja Neal\", speakerTitle: \"Human Resource Officer\", cats: [\"time-saved\"], industry: \"Non-profit\", staff: \"260\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/yfs\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/11\/YFS.png\" },\n    { id: 21, company: \"Children by Choice\", heading: \"Simplifying SCHADS compliance: How Employment Hero delivered confidence for Children by Choice\", quote: \"The biggest impact the platform has made is increased trust and compliance. We've gained peace of mind and confidence that employee files and documentation are right before it even hits payroll.\", speaker: \"Bonnie Poler\", speakerTitle: \"Finance Officer\", cats: [\"payroll\",\"compliance\",\"hr\"], industry: \"Non-profit\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/children-by-choice\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/11\/Children-by-Choice.webp\" },\n    { id: 22, company: \"Your Home Care\", heading: \"From five tools to one: Your Home Care streamlines HR and compliance using Employment Hero\", quote: \"Today alone, I sent out at least 50 reminders on certifications just with a reminder email via the reports tool.\", speaker: \"Josie Stewart\", speakerTitle: \"Recruitment and Systems Coordinator\", cats: [\"compliance\"], industry: \"Aged Care\", staff: \"190\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/your-home-care\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/11\/Your-Home-Care.png\" },\n    { id: 23, company: \"Mount Lofty Estate\", heading: \"From three systems to one: Mount Lofty Estate unifies HR and payroll in the cloud\", quote: \"Employment Hero makes payroll simple and flexible. It gives us confidence we're paying people correctly and frees us up to focus on the guest experience.\", speaker: \"Simon Aldrich\", speakerTitle: \"Group Finance Controller\", cats: [\"payroll\",\"hr\"], industry: \"Hospitality\", staff: \"160\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/mount-lofty-estate\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/11\/Mt-Lofty.webp\" },\n    { id: 24, company: \"Pacific Hoseflex\", heading: \"Pacific Hoseflex reduces HR admin time by 50% and unifies nine systems into one\", quote: \"We've gone from chasing tasks to tracking progress. Everything's visible and everyone's accountable.\", speaker: \"Russell Mott\", speakerTitle: \"HR Safety and Environment Manager\", cats: [\"hr\"], industry: \"Manufacturing\", staff: \"47\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/pacific-hoseflex\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/11\/Pacific-Hoseflex.webp\" },\n    { id: 25, company: \"St John Queensland\", heading: \"How St John Queensland cut HR admin in half and boosted engagement\", quote: \"As a one-person HR team, the impact for me has been time. Employment Hero has cut my admin in half by automating tasks and giving team leaders more ownership. I finally have space to focus on people, not paperwork.\", speaker: \"Eryn Reig\", speakerTitle: \"People and Culture Business Partner\", cats: [\"hr\"], industry: \"Healthcare\", staff: \"160\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/st-john\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/10\/St-John.webp\" },\n    { id: 26, company: \"Futuro Early Learning\", heading: \"Scaling with confidence: How Futuro streamlined payroll and HR during rapid growth\", quote: \"Payroll used to take three hours for 40 employees; now it takes under an hour for 150 with Employment Hero.\", speaker: \"Jane Ding\", speakerTitle: \"Finance Manager\", cats: [\"payroll\",\"hr\"], industry: \"Childcare\", staff: \"140\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/futuro-early-learning\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/10\/Futuro.webp\" },\n    { id: 27, company: \"GO2Health\", heading: \"Saving time, reducing risk: Why Australia\u2019s largest veteran clinic chose Employment Hero\", quote: \"The biggest impact has been the relief in compliance. Employment Hero has made what used to be a demanding process more manageable.\", speaker: \"Jan Kotze\", speakerTitle: \"CFO\", cats: [\"compliance\",\"hr\"], industry: \"Healthcare\", staff: \"80\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/go2health\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/10\/image-1.png\" },\n    { id: 28, company: \"SPS Corporation\", heading: \"Saving 30+ hours a week on payroll: SPS\u2019s journey to smarter payroll and HR\", quote: \"We went from processing payroll in a day and a half to three hours for 127 employees. The change happened overnight. And it's not just faster, it's more accurate too.\", speaker: \"Chris Hutchinson\", speakerTitle: \"Business Support Analyst and Project Manager\", cats: [\"payroll\",\"time-saved\",\"hr\"], industry: \"Manufacturing\", staff: \"130+\", location: \"Melbourne\", url: \"https:\/\/employmenthero.com\/case-studies\/sps-corporation\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/10\/SPS-Corp.png\" },\n    { id: 29, company: \"A'besco Blinds & Awnings\", heading: \"\u201cWe were failing\u201d: The HR overhaul that transformed this small retail business\", quote: \"We're more proactive now, not reactive. That change started with fixing HR.\", speaker: \"Gil Bennett\", speakerTitle: \"General Manager\", cats: [\"hr\"], industry: \"Retail\", staff: \"8+\", location: \"Caringbah, New South Wales\", url: \"https:\/\/employmenthero.com\/case-studies\/abesco-blinds-and-awnings\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/09\/Abesco-Awnings.webp\" },\n    { id: 30, company: \"Expression Australia\", heading: \"Expression Australia and HR Elements: How the right partnership transformed HR and compliance with Employment Hero\", quote: \"Within just two weeks, we had the proposal approved, the system fully configured for approximately 350 employees and the platform live.\", speaker: \"Caryn Jones\", speakerTitle: \"People & Culture Consultant, HR Elements\", cats: [\"hr\"], industry: \"Non-profit\", staff: \"350\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/expression-australia\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/09\/ExpressionHR-Elements.webp\" },\n    { id: 31, company: \"Compendium Group\", heading: \"How Employment Hero helped this outdoor brand group fill an urgent role in 5 days\", quote: \"We didn't skip a step \u2013 reference checks and everything were captured and documented in the system. Doing all of that in five days is just incredible.\", speaker: \"Rachel Ah Koy\", speakerTitle: \"People Lead\", cats: [\"hr\"], industry: \"Retail\", staff: \"46\", location: \"Australia, New Zealand, United Kingdom\", url: \"https:\/\/employmenthero.com\/case-studies\/compendium-group\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/09\/Compendium-Group.webp\" },\n    { id: 32, company: \"QAT\", heading: \"500+ hours saved and compliance nailed: QAT & Leader\u2019s Employment Hero success\", quote: \"All up, we're looking at well over 500 hours saved each year and that's just from the areas we've noticed most.\", speaker: \"Krissy Reid\", speakerTitle: \"People & Culture Manager\", cats: [\"time-saved\"], industry: \"Construction\", staff: \"43\", location: \"Brisbane, Mackay, Townsville and Sunshine Coast\", url: \"https:\/\/employmenthero.com\/case-studies\/qat\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/08\/QAT.webp\" },\n    { id: 33, company: \"Employment Hero Jobs\", heading: \"How Employment Hero helped this uni student land two job interviews in two days\", quote: \"The app helped me beyond measure. My employer actually had a printed sheet from the app at the interview.\", speaker: \"Kaitlyn\", speakerTitle: \"Job Seeker\", cats: [\"recruitment\",\"employee-experience\"], industry: \"Recruitment\", staff: \"\", location: \"Perth, WA\", url: \"https:\/\/employmenthero.com\/case-studies\/candidate-kaitlyn\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/08\/EH-Jobs-1.webp\" },\n    { id: 34, company: \"Macro Mike\", heading: \"50 employees, one platform: How Macro Mike took control of HR and payroll\", quote: \"It's a one-stop shop for HR. We use it every day for onboarding, offboarding, timesheets and payroll.\", speaker: \"Karli Newell\", speakerTitle: \"People and Culture Advisor\", cats: [\"payroll\",\"hr\"], industry: \"Food & Beverage\", staff: \"50+\", location: \"Surfers Paradise\", url: \"https:\/\/employmenthero.com\/case-studies\/macro-mike\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/08\/Macro-Mike.webp\" },\n    { id: 35, company: \"Australians Together\", heading: \"The one-stop HR platform helping Australians Together focus on their mission\", quote: \"It's our one-stop shop. I'd say I'm saving half a day to a full day every week on admin alone.\", speaker: \"Rebekah Acason\", speakerTitle: \"People and Culture Coordinator\", cats: [\"hr\"], industry: \"Non-profit\", staff: \"23\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/australians-together\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/08\/Australians-Together.webp\" },\n    { id: 36, company: \"Blue Rock\", heading: \"How Blue Rock saves time, reduces errors and keeps clients compliant with Employment Hero\", quote: \"I use Employment Hero for onboarding, time tracking, leave management, processing wages and superannuation and exporting journals into the client's accounting software. It's one of the few platforms that actually brings everything into one place.\", speaker: \"Che Kelly\", speakerTitle: \"Senior Bookkeeper and Payroll Supervisor\", cats: [\"payroll\",\"recruitment\",\"hr\"], industry: \"Professional Services\", staff: \"15+\", location: \"Victoria\", url: \"https:\/\/employmenthero.com\/case-studies\/blue-rock\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/08\/Blue-Rock.webp\" },\n    { id: 37, company: \"AIM WA\", heading: \"How AIM WA is using Employment Hero to make work easier and more valuable\", quote: \"I'd say with the time and rostering feature, it saves us about two to three hours per payroll cycle.\", speaker: \"Kevin Siah\", speakerTitle: \"Finance Manager\", cats: [\"payroll\"], industry: \"Education\", staff: \"70+\", location: \"Western Australia\", url: \"https:\/\/employmenthero.com\/case-studies\/aim-wa\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/08\/AIM-WA.webp\" },\n    { id: 38, company: \"My Psych Clinic\", heading: \"How My Psych Clinic saved over 5 hours a week and streamlined HR with Employment Hero\", quote: \"We're opening up another clinic soon. Having everything compliant and taken care of in the background means we can actually focus on growing the business.\", speaker: \"Kate Sexton\", speakerTitle: \"Practice Manager\", cats: [\"compliance\"], industry: \"Healthcare\", staff: \"20+\", location: \"Brisbane\", url: \"https:\/\/employmenthero.com\/case-studies\/my-psych-clinic\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/08\/My-Pysch-Clinic.webp\" },\n    { id: 39, company: \"Pay the Nanny\", heading: \"How Pay the Nanny cut payroll processing time by 50% with Employment Hero\", quote: \"We've easily cut payroll time in half. But more than that, we've saved thousands of dollars by avoiding reconciliation mistakes.\", speaker: \"Mark Hudson\", speakerTitle: \"Founder\", cats: [\"payroll\",\"time-saved\"], industry: \"Professional Services\", staff: \"3\", location: \"Australia & New Zealand\", url: \"https:\/\/employmenthero.com\/case-studies\/pay-the-nanny\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/08\/Pay-the-nanny.webp\" },\n    { id: 40, company: \"CASPA\", heading: \"Halving recruitment time and increasing compliance: How CASPA is streamlining community services hiring\", quote: \"It's time saving, and when you save time, you save money. We haven't had to hire more HR staff since implementing Employment Hero, as we've grown and been able to give our team a better work-life balance.\", speaker: \"Lorrisa Hos\", speakerTitle: \"Senior HR Advisor\", cats: [\"time-saved\",\"hr\"], industry: \"Disability Services\", staff: \"700+\", location: \"Australia wide\", url: \"https:\/\/employmenthero.com\/case-studies\/caspa\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/07\/CASPA.webp\" },\n    { id: 41, company: \"Racket Agency\", heading: \"Racket Agency: Saving 20 hours per new hire and improving team culture\", quote: \"For every person we onboard, we're saving around 20 hours because everything's already in the system.\", speaker: \"Dayna Broomfield\", speakerTitle: \"General Manager\", cats: [\"time-saved\",\"hr\"], industry: \"Media & Marketing\", staff: \"12\", location: \"Queensland, Victoria and the Philippines\", url: \"https:\/\/employmenthero.com\/case-studies\/racket-agency\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/07\/Racket-Agency-.webp\" },\n    { id: 42, company: \"89 Degrees East\", heading: \"How 89 Degrees East halved onboarding time and reduced admin by one-third\", quote: \"Our onboarding experience now is really smooth. I'd say it has probably cut our time in half.\", speaker: \"Ruth Swinton\", speakerTitle: \"Business Manager\", cats: [\"time-saved\",\"hr\"], industry: \"Media & Marketing\", staff: \"55\", location: \"Melbourne\", url: \"https:\/\/employmenthero.com\/case-studies\/89-degrees-east\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/07\/89-Degrees.webp\" },\n    { id: 43, company: \"Brand Influence Group\", heading: \"How Employment Hero helped this field marketing giant take the admin out of activation\", quote: \"The employee self-service model is probably the most useful feature. Without it, we'd need six more people just to handle basic requests.\", speaker: \"Leo Yuan\", speakerTitle: \"HR and Payroll Manager\", cats: [\"employee-experience\"], industry: \"Media & Marketing\", staff: \"2,300+\", location: \"Australia and New Zealand\", url: \"https:\/\/employmenthero.com\/case-studies\/brand-influence-group\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/07\/BIG.webp\" },\n    { id: 44, company: \"Amused Group\", heading: \"Amused Group wins big on transforming performance culture with Employment Hero\", quote: \"We rely on Employment Hero daily, it's embedded in how we operate.\", speaker: \"Hari Balasri\", speakerTitle: \"CFO\", cats: [\"hr\"], industry: \"Technology\", staff: \"200+\", location: \"Australia, Philippines, Sri Lanka\", url: \"https:\/\/employmenthero.com\/case-studies\/amused-group\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/07\/Amused-Group.webp\" },\n    { id: 45, company: \"Adelta Legal\", heading: \"Adelta Legal saves time and streamlines HR with Employment Hero\", quote: \"It's so user-friendly. Staff can log in, request leave, check their payslips, or complete onboarding tasks easily.\", speaker: \"Andrea Coleman\", speakerTitle: \"Practice Manager\", cats: [\"payroll\",\"recruitment\",\"hr\"], industry: \"Legal\", staff: \"36\", location: \"Adelaide\", url: \"https:\/\/employmenthero.com\/case-studies\/adelta-legal\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/07\/Adelta-Legal.webp\" },\n    { id: 46, company: \"Valiant Finance\", heading: \"Valiant Finance scales global hiring with speed and confidence using HeroForce by Employment Hero\", quote: \"We found one of the candidates with HeroForce, and within three weeks, everything was done.\", speaker: \"Josh Minzie\", speakerTitle: \"Head of People and Talent\", cats: [\"recruitment\"], industry: \"Finance\", staff: \"190+\", location: \"APAC and United States\", url: \"https:\/\/employmenthero.com\/case-studies\/valiant-finance\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/07\/Valiant.webp\" },\n    { id: 47, company: \"CEMG\", heading: \"How this hotel group slashed payroll time from 4 hours to one with Employment Hero\", quote: \"It was a lot of back and forth correcting errors. Now, it takes an hour.\", speaker: \"Andrea Tuck\", speakerTitle: \"HR Manager\", cats: [\"hr\"], industry: \"Hospitality\", staff: \"115\", location: \"Victoria\", url: \"https:\/\/employmenthero.com\/case-studies\/cemg\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/07\/CEMG.webp\" },\n    { id: 48, company: \"Epic Group\", heading: \"Slashing payroll time by 50%: The tech change fuelling Epic Group\u2019s growth\", quote: \"For six sites, it used to take a full day to do payroll. Now it takes me about half a day. We've cut that time by 50%.\", speaker: \"Doris Ohi\", speakerTitle: \"Accounts Officer\", cats: [\"payroll\",\"time-saved\"], industry: \"Retail\", staff: \"100+\", location: \"Australia wide\", url: \"https:\/\/employmenthero.com\/case-studies\/epic-group\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/07\/Epic-Group.webp\" },\n    { id: 49, company: \"PB Seeds\", heading: \"PB Seeds: Growing confidence in HR and payroll with Employment Hero\", quote: \"Payroll with Employment Hero has definitely saved time.\", speaker: \"Emily Moore\", speakerTitle: \"In-house Accountant\", cats: [\"payroll\",\"time-saved\",\"hr\"], industry: \"Agriculture\", staff: \"30+\", location: \"Victoria\", url: \"https:\/\/employmenthero.com\/case-studies\/pb-seeds\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/07\/PB-Seeds.webp\" },\n    { id: 50, company: \"Global Sky Education\", heading: \"From the sandpit to the spreadsheet: How Global Sky is making childcare HR less chaotic\", quote: \"We had three separate programs to do what Employment Hero now does in one.\", speaker: \"Billy Smith\", speakerTitle: \"Talent Advisor\", cats: [\"hr\"], industry: \"Childcare\", staff: \"180+\", location: \"Capricorn Coast, Gold Coast and Adelaide\", url: \"https:\/\/employmenthero.com\/case-studies\/global-sky-education\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/07\/Global-Sky-Education.webp\" },\n    { id: 51, company: \"Masada College\", heading: \"How Employment Hero helps Masada invest time back into student success\", quote: \"It's saving me about three or four hours per role. Hiring managers can get in there, shortlist and own the process.\", speaker: \"Alex\", speakerTitle: \"Executive Assistant to the College Principal\", cats: [\"recruitment\",\"hr\"], industry: \"Education\", staff: \"100+\", location: \"New South Wales\", url: \"https:\/\/employmenthero.com\/case-studies\/masada-college\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/07\/Masada-College.webp\" },\n    { id: 52, company: \"Apex Pharmacy Network\", heading: \"The prescription for better payroll: Inside Apex Pharmacy Network\u2019s transformation\", quote: \"We had 600 employees loaded into the learning management system in a day. We didn't have to jump into four or five different systems or call stores. The records were already there.\", speaker: \"David Huxley\", speakerTitle: \"General Manager of Operations\", cats: [\"time-saved\",\"hr\"], industry: \"Healthcare\", staff: \"600+\", location: \"Australia wide\", url: \"https:\/\/employmenthero.com\/case-studies\/apex-pharamcy-network\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/06\/Apex-Pharmacy-Network.webp\" },\n    { id: 53, company: \"National Wine Centre of Australia\", heading: \"Employment Hero helps National Wine Centre Australia save 45 hours a week on HR and Payroll\", quote: \"We never backfilled that HR role. Employment Hero effectively saved us a full-time employee.\", speaker: \"Josh Fitzpatrick\", speakerTitle: \"Corporate Services Manager\", cats: [\"hr\"], industry: \"Hospitality\", staff: \"~140\", location: \"Adelaide, South Australia\", url: \"https:\/\/employmenthero.com\/case-studies\/national-wine-centre-australia\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/06\/National-Wine-Centre-of-Australia.webp\" },\n    { id: 54, company: \"Tamborine Mountain Glades\", heading: \"How Employment Hero made HR a breeze at Tamborine Mountain Glades\", quote: \"It's so much more seamless now. For us, it means fewer emails and less chasing down contract signatures.\", speaker: \"Teddy\", speakerTitle: \"Food and Beverage Manager\", cats: [\"hr\"], industry: \"Hospitality\", staff: \"110+\", location: \"Tamborine Mountain, Queensland\", url: \"https:\/\/employmenthero.com\/case-studies\/tamborine-mountain-glades\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/06\/Tamborine-Mountain-Glades.webp\" },\n    { id: 55, company: \"Behemoth Brewing\", heading: \"Behemoth Brewing: Pouring passion into payroll and HR\", quote: \"We used to have a full-time HR manager. Now I do it one day a week.\", speaker: \"Hannah\", speakerTitle: \"Co-founder\", cats: [\"hr\"], industry: \"Food & Beverage\", staff: \"50+\", location: \"Auckland, New Zealand\", url: \"https:\/\/employmenthero.com\/case-studies\/behemoth-brewing\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/06\/Behemoth-Brewing.png\" },\n    { id: 56, company: \"Southland Supply Group\", heading: \"Southland Supply Group streamlines onboarding and payroll with Employment Hero\", quote: \"With Employment Hero, we're spending maybe three or four hours a fortnight to process payroll across all businesses.\", speaker: \"Pratap Subramanian\", speakerTitle: \"Finance and Systems Manager\", cats: [\"payroll\",\"hr\"], industry: \"Wholesale & Distribution\", staff: \"75+\", location: \"Australia wide\", url: \"https:\/\/employmenthero.com\/case-studies\/southland-supply-group\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/06\/Southland-Supply-Group.webp\" },\n    { id: 57, company: \"Alltech\", heading: \"How Alltech uses Employment Hero to drive scale, efficiency and retention\", quote: \"We had one client with about 70 weekly paid staff. Just the award interpretation and automation saves them at least 1.5 hours a week.\", speaker: \"Stephen Scullion\", speakerTitle: \"Founder\", cats: [\"time-saved\"], industry: \"Professional Services\", staff: \"13\", location: \"Helensburgh, New South Wales\", url: \"https:\/\/employmenthero.com\/case-studies\/alltech\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/06\/Alltech.webp\" },\n    { id: 58, company: \"ZEN Energy\", heading: \"ZEN Energy powers HR and IT security with Employment Hero\", quote: \"It probably saves us at least half an hour for every new starter.\", speaker: \"Erin Dybvig\", speakerTitle: \"HR Coordinator\", cats: [\"recruitment\"], industry: \"Energy\", staff: \"100+\", location: \"Australia wide\", url: \"https:\/\/employmenthero.com\/case-studies\/zen-energy\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/06\/ZEN-Energy.webp\" },\n    { id: 59, company: \"Shona Joy\", heading: \"Tailored for efficiency: How Shona Joy dressed up HR\", quote: \"Now I just check the submitted timesheets and click once. The system calculates gross pay, net pay, PAYG and super \u2013 it's all automatic.\", speaker: \"Henry Shen\", speakerTitle: \"Accountant\", cats: [\"hr\"], industry: \"Retail\", staff: \"250+\", location: \"Sydney\", url: \"https:\/\/employmenthero.com\/case-studies\/shona-joy\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/06\/Shona-Joy.webp\" },\n    { id: 60, company: \"Think Tank Group\", heading: \"Why HR teams are choosing Employment Hero\u2019s SmartMatch\", quote: \"Now I don't even need to advertise to get SmartMatch candidates. They just start to pop up. We made a successful placement with someone from SmartMatch, so I'm definitely going to give it more attention. We don't pay extra for it.\", speaker: \"Heena Geronimo\", speakerTitle: \"Senior Manager of People & Culture, Think Tank Group\", cats: [\"recruitment\"], industry: \"Finance\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/smartmatch\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/06\/ATS-.webp\" },\n    { id: 61, company: \"YMCA Northern Territory\", heading: \"Why HR teams are choosing Employment Hero\u2019s SmartMatch\", quote: \"We now post all our jobs through Employment Hero and grant multiple hirer access to our managers and recruitment panel members. We're loving and really maximising the custom questions we can attach to positions and link through to SEEK. It saves us so much time analysing and ranking candidates.\", speaker: \"Shan Butler\", speakerTitle: \"HR Business Partner, YMCA Northern Territory\", cats: [\"recruitment\",\"hr\"], industry: \"Non-profit\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/smartmatch\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/06\/ATS-.webp\" },\n    { id: 62, company: \"Catalina Consultants\", heading: \"How Catalina Consultants Uses Employment Hero to Power Confident HR Transformation\", quote: \"Being an Employment Hero partner allows us to provide an end-to-end HR solution for our clients. The platform, combined with our expertise, gives businesses the confidence to manage their workforce effectively.\", speaker: \"Merilyn Speiser\", speakerTitle: \"Managing Director\", cats: [\"hr\"], industry: \"Professional Services\", staff: \"\", location: \"Sydney\", url: \"https:\/\/employmenthero.com\/case-studies\/catalina-consultants\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/06\/Catalina-Consultants.webp\" },\n    { id: 63, company: \"Lawson Grains\", heading: \"Lawson Grains grows efficiently with Employment Hero\", quote: \"Now, once a requisition is approved, I get a notification and can post the ad in under five minutes within the ATS system.\", speaker: \"Sam Nusser\", speakerTitle: \"HR Coordinator\", cats: [\"recruitment\"], industry: \"Agriculture\", staff: \"200+\", location: \"Western Australia and New South Wales\", url: \"https:\/\/employmenthero.com\/case-studies\/lawson-grains\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/05\/Lawson-Grains.png\" },\n    { id: 64, company: \"Hutchinson Resources\", heading: \"Powering better HR for Aussie businesses: Why this HR consultant recommends Employment Hero\", quote: \"I implemented Employment Hero at an allied health clinic where rostering took a full day each week. Now it takes under an hour.\", speaker: \"Nick Hutchinson\", speakerTitle: \"HR Consultant\", cats: [\"hr\"], industry: \"Professional Services\", staff: \"30+\", location: \"Tasmania\", url: \"https:\/\/employmenthero.com\/case-studies\/hutchinson-resources\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/05\/Hutchinson-Resources.png\" },\n    { id: 65, company: \"Zerella Fresh\", heading: \"How Zerella Fresh cut payroll processing time by 50% and reduced hiring costs\", quote: \"We've saved eight to ten hours per pay cycle. That's huge.\", speaker: \"Majid Ali\", speakerTitle: \"Payroll Operations Manager\", cats: [\"hr\"], industry: \"Agriculture\", staff: \"450+\", location: \"South Australia\", url: \"https:\/\/employmenthero.com\/case-studies\/zerella-fresh\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/05\/Zerella-Fresh.png\" },\n    { id: 66, company: \"Australiz\", heading: \"From ad hoc to organised HR at Australiz\", quote: \"I would have spent hours \u2013 if not days \u2013 on things like performance plans in my previous roles. Now, Employment Hero has cut that time significantly.\", speaker: \"Ruth Rowlands\", speakerTitle: \"People and Culture Manager\", cats: [\"time-saved\",\"hr\"], industry: \"Engineering\", staff: \"15+\", location: \"Tasmania\", url: \"https:\/\/employmenthero.com\/case-studies\/australiz\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/04\/Australiz-png.webp\" },\n    { id: 67, company: \"Expert Hearing Care\", heading: \"Expert Hearing Care: From admin overload to HR and payroll peace of mind\", quote: \"It saves me 30\u201340 hours a month. The peace of mind that gives you \u2013 honestly, you can't put a price on that.\", speaker: \"Monique Price\", speakerTitle: \"Operations Manager\", cats: [\"time-saved\"], industry: \"Healthcare\", staff: \"60+\", location: \"Perth, Western Australia\", url: \"https:\/\/employmenthero.com\/case-studies\/expert-hearing-care\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/04\/Expert-Hearing-Care-png.webp\" },\n    { id: 68, company: \"Aspire Hub\", heading: \"The HR overhaul that helped Aspire Hub reduce recruitment costs and pass NDIS audits with confidence\", quote: \"We had an urgent need for a child safety role in a specific location, and instead of paying hundreds for job ads, SmartMatch surfaced qualified candidates for us instantly and saved us $480 for an ad we would've posted.\", speaker: \"Sindy Rennick\", speakerTitle: \"Chief People Officer\", cats: [\"recruitment\"], industry: \"Disability Services\", staff: \"300+\", location: \"Queensland\", url: \"https:\/\/employmenthero.com\/case-studies\/aspire-hub\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/04\/AspireHub-png.webp\" },\n    { id: 69, company: \"Redimed\", heading: \"How Redimed saved 30% of admin time and reinvested it into better patient care\", quote: \"Managers now have confidence that we're handling HR in a professional, consistent way.\", speaker: \"Marie Harber\", speakerTitle: \"HR Business Partner\", cats: [\"hr\"], industry: \"Healthcare\", staff: \"200+\", location: \"Australia wide\", url: \"https:\/\/employmenthero.com\/case-studies\/redimed\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/04\/Redimed-png.webp\" },\n    { id: 70, company: \"Grain and Bake Co\", heading: \"Grain and Bake Co finds the secret ingredient to workforce efficiency\", quote: \"Our payroll used to take probably three days...Now, it's probably a few hours.\", speaker: \"Trudy Mortaruolo\", speakerTitle: \"HR Manager\", cats: [\"payroll\"], industry: \"Food & Beverage\", staff: \"70+\", location: \"Victoria\", url: \"https:\/\/employmenthero.com\/case-studies\/grain-and-bake-co\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/04\/Grain-and-Bake-co-png.webp\" },\n    { id: 71, company: \"Pragma Home Care\", heading: \"The HR transformation that saved Pragma Home Care time and streamlined compliance\", quote: \"It's a one-stop shop for everything HR. We're saving time, improving compliance, and making life easier for our team.\", speaker: \"Divya Sharma\", speakerTitle: \"HR and Payroll Coordinator\", cats: [\"compliance\",\"time-saved\",\"hr\"], industry: \"Disability Services\", staff: \"70+\", location: \"Western Australia\", url: \"https:\/\/employmenthero.com\/case-studies\/pragma-home-care\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/04\/Pragma-Home-Care-png.webp\" },\n    { id: 72, company: \"Kaizer Community\", heading: \"Kaizer Community\u2019s HR overhaul: Payroll automation, compliance &#038; employee engagement\", quote: \"We process payroll weekly, and before automation, our team was manually calculating first aid allowances, overtime, and other entitlements. Now, it's all automated, and we're saving about five hours per week.\", speaker: \"James Stone\", speakerTitle: \"General Manager\", cats: [\"payroll\",\"time-saved\"], industry: \"Youth & Residential Care\", staff: \"130+\", location: \"Queensland\", url: \"https:\/\/employmenthero.com\/case-studies\/kaizer-community\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/03\/Kaizer-Community-1.png\" },\n    { id: 73, company: \"Sentrian\", heading: \"How Sentrian transformed their HR and payroll processes with Employment Hero\", quote: \"The biggest benefit is consolidation. Instead of jumping between different systems, we have everything in one place.\", speaker: \"Sophia Byrne\", speakerTitle: \"Head of People and Culture\", cats: [\"hr\"], industry: \"Technology\", staff: \"50+\", location: \"Brisbane\", url: \"https:\/\/employmenthero.com\/case-studies\/sentrian\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/03\/Sentrian.png\" },\n    { id: 74, company: \"Connecting Families\", heading: \"Connecting Families cuts workload by 75% with SmartMatch\", quote: \"Without SmartMatch, we would have to double the time screening and shortlisting applicants. Now, the tool saves us 30 to 45 minutes per candidate.\", speaker: \"Bianca\", speakerTitle: \"Recruitment Officer\", cats: [\"time-saved\",\"recruitment\"], industry: \"Disability Services\", staff: \"535+\", location: \"New South Wales\", url: \"https:\/\/employmenthero.com\/case-studies\/connecting-families\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/03\/Connecting-Families.png\" },\n    { id: 75, company: \"SEQH\", heading: \"Driving streamlined logistics and workforce management with Employment Hero\", quote: \"Before Employment Hero, everything was separate. Payroll, recruitment and employee data were all in different systems. Now, everything is in one place, making it much easier to manage.\", speaker: \"Katrinka Tagamolila\", speakerTitle: \"HR Coordinator\", cats: [\"payroll\",\"recruitment\",\"hr\"], industry: \"Logistics\", staff: \"250+\", location: \"Hemmant and Toowoomba, Queensland\", url: \"https:\/\/employmenthero.com\/case-studies\/seqh\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/03\/SEQH-1.png\" },\n    { id: 76, company: \"Gilmour Space Technologies\", heading: \"Gilmour Space Technologies: Scaling at rocket speed with Employment Hero\", quote: \"Nothing integrated seamlessly with payroll like Employment Hero did.\", speaker: \"Carly Allen\", speakerTitle: \"HR Manager\", cats: [\"payroll\",\"hr\"], industry: \"Aerospace\", staff: \"150+\", location: \"Gold Coast\", url: \"https:\/\/employmenthero.com\/case-studies\/gilmour-space-technologies\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/03\/Gilmour-Space-Technology-1.png\" },\n    { id: 77, company: \"Christian Youth Camps\", heading: \"Christian Youth Camps: Streamlining HR and Payroll with Employment Hero\", quote: \"The fact that you can do everything end to end...is a game-changer.\", speaker: \"Rosie Zimmer\", speakerTitle: \"Financial Controller\", cats: [\"hr\"], industry: \"Non-profit\", staff: \"250+\", location: \"Australia wide\", url: \"https:\/\/employmenthero.com\/case-studies\/christian-youth-camps\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/03\/Christian-Youth-Camps.png\" },\n    { id: 78, company: \"BGS Computers\", heading: \"From computers to payroll: How BGS Computers supports 20 businesses with payroll\", quote: \"I love the built-in modern award interpretation. It automatically updates wages when an employee has a birthday, and I get a notification as well. It's almost set and forget.\", speaker: \"Sharon Sibthorpe\", speakerTitle: \"Founder\", cats: [\"payroll\",\"compliance\"], industry: \"Technology\", staff: \"70+\", location: \"Ormeau, Queensland\", url: \"https:\/\/employmenthero.com\/case-studies\/bgs-computers\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/03\/BGS-computers-1.png\" },\n    { id: 79, company: \"New Aim\", heading: \"New Aim scales recruitment with SmartMatch\", quote: \"We often hire for multiple roles in the same position over two months, but with SmartMatch, I was able to find a candidate in just a few days. Within one to two weeks, we had interviewed and offered the role to a candidate.\", speaker: \"Crystal Gao\", speakerTitle: \"HR Generalist\", cats: [\"recruitment\"], industry: \"Retail\", staff: \"500+\", location: \"Hawthorn East, Victoria\", url: \"https:\/\/employmenthero.com\/case-studies\/new-aim\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/03\/Case-study-preview-image-templates-ET-1.png\" },\n    { id: 80, company: \"Allara Support Services\", heading: \"Using SmartMatch to find the right candidates in a competitive market\", quote: \"I like how everything's summarised. I also like that it gives salary expectations, location and key qualifications right away.\", speaker: \"Carle Marquez\", speakerTitle: \"Business Development and Recruitment Administrator\", cats: [\"hr\"], industry: \"Disability Services\", staff: \"290+\", location: \"Sydney, Newcastle, Wollongong and surrounding areas\", url: \"https:\/\/employmenthero.com\/case-studies\/allara-support-services\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/03\/Allara-Support-Services-1-1.png\" },\n    { id: 81, company: \"Pitcrew AI\", heading: \"More innovation, less admin: How Pitcrew AI keeps their focus on growth\", quote: \"We've built a structured HR process without needing a dedicated HR person.\", speaker: \"Dan Farthing\", speakerTitle: \"Head of Product and People\", cats: [\"hr\"], industry: \"Technology\", staff: \"20+\", location: \"Carrington, NSW\", url: \"https:\/\/employmenthero.com\/case-studies\/pitcrew-ai\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/03\/Pitcrew-2.png\" },\n    { id: 82, company: \"Human Inc.\", heading: \"How Human Inc. uses Employment Hero as their Swiss army knife for HR\", quote: \"I love the automation. You can just drop a resume in, and it reads everything for you. It saves so much time. If I had to manually input all CVs, it would take me 15 minutes per candidate. Now, it's just one minute.\", speaker: \"Azzira Azli\", speakerTitle: \"HR Lead\", cats: [\"time-saved\",\"recruitment\"], industry: \"Professional Services\", staff: \"25+\", location: \"Malaysia and Singapore\", url: \"https:\/\/employmenthero.com\/case-studies\/human-inc\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/02\/HumanInc.png\" },\n    { id: 83, company: \"Outrayjus\", heading: \"Delivering results: How Outrayjus improved operations and customer service\", quote: \"Do it. The platform simplifies compliance, improves communication and saves so much time.\", speaker: \"Kim Miller\", speakerTitle: \"Admin Manager and PA to the General Manager\", cats: [\"compliance\"], industry: \"Logistics\", staff: \"29\", location: \"Brisbane and Toowoomba, Queensland\", url: \"https:\/\/employmenthero.com\/case-studies\/outrayjus\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/02\/Outrayjus-1.png\" },\n    { id: 84, company: \"Baraja\", heading: \"How Baraja transformed HR with simplicity, efficiency and ease\", quote: \"It's a one-stop shop for our team. They can log in and see all their leave balances.\", speaker: \"Rodney George\", speakerTitle: \"Finance, Admin, and HR Manager\", cats: [\"hr\"], industry: \"Technology\", staff: \"10+\", location: \"New South Wales\", url: \"https:\/\/employmenthero.com\/case-studies\/baraja\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/02\/Baraja.png\" },\n    { id: 85, company: \"ITEC Group\", heading: \"SmartMatch makes hiring disability support workers a breeze for ITEC Group\", quote: \"When I started, we were spending $2,000 to $3,000 a month on job ads. Now, it's closer to $500.\", speaker: \"Jesse\", speakerTitle: \"People and Culture Officer\", cats: [\"hr\"], industry: \"Disability Services\", staff: \"290\", location: \"QLD, NT, SA & NSW\", url: \"https:\/\/employmenthero.com\/case-studies\/itec-group\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/02\/ITEC-Group-1-1.png\" },\n    { id: 86, company: \"Sitruna\", heading: \"Sitruna 4x candidate applications with Employment Hero\", quote: \"Smart Match and job board integrations have broadened our reach significantly. Previously, we'd receive 10 to 20 applications in a fortnight. Now, we're getting closer to 100.\", speaker: \"Marie Ragot\", speakerTitle: \"People Operations Specialist\", cats: [\"recruitment\"], industry: \"Media & Marketing\", staff: \"40\", location: \"England\", url: \"https:\/\/employmenthero.com\/case-studies\/sitruna\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/01\/Sitruna-1.png\" },\n    { id: 87, company: \"Qumata\", heading: \"Supporting Qumata streamline goal management and improve efficiency\", quote: \"With Employment Hero, you can view everyone's individual goals and see how they're linked.\", speaker: \"Angel Fung\", speakerTitle: \"Head of HR\", cats: [\"hr\"], industry: \"Finance\", staff: \"8+\", location: \"England, Hong Kong, Singapore and expanding into India\", url: \"https:\/\/employmenthero.com\/case-studies\/qumata\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/01\/Qumata-1-1.png\" },\n    { id: 88, company: \"Gilpin Hotel and Lake House\", heading: \"Simplifying hospitality HR management for a leading hospitality business\", quote: \"Managers used to ask me about clock-ins during my days off. Now, they can check for themselves.\", speaker: \"Helen Tappenden\", speakerTitle: \"Head of People and Culture\", cats: [\"hr\"], industry: \"Hospitality\", staff: \"150+\", location: \"England\", url: \"https:\/\/employmenthero.com\/case-studies\/gilpin-hotel-and-lake-house\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2024\/12\/Copy-of-Case-Study-Templates-1-1.png\" },\n    { id: 89, company: \"Longton Legal\", heading: \"Longton Legal: How a legal consulting firm streamlined HR with Employment Hero\", quote: \"Before this, no one in the company had ever done structured performance management. We've introduced quarterly reviews and Employment Hero helps make those conversations feel more two-way.\", speaker: \"(Unnamed)\", speakerTitle: \"HR Director\", cats: [\"hr\"], industry: \"Legal\", staff: \"196+\", location: \"New South Wales\", url: \"https:\/\/employmenthero.com\/case-studies\/longton-legal\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2024\/12\/Longton-Legal-1.png\" },\n    { id: 90, company: \"George & Matilda Eyecare\", heading: \"George &#038; Matilda Eyecare: Uniting independent practices with a streamlined recruitment and HR solution\", quote: \"Having all our contracts templated means we can have contracts signed and returned within 15 minutes.\", speaker: \"Heather Campbell\", speakerTitle: \"GM of HR\", cats: [\"time-saved\",\"hr\"], industry: \"Healthcare\", staff: \"330\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/george-matilda-eyecare\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2024\/12\/George-and-Matilda.png\" },\n    { id: 91, company: \"Jo Mercer\", heading: \"HR innovation in retail: Jo Mercer\u2019s success with Employment Hero\", quote: \"I'd say onboarding takes me about 10 minutes per person.\", speaker: \"Elise\", speakerTitle: \"HR Manager\", cats: [\"time-saved\",\"hr\"], industry: \"Retail\", staff: \"240\", location: \"Victoria\", url: \"https:\/\/employmenthero.com\/case-studies\/jo-mercer\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2024\/11\/Jo-Mercer-1-1-1.png\" },\n    { id: 92, company: \"Quest Griffith\", heading: \"Quest Griffith\u2019s success story with Employment Hero: A game-changer for small businesses\", quote: \"Now, Employment Hero automatically tracks annual leave for full-time staff. It's just so much simpler.\", speaker: \"Sophie Sun\", speakerTitle: \"Owner\", cats: [\"hr\"], industry: \"Hospitality\", staff: \"23\", location: \"New South Wales\", url: \"https:\/\/employmenthero.com\/case-studies\/quest-griffith\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2024\/10\/Tedaisy-Insurance-Group-2.png\" },\n    { id: 93, company: \"Montessori Beginnings\", heading: \"Montessori Beginnings simplifies hiring and improves candidate quality with SmartMatch\", quote: \"SmartMatch saves us a lot of time because it only suggests candidates who fit the role.\", speaker: \"Kayleigh Downes\", speakerTitle: \"Portfolio Manager\", cats: [\"recruitment\"], industry: \"Childcare\", staff: \"300+\", location: \"Victoria\", url: \"https:\/\/employmenthero.com\/case-studies\/montessori-beginnings\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2024\/10\/Guasa-1.png\" },\n    { id: 94, company: \"Wittner\", heading: \"Wittner\", quote: \"The biggest improvement I've found is the contracts. I now look forward to onboarding people; it's so easy and so seamless.\", speaker: \"Steffi Pereira\", speakerTitle: \"HR Manager\", cats: [\"hr\"], industry: \"Retail\", staff: \"380+\", location: \"Head Office in Cremorne\", url: \"https:\/\/employmenthero.com\/case-studies\/wittner\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2024\/10\/Guasa.png\" },\n    { id: 95, company: \"Continence Foundation of Australia\", heading: \"Continence Foundation of Australia strengthens recruitment and boosts their EVP with Employment Hero\", quote: \"Because everything is in one app and accessible on their phones, employees can easily access their personal information, payslips, leave management and more.\", speaker: \"Kalyani Parkale\", speakerTitle: \"HR Manager\", cats: [\"payroll\",\"hr\"], industry: \"Non-profit\", staff: \"40+\", location: \"Melbourne\", url: \"https:\/\/employmenthero.com\/case-studies\/continence-foundation-of-australia\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2024\/10\/FusionFTTX-1.png\" },\n    { id: 96, company: \"Sparkways\", heading: \"Sparkways leverages SmartMatch to find their dream candidates\", quote: \"SmartMatch screens the resume and gives us a small summary about their experience, plus why they may be suited to the role.\", speaker: \"Ash-lee Kingsberry\", speakerTitle: \"Talent Acquisition Coordinator\", cats: [\"recruitment\"], industry: \"Childcare\", staff: \"650+\", location: \"Melbourne\", url: \"https:\/\/employmenthero.com\/case-studies\/sparkways\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2024\/09\/Sparkways.png\" },\n    { id: 97, company: \"Catholic Archdiocese of Melbourne\", heading: \"The Catholic Archdiocese of Melbourne boosts HR efficiency with Employment Hero\", quote: \"Employment Hero's ATS automates job postings, candidate screening, and shortlisting. The AI-powered job ad drafting assistance is a game-changer.\", speaker: \"Sinead\", speakerTitle: \"Recruitment & Employment Consultant\", cats: [\"recruitment\",\"hr\"], industry: \"Non-profit\", staff: \"250\", location: \"Melbourne, VIC\", url: \"https:\/\/employmenthero.com\/case-studies\/the-catholic-archdiocese-of-melbourne\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2024\/08\/Catholic-Archidiocese.png\" },\n    { id: 98, company: \"Skedulo\", heading: \"\", quote: \"At first glance, I could see it ticked all my boxes, including native integration with Xero Payroll.\", speaker: \"Mitchell Ussher\", speakerTitle: \"Operations Manager\", cats: [\"payroll\"], industry: \"Technology\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/skedulo\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2021\/07\/Operations-Manager-Skedulo-3.png\" },\n    { id: 99, company: \"Resonate Solutions\", heading: \"\", quote: \"Our HR processes were all very manual. Everything was on paper which required a lot of double-handling.\", speaker: \"Daniela Delinavelli\", speakerTitle: \"Employee Experience Coordinator\", cats: [\"hr\"], industry: \"Customer Engagement Consulting\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/resonate\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2021\/07\/Resonate-Solutions.png\" },\n    { id: 100, company: \"YCSS\", heading: \"\", quote: \"Employment Hero was easily the frontrunner because of its powerful rostering capability and the fact that it was a cloud solution, making it affordable to implement.\", speaker: \"Alicia Hurley\", speakerTitle: \"Human Resource Officer\", cats: [\"hr\"], industry: \"Residential Care & Family Support Services\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/ycss\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2021\/07\/YCSS.png\" },\n    { id: 101, company: \"Aquabliss School of Swim\", heading: \"\", quote: \"It took away all those manual processes and all the paper \u2013 which was massive \u2013 and put a lot of the responsibility back on the employees.\", speaker: \"Shannon Palmer\", speakerTitle: \"Payroll Manager\", cats: [\"payroll\",\"hr\",\"employee-experience\"], industry: \"Aquatic Education\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/aquabliss\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2021\/07\/Payroll-Manager-Aquabliss-School-of-Swim-3.png\" },\n    { id: 102, company: \"Riverland Group\", heading: \"\", quote: \"Every time we can eliminate a piece of paper, it makes the process easier and more streamlined.\", speaker: \"Michelle Tankey\", speakerTitle: \"HR and Compliance Manager\", cats: [\"hr\"], industry: \"Hospitality\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/riverland-group\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2021\/07\/Riverland-Group.png\" },\n    { id: 103, company: \"Gungahlin Veterinary Hospital\", heading: \"\", quote: \"Now, it takes me three hours to do payroll, rather than one-and-a-half days \u2013 and I can do it from anywhere, which is invaluable.\", speaker: \"Marie Marx\", speakerTitle: \"Practice Manager\", cats: [\"payroll\",\"time-saved\"], industry: \"Veterinary Services\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/gungahlin-veterinary-hospital\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2021\/07\/Practice-Manager-Gungahlin-Veterinary-Hospital-3.png\" },\n    { id: 104, company: \"Lucent Advisory\", heading: \"\", quote: \"Our clients love Employment Hero's onboarding functionality, automated notifications, and employee self-service. The integration with payroll is also a boon.\", speaker: \"Justine Pepper\", speakerTitle: \"Director\", cats: [\"hr\",\"payroll\"], industry: \"HR Consulting\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/lucent-advisory\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2021\/07\/Lucent-Financial.png\" },\n    { id: 105, company: \"South Pacific Private\", heading: \"\", quote: \"It has cut our payroll down by a third. We no longer have to input data from individual timesheets.\", speaker: \"Naomi Coleman\", speakerTitle: \"HR & Payroll Coordinator\", cats: [\"payroll\",\"time-saved\"], industry: \"Healthcare\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/south-pacific-private\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2021\/07\/South-Pacific-Private.png\" },\n    { id: 106, company: \"Pickerings Group\", heading: \"\", quote: \"The self service access for employees has streamlined many of our processes and significantly reduced the cost associated with managing employee files, record changes and requests.\", speaker: \"Jaret Grant\", speakerTitle: \"Group HR Manager\", cats: [\"hr\",\"employee-experience\",\"time-saved\"], industry: \"Automotive Dealerships\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/pickerings\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2021\/07\/Pickerings.png\" },\n    { id: 107, company: \"International Needs Australia\", heading: \"\", quote: \"Go for it. The costs are reasonable, it saves time and makes reporting and compliance easy.\", speaker: \"Pam Winstanley\", speakerTitle: \"Finance and Administration Manager\", cats: [\"payroll\",\"time-saved\",\"compliance\"], industry: \"Non-profit\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/ina\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2021\/07\/International-Needs.png\" },\n    { id: 108, company: \"Tasty Fresh\", heading: \"\", quote: \"I had used several HR information systems. I like Employment Hero.\", speaker: \"Michelle Olsen\", speakerTitle: \"HR\", cats: [\"hr\"], industry: \"Food Service\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/tasty-fresh-food\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2021\/07\/Tasty-Fresh-Food-Co.png\" },\n    { id: 109, company: \"Neto eCommerce\", heading: \"\", quote: \"We found Employment Hero to be closely aligned with our company and really fit in with what we were looking for in an HRIS.\", speaker: \"Lisa Hilton\", speakerTitle: \"HR Manager\", cats: [\"hr\"], industry: \"eCommerce\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/neto-ecommerce\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2021\/07\/Neto-1.png\" },\n    { id: 110, company: \"F45 Training Belmont\", heading: \"\", quote: \"Every studio has a different personality. We live by our core values of empathy, respect, integrity, play and quality.\", speaker: \"Aaron Yeak\", speakerTitle: \"Director\", cats: [\"hr\"], industry: \"Fitness\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/f45-belmont\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2021\/07\/F45-2.png\" },\n    { id: 111, company: \"Retail Food Group\", heading: \"\", quote: \"After I originally met with Ben and key members of the team, the rapport, trust and purpose identified played a big factor.\", speaker: \"Damian Tarry\", speakerTitle: \"Chief Human Resources Officer\", cats: [\"hr\"], industry: \"Food & Beverage \/ Franchise\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/rfg-australia\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2021\/07\/Retail-Food-Group.png\" },\n    { id: 112, company: \"INS Career Management\", heading: \"\", quote: \"Before Employment Hero, INS was managing our employee data on an Excel spreadsheet.\", speaker: \"Kellie Grant\", speakerTitle: \"HR Manager\", cats: [\"hr\"], industry: \"HR & Career Management Services\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/ins\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2019\/07\/INS-Workforces-for-future.png\" },\n    { id: 113, company: \"RPR Trades\", heading: \"\", quote: \"It was literally the click of a button, we turned it on and it just works.\", speaker: \"Hayley French\", speakerTitle: \"Corporate Services Manager\", cats: [\"hr\"], industry: \"Industrial \/ Recruitment\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/rpr-trades\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2021\/07\/RPR-Trades.png\" },\n    { id: 114, company: \"AR Developments\", heading: \"\", quote: \"We're taking our employees and contractors on the journey with us. We want them to know where we're headed and be confident they're part of that plan.\", speaker: \"Karen O'Sullivan\", speakerTitle: \"Office Manager\", cats: [\"hr\",\"employee-experience\"], industry: \"Construction\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/ar-developments\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2021\/07\/AR-Developments-1.png\" },\n    { id: 115, company: \"Everlearn Preschools\", heading: \"\", quote: \"Last week, it took a manager 10 to 15 minutes to approve 50 timesheets. Now they're in the system for when we run the payroll; we've cut that process down from hours of the day to max. 15 minutes.\", speaker: \"Alex Spencer\", speakerTitle: \"Operations Manager\", cats: [\"payroll\",\"time-saved\"], industry: \"Early Childhood Education\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/everlearn-preschools\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2021\/07\/Ever-Learn-Pre-school.png\" },\n    { id: 116, company: \"WorkXtra Aged Care\", heading: \"\", quote: \"Compliance is a very big part of the service we offer...we needed systems to track that compliance and notify us when certifications were expiring.\", speaker: \"Andrew Sarunic\", speakerTitle: \"People and Culture Manager\", cats: [\"compliance\",\"hr\"], industry: \"Aged Care\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/workxtra\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2019\/02\/Aged-Care-Home-Care.png\" },\n    { id: 117, company: \"Bright and Duggan\", heading: \"\", quote: \"I manage 13 staff, so being able to see clearly where people are at is invaluable. Employment Hero is absolutely easier for day-to-day tasks.\", speaker: \"Sue Stevens\", speakerTitle: \"Operations Manager\", cats: [\"hr\",\"time-saved\"], industry: \"Strata Management\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/bright-duggan\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2019\/07\/Bright-and-Duggan-1.png\" },\n    { id: 118, company: \"Rainmaster Technologies\", heading: \"\", quote: \"We're a small employer. Our team all came from really big employers with union-based incentives and other benefits available to them. It's hard to compete with that as a small business.\", speaker: \"Marie Chaplain\", speakerTitle: \"Office Manager\", cats: [\"hr\",\"employee-experience\"], industry: \"Water Management\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/rainmaster\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2019\/08\/Rainmaster-Technologies-1.png\" },\n    { id: 119, company: \"Amaze Education\", heading: \"\", quote: \"Our industry is ever changing. There is a very high turnover, but it could also be that you're recruiting quite quickly because your centre is growing and you need to keep up with enrolment.\", speaker: \"Rachael Hinton\", speakerTitle: \"HR Manager\", cats: [\"hr\",\"recruitment\"], industry: \"Childcare and Early Education\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/amaze-education\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2019\/08\/Amaze-1.png\" },\n    { id: 120, company: \"Stone & Chalk\", heading: \"\", quote: \"It's made hiring casual staff much easier, as well as tracking leave and payroll\", speaker: \"Helen Wright\", speakerTitle: \"People and Culture Manager\", cats: [\"recruitment\",\"payroll\",\"hr\"], industry: \"Innovation Hub \/ Fintech\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/stone-and-chalk\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2021\/07\/Stone-Chalk.png\" },\n    { id: 121, company: \"Fonda Mexican\", heading: \"\", quote: \"I've been full time a year and a half and I have been really impressed how much Employment Hero has developed.\", speaker: \"Louis Blake-McLeish\", speakerTitle: \"People and Performance Coordinator\", cats: [\"hr\"], industry: \"Food Service \/ Hospitality\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/fonda-mexican\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2021\/07\/Fonda.png\" },\n    { id: 122, company: \"Dinner Twist\", heading: \"\", quote: \"Employment Hero looked very user-friendly and had a lot of the features I was looking for.\", speaker: \"Katri Tormanen\", speakerTitle: \"HR and Office Administration\", cats: [\"hr\"], industry: \"Food Delivery\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/dinner-twist\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2021\/07\/Dinner-Twist-1.png\" },\n    { id: 123, company: \"APD Projects\", heading: \"\", quote: \"Before Employment Hero, our processes were very manual. We had no way of tracking leave other than writing it down, so we didn't know who was taking leave when.\", speaker: \"Leanne Craig\", speakerTitle: \"Bookkeeper\", cats: [\"hr\",\"payroll\"], industry: \"Property Development\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/apd-projects\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2021\/07\/APD-Property.png\" },\n    { id: 124, company: \"Empower Constructions\", heading: \"\", quote: \"When Employment Hero came through, everything was more organised and we had more of a central place to go to for things.\", speaker: \"Fred Purcell\", speakerTitle: \"Project Administrator\", cats: [\"hr\"], industry: \"Construction\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/empower-constructions\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2019\/04\/Empower-Constructions.png\" },\n    { id: 125, company: \"Ramada Encore Belconnen\", heading: \"\", quote: \"It's so much easier to keep track of the daily wage spend and to see if we're on budget.\", speaker: \"Jason Ingram\", speakerTitle: \"Operations Manager\", cats: [\"payroll\"], industry: \"Hospitality\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/ramada-encore-belconnen\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2019\/08\/Ramada-Encore.png\" },\n    { id: 126, company: \"Console\", heading: \"\", quote: \"I knew we'd reduce admin burden and actually create a user-friendly system that's easy for new employees to navigate.\", speaker: \"James Stone\", speakerTitle: \"Head of Human Resources\", cats: [\"hr\"], industry: \"Property Management Software\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/console-group\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2021\/07\/Console-Property-1.png\" },\n    { id: 127, company: \"Holmes Family Dental\", heading: \"\", quote: \"Employment Hero Payroll has changed my world; it is literally a maximum of 20 minutes\", speaker: \"Marie Matter\", speakerTitle: \"Practice Manager\", cats: [\"payroll\",\"time-saved\"], industry: \"Dental Healthcare\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/holmes-family-dental\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2021\/07\/Holmes-Family-Dentist-1.png\" },\n    { id: 128, company: \"Pharmacy Alliance\", heading: \"\", quote: \"I was told that it was an onboarding platform. But the more I looked into it, the more I realised that there was so much more available.\", speaker: \"Samantha Daniele\", speakerTitle: \"HR Manager\", cats: [\"hr\"], industry: \"Pharmacy \/ Healthcare\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/pharmacy-alliance\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2019\/09\/Pharmacy-Alliance-1.png\" },\n    { id: 129, company: \"Vikings Group\", heading: \"\", quote: \"Employment Hero is so quick and easy. Employees don't have to go to multiple systems, they can swap shifts, see what's available.\", speaker: \"Joanna Bell\", speakerTitle: \"Executive Manager, Human Resources\", cats: [\"hr\",\"employee-experience\",\"payroll\"], industry: \"Not-for-profit \/ Community\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/vikings-group\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2021\/07\/Vikings-Group.png\" },\n    { id: 130, company: \"Harcourts Coastal\", heading: \"\", quote: \"Environment is everything. Where and who you choose to work with will have a huge impact on your career and in turn, determine the service level your clients will receive.\", speaker: \"Katrina Mattig\", speakerTitle: \"Business Manager\", cats: [\"hr\",\"employee-experience\"], industry: \"Real Estate\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/harcourts-coastal\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2020\/04\/Harcourts-Coastal-1.png\" },\n    { id: 131, company: \"Cube Group\", heading: \"\", quote: \"It has been a fairly smooth transition for Cube Group, as we're already well set up for working from home.\", speaker: \"Kim Annesley\", speakerTitle: \"People and Culture Manager\", cats: [\"hr\"], industry: \"Consulting\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/cube-group\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2020\/07\/Cube-Group-.png\" },\n    { id: 132, company: \"Discount Party Supplies\", heading: \"\", quote: \"A lot of businesses underestimate the difference between happy and unhappy employees when it comes to productivity and output.\", speaker: \"Chantelle Watson\", speakerTitle: \"Senior Bookkeeper\", cats: [\"hr\",\"employee-experience\"], industry: \"Retail\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/discount-party-supplies\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2021\/07\/Discount-Party-Supplies.png\" },\n    { id: 133, company: \"Investa Projects\", heading: \"\", quote: \"The timesheets are really handy; so is managing leave and our policies.\", speaker: \"Caroline Gowan\", speakerTitle: \"General Manager\", cats: [\"payroll\",\"hr\"], industry: \"Property Services\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/investa\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2021\/07\/INVESTA-2.png\" },\n    { id: 134, company: \"Inspire Program\", heading: \"\", quote: \"I have never in all my experience used such an amazing system as Employment Hero.\", speaker: \"Philippa Vos\", speakerTitle: \"Office Administrator and Educator\", cats: [\"hr\"], industry: \"Education\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/inspire-program\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2021\/07\/Inspire-Program-Australia.png\" },\n    { id: 135, company: \"gemaker\", heading: \"\", quote: \"It was a godsend to be honest. I wouldn't have had an HR system without our ANZ account.\", speaker: \"Jessica Simpson\", speakerTitle: \"Operations and Resourcing Manager\", cats: [\"hr\"], industry: \"STEM \/ Research Commercialisation\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/gemaker\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2021\/07\/Gem-Maker.png\" },\n    { id: 136, company: \"Interact IT\", heading: \"\", quote: \"The program we had before only dealt with payroll; it didn't do HR or documentation. We knew that was always a bit of a limitation.\", speaker: \"Kylie Guy\", speakerTitle: \"Finance Manager\", cats: [\"payroll\",\"hr\"], industry: \"Information Technology\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/interact-it\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2021\/07\/Interact-IT.png\" },\n    { id: 137, company: \"The Link Youth Health Service Inc.\", heading: \"\", quote: \"Everything HR related was manual before Employment Hero. I had recently taken over HR from someone else and it was my first foray into HR.\", speaker: \"Eliza Lee\", speakerTitle: \"Finance and HR Manager\", cats: [\"hr\"], industry: \"Non-profit \/ Youth Health\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/the-link\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2020\/08\/The-Link-Youth-Health-Service.png\" },\n    { id: 138, company: \"Flora & Fauna\", heading: \"\", quote: \"We believe inclusion and diversity are key to everyday living. We want to see a workplace that reflects the wonderful richness that we have in the world.\", speaker: \"Tom Abraham\", speakerTitle: \"Co-founder and COO\", cats: [\"hr\",\"employee-experience\"], industry: \"E-commerce\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/flora-fauna\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2020\/08\/Flora-and-Fauna.png\" },\n    { id: 139, company: \"ACIL Allen Consulting\", heading: \"\", quote: \"One of the main things that I wanted to do when I took the role was to make HR more attractive and easier.\", speaker: \"Alexandra Moreno\", speakerTitle: \"HR Advisor\", cats: [\"hr\"], industry: \"Management Consulting\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/acil-allen\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2021\/10\/ACIL-Allen.png\" },\n    { id: 140, company: \"ADAPTOVATE\", heading: \"\", quote: \"Our consultants aren't used to being in an office \u2014 they're used to being with clients. We've got a very flexible working arrangement.\", speaker: \"Lene Marx\", speakerTitle: \"People and Culture Manager\", cats: [\"hr\",\"employee-experience\"], industry: \"Management Consulting\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/adaptovate\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2021\/07\/Adapt-Ovate.png\" },\n    { id: 141, company: \"Step Fwd IT\", heading: \"\", quote: \"We pride ourselves on being a family-run business. Because of that, we want to have a level of engagement with our employees.\", speaker: \"Olivia Mannering\", speakerTitle: \"Director\", cats: [\"hr\",\"employee-experience\"], industry: \"IT Services\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/step-fwd-it\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2021\/07\/StepFwd-IT-2.png\" },\n    { id: 142, company: \"Emirates Leisure Retail ANZ\", heading: \"\", quote: \"Our old way would be to fill in the form and send it to the manager to send to HR and to payroll, then going back to try and find the paperwork.\", speaker: \"Jen Graham\", speakerTitle: \"Head of HR\", cats: [\"hr\",\"payroll\"], industry: \"Hospitality \/ Food & Beverage\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/emirates-leisure-retail-anz\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2021\/07\/Emirates-Leisure-Retail.png\" },\n    { id: 143, company: \"Brazil\", heading: \"\", quote: \"Without doubt, it sends a signal to staff that we are taking HR seriously\", speaker: \"Josh Van Raalte\", speakerTitle: \"CEO\", cats: [\"hr\",\"employee-experience\"], industry: \"Communications\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/brazil\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2020\/12\/Brazil-Communications.png\" },\n    { id: 144, company: \"Morgans\", heading: \"\", quote: \"From our perspective, we didn't have one person with a dedicated IT or HR function.\", speaker: \"Steve Goodwin\", speakerTitle: \"Director\", cats: [\"hr\"], industry: \"Financial Advisory\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/morgans\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2021\/03\/Morgans-Financial.png\" },\n    { id: 145, company: \"Amazonia\", heading: \"\", quote: \"In all seriousness, we used to track leave on Excel and it wasn't even a shared file\", speaker: \"Yohann Azleem\", speakerTitle: \"CEO\", cats: [\"hr\",\"payroll\"], industry: \"Health & Wellness\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/amazonia\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2021\/07\/Amazonia.png\" },\n    { id: 146, company: \"Lightfold\", heading: \"\", quote: \"It's great to have an Aussie start-up doing something very sensible. As an entrepreneur, every business I start, I'll use Employment Hero.\", speaker: \"John Cosgrove\", speakerTitle: \"Founder and CEO\", cats: [\"hr\"], industry: \"Analytics Consultancy\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/lightfold\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2021\/07\/Lightfold-2.png\" },\n    { id: 147, company: \"Creative Cubes\", heading: \"\", quote: \"We weren't big enough for an enterprise solution like Workday; Employment Hero was a perfect middle ground.\", speaker: \"Shardae Mazzeo\", speakerTitle: \"Head of People and Culture\", cats: [\"hr\"], industry: \"Collaborative Workspaces\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/creative-cubes\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2021\/07\/CreativeCubes.png\" },\n    { id: 148, company: \"Hunter Civilab\", heading: \"\", quote: \"Tracking tools and equipment is much easier with the Asset Register; once they're all in there, I know where everything is.\", speaker: \"Karen Shears\", speakerTitle: \"Administration and Accounts Manager\", cats: [\"hr\"], industry: \"Engineering \/ Geotechnical\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/hunter-civilab\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2021\/08\/Hunter-Civilab-2.png\" },\n    { id: 149, company: \"Jellis Craig\", heading: \"\", quote: \"The person that manages HR was on parental leave, and the fact that anyone on that team could pick up where they left without having to access their files was really easy.\", speaker: \"Sam Nokes\", speakerTitle: \"Head of Department, Property Management\", cats: [\"hr\"], industry: \"Real Estate\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/jellis-craig\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2021\/10\/Jellis-Craig.png\" },\n    { id: 150, company: \"The Career Academy\", heading: \"\", quote: \"Employment Hero was so user friendly. I hadn't worked with a lot of HRISs but it worked for me, which is important.\", speaker: \"Theodore D'Souza\", speakerTitle: \"NZ\/AU People & Culture Manager\", cats: [\"hr\"], industry: \"E-Learning \/ Online Education\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/the-career-academy\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2021\/10\/Career-Academy.png\" },\n    { id: 151, company: \"Netier\", heading: \"\", quote: \"We were completely offline. Everything was managed out of one drive from staff personnel files, and we really didn't have a lot of structure.\", speaker: \"Ally Nagle\", speakerTitle: \"HR Generalist\", cats: [\"hr\"], industry: \"IT Services\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/netier\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2021\/12\/Netier.png\" },\n    { id: 152, company: \"Reef Safari Diving\", heading: \"\", quote: \"Some of our staff go out to sea from 7 in the morning until 6 at night. They don't get into the office at all. What I liked about Employment Hero was that a lot of the training they can do on the run.\", speaker: \"Julia\", speakerTitle: \"Director\", cats: [\"hr\"], industry: \"Diving & Water Sports\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/reef-safari-diving\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2022\/01\/Copy-of-Case-Study-Templates.png\" },\n    { id: 153, company: \"Simba Global\", heading: \"\", quote: \"Employment Hero ensured that all our people were getting the same information at the same time, which is so important across a global business.\", speaker: \"Hailey Butler\", speakerTitle: \"Head of People and Culture\", cats: [\"hr\",\"employee-experience\"], industry: \"Textile Manufacturing & Supply\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/simba-global\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2022\/06\/Simba-Global-EH.png\" },\n    { id: 154, company: \"Elabor8\", heading: \"\", quote: \"It gave us so much confidence that we're doing the right thing for the employee.\", speaker: \"Ariane Sarabia\", speakerTitle: \"Global Talent Acquisition Specialist\", cats: [\"hr\",\"employee-experience\"], industry: \"Management Consulting\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/elabor8\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2022\/09\/Elabor8-Case-Study-image-1.png\" },\n    { id: 155, company: \"Eden Brew\", heading: \"\", quote: \"Rather than us spending the time working that out ourselves or engaging expensive lawyers to do that for us, we understood that we could employ people through Employment Hero.\", speaker: \"Anna Oxley Rintoul\", speakerTitle: \"Head of People & Culture\", cats: [\"hr\",\"compliance\"], industry: \"Food & Beverage\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/eden-brew\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2022\/10\/Eden-Brew-Case-Study-image-1.png\" },\n    { id: 156, company: \"Team Medical Supplies\", heading: \"\", quote: \"When I joined, we had 60 or 70 staff, and it was really manual. I was brought on to look after the payroll.\", speaker: \"Kelly Zillman\", speakerTitle: \"Accounts, HR & Payroll Manager\", cats: [\"payroll\",\"hr\"], industry: \"Medical Supplies\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/team-medical-supplies\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2023\/02\/Copy-of-Case-Study-Templates-1.png\" },\n    { id: 157, company: \"Infra Hub\", heading: \"\", quote: \"We're able to provide integration between other ERP platforms with a leading cloud-based payroll system through Employment Hero Payroll's branded solution offering.\", speaker: \"Stuart Carroll\", speakerTitle: \"CEO & Director\", cats: [\"payroll\"], industry: \"Technology Integration\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/infra-hub\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2023\/02\/Infra-Hub.png\" },\n    { id: 158, company: \"Alltech Outsourced Payroll Solutions\", heading: \"\", quote: \"Everybody's been responsive and adaptive to the change of systems. Employment Hero Payroll is not only user friendly for our staff, it's also easy for our staff to explain its usability to our clients so they can benefit from it too.\", speaker: \"Stephen Scullion\", speakerTitle: \"Payroll Director\", cats: [\"payroll\"], industry: \"Payroll Services\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/alltech-outsourced-payroll-solutions\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2023\/02\/Payroll-HQ-2.png\" },\n    { id: 159, company: \"activpayroll\", heading: \"\", quote: \"Anything we can automate with Employment Hero Payroll, we will. Data collection is a big improvement, as well as data processing.\", speaker: \"Melanie Gaensler\", speakerTitle: \"Payroll Operations Manager\", cats: [\"payroll\",\"time-saved\"], industry: \"Payroll Outsourcing\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/activpayroll\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2023\/02\/activpayroll.png\" },\n    { id: 160, company: \"Staffd\", heading: \"\", quote: \"The availability of a test environment for us to play with has really streamlined the process with Employment Hero Payroll.\", speaker: \"Trevor McBay\", speakerTitle: \"CEO \/ Director\", cats: [\"payroll\"], industry: \"HR Technology\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/staffd\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2023\/02\/staffd.png\" },\n    { id: 161, company: \"Bentleys Chartered Accountants & Business Advisors\", heading: \"\", quote: \"We were looking for a modernised and easy-to-use solution to bring efficiencies in our payroll team.\", speaker: \"Jannie Van Deventer\", speakerTitle: \"Client Director\", cats: [\"payroll\"], industry: \"Accountancy \/ Professional Services\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/bentleys\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2023\/02\/Bentleys-1.png\" },\n    { id: 162, company: \"EPG Payroll & HR\", heading: \"\", quote: \"Employment Hero Payroll's willingness to collaborate with partners is great \u2013 they take onboard operational feedback\", speaker: \"Daniel James\", speakerTitle: \"ANZ Chief Operations Officer\", cats: [\"payroll\"], industry: \"Payroll & HR Services\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/epg-payroll-hr\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2023\/02\/EPG.png\" },\n    { id: 163, company: \"Regional Business Services Pty Ltd\", heading: \"\", quote: \"Employment Hero Payroll has revolutionised the way we process payroll and manage our employees\", speaker: \"Shantelle Yesberg\", speakerTitle: \"Business Administration Manager\", cats: [\"payroll\"], industry: \"Business Consultancy\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/regional-business-services\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2023\/02\/EPG-1.png\" },\n    { id: 164, company: \"Smokeball\", heading: \"\", quote: \"having a system like Employment Hero which is able to automate a lot of things for us and make our life significantly easier\u2026 It was a bit of a no-brainer.\", speaker: \"Abigail Molloy\", speakerTitle: \"People and Culture Manager\", cats: [\"hr\"], industry: \"Business Services\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/smokeball\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2025\/03\/EOS-Rebel-Rabbit-Laying-Down.jpg\" },\n    { id: 165, company: \"Gerflor\", heading: \"\", quote: \"Previously, we outsourced our payroll. The capability of the software was very restrictive and too basic for our growing needs...\", speaker: \"Sam Pupillo\", speakerTitle: \"Human Resources Director\", cats: [\"payroll\"], industry: \"Floor and Wall Covering Solutions\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/gerflor\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2023\/04\/Gerflor.jpg\" },\n    { id: 166, company: \"Bunji Solutions\", heading: \"\", quote: \"our onboarding processes are now streamlined, saving up to 3 hours on average per recruit.\", speaker: \"Ryan Kiddle\", speakerTitle: \"Head of Operations\", cats: [], industry: \"NDIS Disability Services\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/bunji\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2023\/05\/NEW-case-study-advantage.png\" },\n    { id: 167, company: \"Whites Powersports Ltd\", heading: \"\", quote: \"It's given ownership to managers and staff, which means that payroll now takes less time. There's also better reporting and immediate access to information.\", speaker: \"Vivienne Donovan\", speakerTitle: \"People, Culture & Senior Administrator\", cats: [\"payroll\"], industry: \"Automotive \/ Parts Distribution\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/whites-powersports-ltd\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2023\/06\/Design-Bundles-1-1.png\" },\n    { id: 168, company: \"Pathmint\", heading: \"\", quote: \"We were a brand new company, with many of us having worked for notable companies with strong HR teams. We were all used to proper review cycles, healthy 1:1 chats with our managers and HR systems that answered our questions.\", speaker: \"Sarah Mills-Krutilek\", speakerTitle: \"Founder and CEO\", cats: [\"hr\"], industry: \"Management Consultancy\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/pathmint\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2023\/09\/Pathmint-3.png\" },\n    { id: 169, company: \"Rapid G\", heading: \"\", quote: \"Stumbling across Employment Hero was just incredible. I was blown away by what the software offered.\", speaker: \"Brendan Cappello\", speakerTitle: \"CEO\", cats: [\"hr\"], industry: \"B2B Distribution\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/rapid-g\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2023\/09\/rapid-G.png\" },\n    { id: 170, company: \"Tasmanian Oyster Company\", heading: \"\", quote: \"We're saving at least five hours worth of admin time just by streamlining the hiring process\", speaker: \"Sarah Bridges\", speakerTitle: \"General Manager \u2013 People & Safety\", cats: [\"time-saved\"], industry: \"Aquaculture\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/tasmanian-oyster-company\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2023\/10\/Tasmania-Oyster-Co-2.png\" },\n    { id: 171, company: \"The Sands Torquay\", heading: \"\", quote: \"We were drowning in paperwork, out-of-date certificates and manual payroll nightmares.\", speaker: \"Leanne Nicholson\", speakerTitle: \"Group Director of Finance, HR and Admin\", cats: [\"hr\"], industry: \"Hospitality\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/the-sands-torquay\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2023\/11\/The-sands-torquay.png\" },\n    { id: 172, company: \"Convo Australia\", heading: \"\", quote: \"They never make me feel silly, and they reassure me I have done all the things I need to do. Everyone in the team is amazing.\", speaker: \"\", speakerTitle: \"\", cats: [\"hr\"], industry: \"Sign Language Interpretation Services\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/convo-australia\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2024\/05\/Convo-AU.png\" },\n    { id: 173, company: \"PROEKT\", heading: \"\", quote: \"The business is amazing. Everything is online. I can get emails of updates, templates whenever. It's incredible.\", speaker: \"\", speakerTitle: \"Founder\", cats: [\"hr\"], industry: \"Architecture and Design\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/proekt\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2024\/05\/PROEKT.png\" },\n    { id: 174, company: \"Macadamia Farm Management\", heading: \"\", quote: \"We were managing employee files from manila folders and Excel spreadsheets. As you can imagine with 230 employees, there's a lot of human error that can happen within a spreadsheet.\", speaker: \"Tanya McCombe\", speakerTitle: \"HR Manager\", cats: [\"hr\"], industry: \"Agriculture\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/macadamia-farm-management\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2024\/05\/MFM-case-study.png\" },\n    { id: 175, company: \"Stedmans\", heading: \"\", quote: \"All up, I'd say we save about 20 hours each week across the departments, which adds up to between 80-100 hours a month, depending on how busy we are!\", speaker: \"Nicholas Luhman\", speakerTitle: \"Recruitment Coordinator\", cats: [\"time-saved\"], industry: \"Hospitality \/ Staffing Agency\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/stedmans\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2018\/10\/Stedmans.png\" },\n    { id: 176, company: \"Allied Credit Group\", heading: \"\", quote: \"We have a busy customer service team and we found ourselves down by one person due to a promotion, and so we needed to move pretty quickly to find a replacement.\", speaker: \"Alex Kelly\", speakerTitle: \"Senior Talent Acquisition Specialist\", cats: [\"recruitment\"], industry: \"Finance\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/allied-credit\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2024\/07\/allied-credit.png\" },\n    { id: 177, company: \"Eagle Bay Brewing Co\", heading: \"\", quote: \"in the early days, we used paper timesheets and manual entering, but it meant we had five systems to do what Employment Hero does.\", speaker: \"Adrian d'Espeissis\", speakerTitle: \"Director\", cats: [\"hr\"], industry: \"Beverage \/ Hospitality\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/eagle-bay-brewing-co\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2024\/07\/Case-study-image-Templates.png\" },\n    { id: 178, company: \"Participate Australia\", heading: \"\", quote: \"Historically, I would utilise recruitment platforms such as SEEK and Indeed. Until recently, this was a huge pain point, specifically the quality of candidates.\", speaker: \"Ronald Kwok\", speakerTitle: \"HR Business Partner\", cats: [\"recruitment\"], industry: \"Disability Support Services\", staff: \"\", location: \"\", url: \"https:\/\/employmenthero.com\/case-studies\/participate-australia\/\", image: \"https:\/\/employmenthero.com\/wp-content\/uploads\/2024\/08\/Tedaisy-Insurance-Group.png\" },\n  ],\n};\n\n\/* ============================================================\n   Reviews LP \u2014 case study record logic\n   ============================================================ *\/\n(function(){\n  const D = window.REVIEWS_DATA;\n  const reviews = D.reviews;\n  \/\/ Product mentions become filter tags (scanned from heading + quote text).\n  [['heroforce',\/heroforce\/i],['recruitment-agent',\/recruitment agent\/i],['hero-foundation',\/hero foundation\/i]].forEach(([id,rx])=>{\n    reviews.forEach(r=>{ if(rx.test((r.heading||'')+' '+(r.quote||''))){ r.cats=r.cats||[]; if(!r.cats.includes(id)) r.cats.push(id); } });\n  });\n  const TOTAL = reviews.length;\n  const PAGE_SIZE = 6;\n  const CAT_LABEL = Object.fromEntries(D.categories.map(c => [c.id, c.label]));\n  const WIDGET_SOURCES = { g2:'#widget-g2', trustpilot:'#widget-trustpilot' };\n\n  const state = { cat:'all', q:'', page:0 };\n\n  function esc(s){\n    return String(s == null ? '' : s).replace(\/&\/g,'&amp;').replace(\/<\/g,'&lt;').replace(\/>\/g,'&gt;');\n  }\n\n  function applyFilters(){\n    let list = reviews.slice();\n    if (state.cat !== 'all') list = list.filter(r => (r.cats || []).includes(state.cat));\n    if (state.q){\n      const q = state.q.toLowerCase();\n      list = list.filter(r => (r.heading + ' ' + r.quote + ' ' + r.company + ' ' + r.industry).toLowerCase().includes(q));\n    }\n    return list;\n  }\n\n  \/* ---- aggregate poster (hero) \u2014 original placeholder figures, untouched ---- *\/\n   const dist = { 5:757, 4:363, 3:60, 2:26, 1:46 };\n  function renderPosterDist(){\n    const el = document.getElementById('posterDist');\n    if (!el) return;\n    const max = Math.max(...Object.values(dist));\n    el.innerHTML = [5,4,3,2,1].map(s => {\n      const c = dist[s], w = Math.round(c \/ max * 100);\n      return `<div class=\"poster-row\"><span class=\"lbl\">${s}<\/span>\n        <span class=\"bar\" style=\"--w:${w}%\"><\/span>\n        <span class=\"cnt\">${c.toLocaleString()}<\/span><\/div>`;\n    }).join('');\n  }\n\n  function renderSourceBand(){\n    const el = document.getElementById('sourceBand');\n    if (!el) return;\n    el.innerHTML = D.aggregate.sources.map(s => {\n      const isWidget = !!WIDGET_SOURCES[s.id];\n      const rating = s.rating ? s.rating.toFixed(1) : (s.id === 'cases' ? reviews.length.toLocaleString() : s.count.toLocaleString());\n      const stars  = s.rating ? '\u2605\u2605\u2605\u2605\u2605' : 'customer stories';\n      const count  = s.rating ? s.count.toLocaleString() + ' reviews' : 'in-depth, named';\n      const link   = isWidget ? 'See the live widget' : 'Jump to the record';\n      return `<button class=\"src-col src-${s.id}\" data-src=\"${s.id}\">\n        <span class=\"src-col-name\">${s.name}<\/span>\n        <span class=\"src-col-rating\">${rating}<\/span>\n        <span class=\"src-col-stars\">${stars}<\/span>\n        <span class=\"src-col-count\">${count}<\/span>\n        <span class=\"src-col-link\">${link}<\/span>\n      <\/button>`;\n    }).join('');\n    document.querySelectorAll('.src-col').forEach(el =>\n      el.addEventListener('click', () => {\n        const id = el.dataset.src;\n        if (WIDGET_SOURCES[id]){\n          document.querySelector(WIDGET_SOURCES[id])?.scrollIntoView({ behavior:'smooth', block:'start' });\n        } else {\n          document.getElementById('record-top')?.scrollIntoView({ behavior:'smooth', block:'start' });\n        }\n      }));\n  }\n\n  function renderCats(){\n    const cats = [{ id:'all', label:'All', count:reviews.length }].concat(\n      D.categories\n        .map(c => ({ id:c.id, label:c.label, count:reviews.filter(r => (r.cats || []).includes(c.id)).length }))\n        .filter(c => c.count > 0)\n    );\n    const el = document.getElementById('cats');\n    if (!el) return;\n    el.innerHTML = cats.map(c =>\n      `<button class=\"cat ${state.cat === c.id ? 'is-active' : ''}\" data-cat=\"${c.id}\">${c.label}<span class=\"n\">${c.count}<\/span><\/button>`\n    ).join('');\n    document.querySelectorAll('.cat').forEach(el =>\n      el.addEventListener('click', () => { state.cat = el.dataset.cat; state.page = 0; renderAll(); }));\n  }\n\n  function renderMeta(list){\n    const el = document.getElementById('logmeta');\n    if (!el) return;\n    el.innerHTML = `Showing <strong>${list.length}<\/strong> of ${reviews.length} Australian case studies`;\n  }\n\n  function initials(name){\n    const parts = String(name || '').trim().split(\/\\s+\/).filter(Boolean);\n    if (!parts.length) return '\u2013';\n    const first = parts[0][0] || '';\n    const last = parts.length > 1 ? (parts[parts.length - 1][0] || '') : '';\n    return (first + last).toUpperCase();\n  }\n\n  function exhibit(r){\n    const name = String(r.speaker || '').trim();\n    const named = name && name.toLowerCase() !== '(unnamed)';\n    const role = String(r.speakerTitle || '').trim();\n    const pills = (r.cats || []).map(id => `<span class=\"pill\">${esc(CAT_LABEL[id] || id)}<\/span>`).join('');\n    const img = r.image\n      ? `<div class=\"card__img\"><img decoding=\"async\" src=\"${esc(r.image)}\" alt=\"${esc(r.company)}\" loading=\"lazy\"><\/div>`\n      : '';\n    const byline = named\n      ? `<strong>${esc(name)}<\/strong>${role ? ', ' + esc(role) : ''}`\n      : (role ? esc(role) : esc(r.company));\n    return `\n      <article class=\"card\">\n        <div class=\"card__meta\">${pills}<\/div>\n        ${img}\n        <p class=\"card__quote\">\u201c${esc(r.quote)}\u201d<\/p>\n        <div class=\"card__foot\">\n          <p class=\"card__byline\">${byline}<\/p>\n          <a class=\"card__cta\" href=\"${esc(r.url)}\" target=\"_blank\" rel=\"noopener\">Read case study <span class=\"arr\">\u2192<\/span><\/a>\n        <\/div>\n      <\/article>`;\n  }\n\n  function renderRecord(){\n    const list = applyFilters();\n    const totalPages = Math.max(1, Math.ceil(list.length \/ PAGE_SIZE));\n    if (state.page >= totalPages) state.page = 0;\n    const start = state.page * PAGE_SIZE;\n    const pageList = list.slice(start, start + PAGE_SIZE);\n\n    renderMeta(list);\n    const el = document.getElementById('record');\n    const foot = document.getElementById('recordFoot');\n    if (!list.length){\n      el.innerHTML = `<div class=\"empty\"><strong>Nothing matches that.<\/strong>Clear the filter or broaden your search.<\/div>`;\n      foot.innerHTML = '';\n      return;\n    }\n    el.innerHTML = '<div class=\"pgrid\">' + pageList.map(exhibit).join('') + '<\/div>';\n\n    if (totalPages > 1){\n      foot.innerHTML = `<div class=\"carousel-nav\">\n        <button class=\"carousel-arrow carousel-prev\" ${state.page === 0 ? 'disabled' : ''} aria-label=\"Previous page\">\u2039<\/button>\n        <span class=\"carousel-pos\">Page <strong>${state.page + 1}<\/strong> of ${totalPages}<\/span>\n        <button class=\"carousel-arrow carousel-next\" ${state.page >= totalPages - 1 ? 'disabled' : ''} aria-label=\"Next page\">\u203a<\/button>\n      <\/div>`;\n      const recordTop = document.getElementById('record-top');\n      document.querySelector('.carousel-prev')?.addEventListener('click', () => {\n        state.page = Math.max(0, state.page - 1);\n        renderRecord();\n        recordTop?.scrollIntoView({ behavior:'smooth', block:'start' });\n      });\n      document.querySelector('.carousel-next')?.addEventListener('click', () => {\n        state.page = Math.min(totalPages - 1, state.page + 1);\n        renderRecord();\n        recordTop?.scrollIntoView({ behavior:'smooth', block:'start' });\n      });\n    } else {\n      foot.innerHTML = '';\n    }\n  }\n\n  function renderAll(){ renderCats(); renderRecord(); }\n\n  document.getElementById('searchInput')?.addEventListener('input', e => {\n    state.q = e.target.value.trim();\n    state.page = 0;\n    renderRecord();\n  });\n\n  renderPosterDist();\n  renderSourceBand();\n  renderAll();\n})();\n\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Employment Hero reviews. Nothing left out What Australian businesses actually say about Employment Hero Choosing HR and payroll software is one of those decisions that affects every person in your business. So we&rsquo;ve brought everything together in one place, verified reviews from the platforms your peers trust, alongside testimonials from Australian businesses that show what [&hellip;]<\/p>\n","protected":false},"author":110,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"_lite_auth_enabled":false,"_lite_auth_trigger_method":"scroll","_lite_auth_scroll_percent":25,"_lite_auth_click_element_query":"","footnotes":""},"class_list":["post-76029","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/employmenthero.com\/wp-json\/wp\/v2\/pages\/76029","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/employmenthero.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/employmenthero.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/employmenthero.com\/wp-json\/wp\/v2\/users\/110"}],"replies":[{"embeddable":true,"href":"https:\/\/employmenthero.com\/wp-json\/wp\/v2\/comments?post=76029"}],"version-history":[{"count":19,"href":"https:\/\/employmenthero.com\/wp-json\/wp\/v2\/pages\/76029\/revisions"}],"predecessor-version":[{"id":78120,"href":"https:\/\/employmenthero.com\/wp-json\/wp\/v2\/pages\/76029\/revisions\/78120"}],"wp:attachment":[{"href":"https:\/\/employmenthero.com\/wp-json\/wp\/v2\/media?parent=76029"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}