diff --git a/src/assets/data/currentBoard.json b/src/assets/data/currentBoard.json index c2a554f8..58df34fd 100644 --- a/src/assets/data/currentBoard.json +++ b/src/assets/data/currentBoard.json @@ -127,6 +127,21 @@ } ] }, + { + "name": "Daniela Herrera", + "position": "Creative Director", + "photo": "Daniela_Herrera.jpeg", + "links": [ + { + "type": "linkedin", + "href": "https://www.linkedin.com/in/danie1aherrera/" + }, + { + "type": "website", + "href": "https://danielaherreraportfolio.framer.website/" + } + ] + }, { "name": "Kaitlyn Tran", "position": "Graphic Designer", diff --git a/src/assets/images/board/current/Daniela_Herrera.jpeg b/src/assets/images/board/current/Daniela_Herrera.jpeg new file mode 100644 index 00000000..5e314e76 Binary files /dev/null and b/src/assets/images/board/current/Daniela_Herrera.jpeg differ