"use client"; import { PageContainer } from "@/components/shared/PageContainer"; import { SectionContainer } from "@/components/shared/SectionContainer"; import { SectionHeading } from "@/components/shared/SectionHeading"; import { tenextButton as TenextButton } from "@/components/shared/Button"; import { practiceTeams } from "@/data/site-content"; export function TeamSection() { return (

Engagements are staffed from practices that work together — engineering, cloud, data, mobility, and commerce — so the people who design a system are the ones who build and support it.

See open roles
{practiceTeams.map((team, i) => (
{ (e.target as HTMLImageElement).src = "/images/tenext/home-9-img.png"; }} />

{team.name}

/ {team.focus} /

))}
); }