Un punto de vista sobre los ecosistemas corporativos, la experiencia de cliente y lo que está por llegar a Veracruz. Una carta editorial mensual desde Torre Auro.
Publicación mensual·{POSTS.length} entradas
);
}
/* ─── Index ─── */
function PerspectivaIndex() {
const featured = POSTS[POSTS.length - 1]; // newest is last in the human-listed array — but we want newest first
const sorted = [...POSTS].sort((a, b) => b.dateISO.localeCompare(a.dateISO));
const [head, ...rest] = sorted;
return (
{/* Featured */}
navigate('/perspectiva/' + head.slug)}>
{head.issue}
{head.title}
{head.excerpt}
{head.date}·{head.readMin} min de lectura·{head.tag}