diff --git a/src/components/About.js b/src/components/About.js index cd8b440..89e74c4 100644 --- a/src/components/About.js +++ b/src/components/About.js @@ -1,5 +1,39 @@ -import React from "react"; - -export default function About(props) { - return
About
; -} +import React from "react"; +import icon from "./assets/img/icon.png"; + + + +export default function About(props) { + return ( + + + + + + + + + + + + + + + + + +
About Us!
+ Kedar + + image of team member +
+ Radek + + image of team member +
+ + + ); +} + +