diff --git a/public/Athena.PNG b/public/Athena.PNG new file mode 100644 index 0000000..8e3211d Binary files /dev/null and b/public/Athena.PNG differ diff --git a/public/StuartEnthusiast.PNG b/public/StuartEnthusiast.PNG new file mode 100644 index 0000000..5fdf34d Binary files /dev/null and b/public/StuartEnthusiast.PNG differ diff --git a/src/app/the-team/page.tsx b/src/app/the-team/page.tsx index 2422329..2c73fc5 100644 --- a/src/app/the-team/page.tsx +++ b/src/app/the-team/page.tsx @@ -9,9 +9,9 @@ const teamMembers = [ }, { name: "Emily Neighbour", - title: "Chief Software Engineer", + title: "Chief Seismology Engineer", description: - "Emily focuses on vital earthquake prediction models. In her personal life, her hobbies include knitting, birdwatching, and becoming a mute.", + "Emily focuses on vital earthquake prediction models and innovative engineering strategies. In her personal life, her hobbies include knitting, birdwatching, and becoming a mute.", image: "/Emilythescientist.PNG", }, { @@ -28,6 +28,19 @@ const teamMembers = [ "Lukeshan and his team look at the dust particles created by an earthquake and how to minimise their damage. For pleasure, he likes to play Monopoly on repeat. Maybe one day he'll get a hotel!", image: "/Lukeshanthescientist.PNG", }, + { + name: "Stuart Nicholson", + title: "Chief Earthquake Enthusiast", + description: + "Stuart is an avid earthquake enthusiast interested in their origins and humanitarian efforts. In his home life he also observes earthquakes.", + image: "/StuartEnthusiast.PNG", + }, + { + name: "Athena", + title: "Chief Software Engineer", + description: "Athena is responsible for making all software dreams come true.", + image: "/Athena.PNG", + }, ]; export default function Page() { return (