Editorial
@@ -131,75 +121,68 @@ export default async function TeamPage() {-
- {team.map((p) => {
- const e = editorialEmail(p);
- return (
-
-
- {/* Top accent */}
-
-
- - {p.avatar_url ? ( - -
- - ) : ( -
- {initials(p.name)} -- )} -- -{p.name}
- - {(p.beat || p.slug === "ryan-salazar") && ( -- {displayBeat(p)} ++- {/* Operations — denser layout */} {ops.length > 0 && (+ +
++ + + + {team.map((p) => { + const e = editorialEmail(p); + return ( +Name +Role +Focus +Contact ++ + ); + })} + ++ + {p.name} + + ++ {(p.beat || p.slug === "ryan-salazar") && ( + + {displayBeat(p)} + + )} + ++ {p.bio ? ( + +{p.bio}
+ ) : ( + — + )} ++ ++ {e && ( +- )} - - - - {p.bio && ( -+ )} + + Profile → + - {p.bio} -
- )} - - {e && ( --- )} - - ); - })} - +-- - View → - -- @@ -215,52 +198,64 @@ export default async function TeamPage() { general support questions — these are the people to reach. --
- {ops.map((p) => (
-
-
- {p.avatar_url ? (
-
- ) : ( -
- {initials(p.display_name)} -- )} --{p.display_name}
-- {p.role} --- {p.email && (() => { - const e = splitEmail(p.email); - if (!e) return null; - return ( --- ); - })()} - {p.phone && ( -- - - {formatPhone(p.phone)}{p.extension ? `, Ext. ${p.extension}` : ''} +); -} +} \ No newline at end of file+)} @@ -275,4 +270,4 @@ export default async function TeamPage() {+ +
++ + + + {ops.map((p) => ( +Name +Role +Email +Phone ++ + ))} + ++ + {p.display_name} + + ++ + {p.role} + + ++ {p.email ? ( + (() => { + const e = splitEmail(p.email!); + if (!e) return null; + return ( + ++ ); + })() + ) : ( + — + )} + + {p.phone ? ( + + {formatPhone(p.phone)} + {p.extension ? `, Ext. ${p.extension}` : ""} - - )} - - - - ))} - + ) : ( + — + )} + +
-
- {p.avatar_url ? (
-