diff --git a/src/App.jsx b/src/App.jsx index 4fbc89d..a4e1e25 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -24,15 +24,15 @@ 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", + name: "Anthony Lubarsky Jr", title: "Web Designer & Content Creator", - email: "alex@example.com", - gitHub: "microsoft", - instagram: "microsoft", - linkedIn: "satyanadella", + email: "alubarsky81@outlook.com", + gitHub: "alubarsky81", + instagram: "alubarsky81@gmail.com", + linkedIn: "alubarsky81@gmail.com", medium: "", - twitter: "microsoft", - youTube: "Code", + twitter: "alubarsky81", + youTube: "alubarsky81@gmail.com", }; const primaryColor = "#4E567E";