);
}
/* ---------------- PAIN ---------------- */
function Pain() {
const p = NE.pain;
return (
{p.eyebrow}{p.title}{p.sub}
{p.items.map((it, i) => (
{it}
))}
{p.closer}
);
}
/* ---------------- SOLUTION / FEATURES ---------------- */
function Solution() {
const s = NE.solution;
return (
{s.eyebrow}{s.title}{s.sub}
{s.features.map((f, i) => (
{f.title}
{f.desc}
))}
);
}
/* ---------------- DEMO band (interactive) ---------------- */
function Demo() {
return (
Veja na práticaToda a sua escala na palma da mão.
Acompanhe a pré-escala, conteste dentro do prazo e baixe a escala definitiva por setor, tudo pelo celular, em tempo real.
{["Pré-escala com prazo para contestação", "Escala definitiva publicada por setor", "Plantões, trocas e ausências num só lugar"].map((t) => (
{t}
))}
);
}
/* ---------------- DIFERENCIAIS ---------------- */
function Diferenciais() {
const d = NE.diferenciais;
return (
{d.eyebrow}{d.title}{d.sub}
{d.items.map((it, i) => (
{it.title}
{it.desc}
))}
{d.closer.title}
{d.closer.text}
);
}
/* ---------------- BENEFITS / STATS ---------------- */
function Benefits() {
const b = NE.benefits;
return (