diff --git a/app/components/TeamCard.jsx b/app/components/TeamCard.jsx new file mode 100644 index 0000000..49afead --- /dev/null +++ b/app/components/TeamCard.jsx @@ -0,0 +1,26 @@ +import React from "react"; +import Image from "next/image"; +import { FaXTwitter } from "react-icons/fa6"; +import { FaGithub, FaLinkedin ,FaInstagram } from "react-icons/fa"; +export const TeamCard = (props) => { + return ( + <> +
+ person +
+
{props.name}
+

+ {props.role}
+ {props.stack} +

+
+
+
+
+
+
+
+
+ + ); +}; \ No newline at end of file diff --git a/app/components/navbar.tsx b/app/components/navbar.tsx index d91662b..d22f3ec 100644 --- a/app/components/navbar.tsx +++ b/app/components/navbar.tsx @@ -16,7 +16,7 @@ function Navbar() {