Skip to content

Commit

Permalink
Update team.js
Browse files Browse the repository at this point in the history
  • Loading branch information
moezmustafa authored Feb 13, 2024
1 parent 51872dc commit 3731655
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions src/mocks/team.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,24 @@ const teamMembers = [
{
image: "/assets/team/moez.jpg",
name: "Moez Mustafa",
skill: "Creating tech solutions globally!",
bio: "A visionary STEM undergraduate and tech CEO.",
skill: "XR-Development,Automation & UX Design",
bio: "A visionary Tech CEO & STEM undergrad ",
socials: [
{
name: "LinkedIn",
url: "https://www.linkedin.com/in/arslan4real/",
theme: "primary",
},
{
name: "Github",
url: "https://github.com/moezmustafa/",
theme: "primary",
},
{
name: "Website",
url: "https://www.moeezmustafa.com/",
theme: "primary",
},
],
},
];
Expand Down

0 comments on commit 3731655

Please sign in to comment.