/* 慶宜僱傭代理 — Home page */ function HomePage({ setPage, t }) { const h = t.hero, H = t.home; return (
{/* HERO — full-bleed editorial banner */}
{h.eyebrow}

{h.t1}
{h.em}

{h.lede}

{ const el = document.getElementById("helpers"); if (el) window.scrollTo({ top: el.getBoundingClientRect().top + window.scrollY - 60, behavior: "smooth" }); }}>{h.findBtn} setPage("services")}>{h.cta2}
{/* ENQUIRY BAR (booking-bar adaptation) */}
{ e.preventDefault(); setPage("about"); }}> {h.ebar.btn}
{/* AGE CHOICE — young vs experienced */}
{t.ageChoice.recommend}

{t.ageChoice.young.label}

{t.ageChoice.young.tag}
    {t.ageChoice.young.points.map((p, i) => (
  • {p}
  • ))}
setPage("database")}>{t.ageChoice.young.cta}

{t.ageChoice.senior.label}

{t.ageChoice.senior.tag}
    {t.ageChoice.senior.points.map((p, i) => (
  • {p}
  • ))}
{t.ageChoice.senior.note}
setPage("database")}>{t.ageChoice.senior.cta}
{/* SERVICES PREVIEW */}
0109
setPage("services")} style={{ marginBottom: 6 }}>{H.svcAll}
{t.services.slice(0, 6).map((s, i) => (
setPage("services")} style={{ cursor: "pointer" }}>

{s.title}

{s.desc}

{s.tag}
))}
{/* FEATURE — why choose us (image + text) */}
{H.featEyebrow}

{H.featTitle}

    {H.featList.map((it, i) => (
  • {it.b} — {it.t}
  • ))}
setPage("about")}>{H.featBtn}
{/* WHY US — data + icons */} {/* DISTRICTS */}
{t.regions.map((r, i) => (
{r.name} {r.en}
{r.areas.map((a) => {a})}
))}
{/* SUCCESS CASES (preview) */}
setPage("cases")} style={{ marginBottom: 6 }}>{t.ext.casesPreview.all}
{/* GOOGLE-STYLE REVIEWS */} {/* PROCESS TIMELINE */}
); } window.HomePage = HomePage;