import React from "react"; import ContentSection from "./ContentSection"; const TeamMember = ({photoId, name, description}) => (