<<<<<<< HEAD ======= import Image from "next/image"; >>>>>>> f3ee49c9d2058fe0393ebe2c170d08faab6e1f34 import React from "react"; const TeamCard = (props) => { return (
<<<<<<< HEAD ProfileImage ======= ProfileImage >>>>>>> f3ee49c9d2058fe0393ebe2c170d08faab6e1f34

{props.name}

{props.stellung}

); }; export default TeamCard;