stefan080106
2022-09-20 16:02:22 +02:00
parent d756e9a128
commit 25d90a1b22
2 changed files with 11 additions and 0 deletions

View File

@@ -1,9 +1,17 @@
<<<<<<< HEAD
=======
import Image from "next/image";
>>>>>>> f3ee49c9d2058fe0393ebe2c170d08faab6e1f34
import React from "react";
const TeamCard = (props) => {
return (
<div>
<<<<<<< HEAD
<img src={props.image} alt="ProfileImage" />
=======
<Image src={props.imgUrl} alt="ProfileImage" width={125} height={125} />
>>>>>>> f3ee49c9d2058fe0393ebe2c170d08faab6e1f34
<div>
<h2>{props.name}</h2>
<h3>{props.stellung}</h3>