diff --git a/src/App.jsx b/src/App.jsx index 4fbc89d6..f9d3600c 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -24,9 +24,9 @@ import "./styles.css"; * If you don't have one of the social sites listed, leave it as an empty string. */ const siteProps = { - name: "Alexandrie Grenier", - title: "Web Designer & Content Creator", - email: "alex@example.com", + name: "Kassim Amir", + title: "Software Developer & Web Designer", + email: "amir.kassim946@gmail.com", gitHub: "microsoft", instagram: "microsoft", linkedIn: "satyanadella", diff --git a/src/Components/Home.jsx b/src/Components/Home.jsx index a6a87212..0cd21f4b 100644 --- a/src/Components/Home.jsx +++ b/src/Components/Home.jsx @@ -20,9 +20,9 @@ import PropTypes from "prop-types"; * Need an image? Check out https://unsplash.com to download a photo you * freely use on your site. */ -import image from "../images/woman-with-tablet.jpg"; +import image from "../images/kassim.png"; -const imageAltText = "Adult female in office setting leaning against a glass wall while holding a platinum Microsoft Surface Pro 7 in tablet mode preparing to write with Microsoft Surface Pen"; +const imageAltText = "Adult male in office setting leaning against a glass wall while holding a platinum Microsoft Surface Pro 7 in tablet mode preparing to write with Microsoft Surface Pen"; const Home = ({ name, title }) => { return ( diff --git a/src/images/kassim.png b/src/images/kassim.png new file mode 100644 index 00000000..f1773e7e Binary files /dev/null and b/src/images/kassim.png differ diff --git a/src/images/woman-with-tablet.jpg b/src/images/woman-with-tablet.jpg deleted file mode 100644 index 2c8a39f1..00000000 Binary files a/src/images/woman-with-tablet.jpg and /dev/null differ